Re: [Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-20 Thread Ken Peng
I want to know heat+docker plugin, how it manages multi nodes which have docker deployed? For example, if I have a template for docker instance, and I have two docker nodes 'dockerA' and 'dockerB'(like two hypersiors), I want to know which node will be choosed to boot my docker instance? Hi,

Re: [Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-20 Thread Jay Lau
Yes, but it is not production quality now. You can get more detail here: https://wiki.openstack.org/wiki/Docker http://techs.enovance.com/7104/multi-tenant-docker-with-openstack-heat https://blog.docker.com/2013/06/openstack-docker-manage-linux-containers-with-nova/ 2014-08-20 16:56 GMT+08:00 K

Re: [Openstack] [Openstack-operators] Connect VM network to exists VLAN network

2014-08-20 Thread Marouen Mechtri
Hi Andreas, Thank you for your response. I think that the flat networking configuration is more appropriate when we need to enable the access from the controller to the VM and vice versa. Best regards, Marouen 2014-08-18 17:52 GMT+02:00 Andreas Scheuring : > Hi Marouen, > > interesting setup

[Openstack] New OpenStack Icehouse Installation Guide (Two-node architecture with legacy networking)

2014-08-20 Thread Chaima Ghribi
Hi all, I want to share with you our new OpenStack Icehouse Installation Guide! Unlike our previous guide, in which we considered a multi-node architecture with Neutron, this manual details how to deploy OpenStack using a flat networking model. The new guide is availabe here: https://github.co

Re: [Openstack] New OpenStack Icehouse Installation Guide (Two-node architecture with legacy networking)

2014-08-20 Thread Andreas Jaeger
On 08/20/2014 03:17 PM, Chaima Ghribi wrote: > Hi all, > > > I want to share with you our new OpenStack Icehouse Installation Guide! > > Unlike our previous guide, in which we considered a multi-node > architecture with Neutron, this manual details how to deploy OpenStack > using a flat networki

Re: [Openstack] [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-20 Thread Marouen Mechtri
Hi Everyone, Thank you Qiming and Don for your suggestions. I have updated our Heat installation guide to support the role creation and domain setup. I have configured also the trust mode. Our heat installation guide is available here: https://github.com/MarouenMechtri/OpenStack-Heat-Installation

Re: [Openstack] Why ceilometer use mongo?

2014-08-20 Thread Adam Young
I'd look at what Keystone did fronting the various Key Value stores woth Dogpile. Then the same APi from Keystone can be backed by any Dogpile implementation. We support Reddis, Memcached, with Cassandra and Mongo both somewhere in there (not certain their state) On 08/16/2014 02:28 AM, Ma

[Openstack] HA MySQL configuration

2014-08-20 Thread O'Reilly, Dan
I need to make a HA Openstack configuration, so I need to take on the MySQL replication piece. The docs I've found indicate you need to install the wsrep package for MySQL, then tie it all together with galera. However, when I follow the docs at https://launchpadlibrarian.net/170877464/README-

Re: [Openstack] HA MySQL configuration

2014-08-20 Thread Jay Pipes
On 08/20/2014 01:01 PM, O'Reilly, Dan wrote: I need to make a HA Openstack configuration, so I need to take on the MySQL replication piece. The docs I’ve found indicate you need to install the wsrep package for MySQL, then tie it all together with galera. However, when I follow the docs at http

Re: [Openstack] HA MySQL configuration

2014-08-20 Thread Matt Griffin
Thanks Jay! Dan - PXC 5.6 would be a big step up from the 5.1-based recommendations at http://docs.openstack.org/high-availability-guide/content/ha-aa-db-mysql-galera.html Much more mature in terms of fixes, security, features, and testing... and 100% MySQL compatible. I'll push internally at Per

Re: [Openstack] HA MySQL configuration

2014-08-20 Thread Ken Peng
We have been using the mysql replication in the production environment. The official mysql (5.1, 5.5, 5.6..) support the replication well, you don't need the external software. We run the HA with master to master replication for a long time. I need to make a HA Openstack configuration, so I