Re: [openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-09 Thread Mathieu Rohon
hi danny,

if you're using neutron, you can use the option :

NEUTRON_CREATE_INITIAL_NETWORKS=False

in your local.conf.
This way no router or network are created. You have to create it manually,
and of course you can do it once every agent is up is Neutron.

Mathieu

On Thu, Jan 8, 2015 at 3:46 PM, Kashyap Chamarthy kcham...@redhat.com
wrote:

 On Mon, Jan 05, 2015 at 08:20:48AM -0500, Sean Dague wrote:
  On 01/03/2015 04:41 PM, Danny Choi (dannchoi) wrote:
   Hi,
  
   I’m using DevStack to deploy OpenStack on a multi-node setup:
   Controller, Network, Compute as 3 separate nodes
  
   Since the Controller node is stacked first, during which the Network
   node is not yet ready, it fails to create the router instance and the
   public network.
   Both have to be created manually.
  
   Is this the expected behavior?  Is there a workaround to have DevStack
   create them?
 
  The only way folks tend to run multinode devstack is Controller +
  Compute nodes. And that sequence of creating an all in one controller,
  plus additional compute nodes later, works.

 Sean, I wonder if you have a pointer to an example CI gate job (assuming
 there's one) for the above with Neutron networking?


 --
 /kashyap

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-08 Thread Kashyap Chamarthy
On Mon, Jan 05, 2015 at 08:20:48AM -0500, Sean Dague wrote:
 On 01/03/2015 04:41 PM, Danny Choi (dannchoi) wrote:
  Hi,
  
  I’m using DevStack to deploy OpenStack on a multi-node setup:
  Controller, Network, Compute as 3 separate nodes
  
  Since the Controller node is stacked first, during which the Network
  node is not yet ready, it fails to create the router instance and the
  public network.
  Both have to be created manually.
  
  Is this the expected behavior?  Is there a workaround to have DevStack
  create them?
 
 The only way folks tend to run multinode devstack is Controller +
 Compute nodes. And that sequence of creating an all in one controller,
 plus additional compute nodes later, works.

Sean, I wonder if you have a pointer to an example CI gate job (assuming
there's one) for the above with Neutron networking?


-- 
/kashyap

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-05 Thread Sean Dague
On 01/03/2015 04:41 PM, Danny Choi (dannchoi) wrote:
 Hi,
 
 I’m using DevStack to deploy OpenStack on a multi-node setup:
 Controller, Network, Compute as 3 separate nodes
 
 Since the Controller node is stacked first, during which the Network
 node is not yet ready, it fails to create the router instance and the
 public network.
 Both have to be created manually.
 
 Is this the expected behavior?  Is there a workaround to have DevStack
 create them?

The only way folks tend to run multinode devstack is Controller +
Compute nodes. And that sequence of creating an all in one controller,
plus additional compute nodes later, works.

Also, when running multi host (at least for nova network) we're
explicitly specifying host level direct networking, so there wouldn't be
a network node.

-Sean

-- 
Sean Dague
http://dague.net

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-03 Thread Danny Choi (dannchoi)
Hi,

I’m using DevStack to deploy OpenStack on a multi-node setup: Controller, 
Network, Compute as 3 separate nodes

Since the Controller node is stacked first, during which the Network node is 
not yet ready, it fails to create the router instance and the public network.
Both have to be created manually.

Is this the expected behavior?  Is there a workaround to have DevStack create 
them?

Thanks,
Danny
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev