Re: [Openstack] Doubt quantum script

2013-03-04 Thread Dan Wendlandt
yup

On Mon, Mar 4, 2013 at 11:05 AM, Guilherme Russi  wrote:

> I make my configs manually, so I need to set auto br-ex and declare the
> iface br-ex inet static inserting the IP?
>
> Thanks again.
>
>
>
> 2013/3/4 Dan Wendlandt 
>
>> if manually, you can just use ifconfing.  If you use system tools for
>> configuring the IP address, make sure those tools set the IP on br-ex, not
>> eth2.
>>
>> dan
>>
>>
>> On Mon, Mar 4, 2013 at 10:55 AM, Guilherme Russi <
>> luisguilherme...@gmail.com> wrote:
>>
>>> How do I move it?
>>>
>>> Thanks.
>>>
>>>
>>> 2013/3/4 Dan Wendlandt 
>>>


 On Mon, Mar 4, 2013 at 7:49 AM, Gary Kotton  wrote:

>  On 03/04/2013 05:45 PM, Guilherme Russi wrote:
>
> Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2,
> it stopped my lan communication.
>
>
> The l3 agent makes changes to the routing table. This may cause a
> conflict with the default gateway. I would suggest having a static route
> for the management traffic (I guess that your could have been received via
> DHCP).
> Thanks
> Gary
>

 It seems like you had an IP address on eth2.  When you add an interface
 with an IP address to a bridge, you need to move that IP address from the
 interface device to the bridge device.

 Dan




>
>
> Any idea?
>
>
>
> 2013/3/4 Guilherme Russi 
>
>> Hello guys,
>>
>>  I'm installing the openstack folsom again, but now I have a
>> controller node in a proper physical machine and the network node in
>> another one, but which of them I execute the quantum-networking script? 
>> I'm
>> following this manual
>> http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
>>  I'm trying to execute at the network node, but I got error when execute
>> it. When I type keystone tenant-list and quantum net-list I got the error
>> [Errno 111] Unable to communicate with identity service.
>>  My novarc is configured at the network node too.
>>
>> Thanks.
>>
>> Guilherme.
>>
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


 --
 ~~~
 Dan Wendlandt
 Nicira, Inc: www.nicira.com
 twitter: danwendlandt
 ~~~

>>>
>>>
>>
>>
>> --
>> ~~~
>> Dan Wendlandt
>> Nicira, Inc: www.nicira.com
>> twitter: danwendlandt
>> ~~~
>>
>
>


-- 
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt quantum script

2013-03-04 Thread Guilherme Russi
I make my configs manually, so I need to set auto br-ex and declare the
iface br-ex inet static inserting the IP?

Thanks again.


2013/3/4 Dan Wendlandt 

> if manually, you can just use ifconfing.  If you use system tools for
> configuring the IP address, make sure those tools set the IP on br-ex, not
> eth2.
>
> dan
>
>
> On Mon, Mar 4, 2013 at 10:55 AM, Guilherme Russi <
> luisguilherme...@gmail.com> wrote:
>
>> How do I move it?
>>
>> Thanks.
>>
>>
>> 2013/3/4 Dan Wendlandt 
>>
>>>
>>>
>>> On Mon, Mar 4, 2013 at 7:49 AM, Gary Kotton  wrote:
>>>
  On 03/04/2013 05:45 PM, Guilherme Russi wrote:

 Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2,
 it stopped my lan communication.


 The l3 agent makes changes to the routing table. This may cause a
 conflict with the default gateway. I would suggest having a static route
 for the management traffic (I guess that your could have been received via
 DHCP).
 Thanks
 Gary

>>>
>>> It seems like you had an IP address on eth2.  When you add an interface
>>> with an IP address to a bridge, you need to move that IP address from the
>>> interface device to the bridge device.
>>>
>>> Dan
>>>
>>>
>>>
>>>


 Any idea?



 2013/3/4 Guilherme Russi 

> Hello guys,
>
>  I'm installing the openstack folsom again, but now I have a
> controller node in a proper physical machine and the network node in
> another one, but which of them I execute the quantum-networking script? 
> I'm
> following this manual
> http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
>  I'm trying to execute at the network node, but I got error when execute
> it. When I type keystone tenant-list and quantum net-list I got the error
> [Errno 111] Unable to communicate with identity service.
>  My novarc is configured at the network node too.
>
> Thanks.
>
> Guilherme.
>



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


>>>
>>>
>>> --
>>> ~~~
>>> Dan Wendlandt
>>> Nicira, Inc: www.nicira.com
>>> twitter: danwendlandt
>>> ~~~
>>>
>>
>>
>
>
> --
> ~~~
> Dan Wendlandt
> Nicira, Inc: www.nicira.com
> twitter: danwendlandt
> ~~~
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt quantum script

2013-03-04 Thread Dan Wendlandt
if manually, you can just use ifconfing.  If you use system tools for
configuring the IP address, make sure those tools set the IP on br-ex, not
eth2.

dan

On Mon, Mar 4, 2013 at 10:55 AM, Guilherme Russi  wrote:

> How do I move it?
>
> Thanks.
>
>
> 2013/3/4 Dan Wendlandt 
>
>>
>>
>> On Mon, Mar 4, 2013 at 7:49 AM, Gary Kotton  wrote:
>>
>>>  On 03/04/2013 05:45 PM, Guilherme Russi wrote:
>>>
>>> Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2,
>>> it stopped my lan communication.
>>>
>>>
>>> The l3 agent makes changes to the routing table. This may cause a
>>> conflict with the default gateway. I would suggest having a static route
>>> for the management traffic (I guess that your could have been received via
>>> DHCP).
>>> Thanks
>>> Gary
>>>
>>
>> It seems like you had an IP address on eth2.  When you add an interface
>> with an IP address to a bridge, you need to move that IP address from the
>> interface device to the bridge device.
>>
>> Dan
>>
>>
>>
>>
>>>
>>>
>>> Any idea?
>>>
>>>
>>>
>>> 2013/3/4 Guilherme Russi 
>>>
 Hello guys,

  I'm installing the openstack folsom again, but now I have a controller
 node in a proper physical machine and the network node in another one, but
 which of them I execute the quantum-networking script? I'm following this
 manual
 http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
  I'm trying to execute at the network node, but I got error when execute
 it. When I type keystone tenant-list and quantum net-list I got the error
 [Errno 111] Unable to communicate with identity service.
  My novarc is configured at the network node too.

 Thanks.

 Guilherme.

>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~openstack
>>> Post to : openstack@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~openstack
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~openstack
>>> Post to : openstack@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~openstack
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> ~~~
>> Dan Wendlandt
>> Nicira, Inc: www.nicira.com
>> twitter: danwendlandt
>> ~~~
>>
>
>


-- 
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt quantum script

2013-03-04 Thread Guilherme Russi
How do I move it?

Thanks.

2013/3/4 Dan Wendlandt 

>
>
> On Mon, Mar 4, 2013 at 7:49 AM, Gary Kotton  wrote:
>
>>  On 03/04/2013 05:45 PM, Guilherme Russi wrote:
>>
>> Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, it
>> stopped my lan communication.
>>
>>
>> The l3 agent makes changes to the routing table. This may cause a
>> conflict with the default gateway. I would suggest having a static route
>> for the management traffic (I guess that your could have been received via
>> DHCP).
>> Thanks
>> Gary
>>
>
> It seems like you had an IP address on eth2.  When you add an interface
> with an IP address to a bridge, you need to move that IP address from the
> interface device to the bridge device.
>
> Dan
>
>
>
>
>>
>>
>> Any idea?
>>
>>
>>
>> 2013/3/4 Guilherme Russi 
>>
>>> Hello guys,
>>>
>>>  I'm installing the openstack folsom again, but now I have a controller
>>> node in a proper physical machine and the network node in another one, but
>>> which of them I execute the quantum-networking script? I'm following this
>>> manual
>>> http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
>>>  I'm trying to execute at the network node, but I got error when execute
>>> it. When I type keystone tenant-list and quantum net-list I got the error
>>> [Errno 111] Unable to communicate with identity service.
>>>  My novarc is configured at the network node too.
>>>
>>> Thanks.
>>>
>>> Guilherme.
>>>
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> ~~~
> Dan Wendlandt
> Nicira, Inc: www.nicira.com
> twitter: danwendlandt
> ~~~
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt quantum script

2013-03-04 Thread Dan Wendlandt
On Mon, Mar 4, 2013 at 7:49 AM, Gary Kotton  wrote:

>  On 03/04/2013 05:45 PM, Guilherme Russi wrote:
>
> Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, it
> stopped my lan communication.
>
>
> The l3 agent makes changes to the routing table. This may cause a conflict
> with the default gateway. I would suggest having a static route for the
> management traffic (I guess that your could have been received via DHCP).
> Thanks
> Gary
>

It seems like you had an IP address on eth2.  When you add an interface
with an IP address to a bridge, you need to move that IP address from the
interface device to the bridge device.

Dan




>
>
> Any idea?
>
>
>
> 2013/3/4 Guilherme Russi 
>
>> Hello guys,
>>
>>  I'm installing the openstack folsom again, but now I have a controller
>> node in a proper physical machine and the network node in another one, but
>> which of them I execute the quantum-networking script? I'm following this
>> manual
>> http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
>>  I'm trying to execute at the network node, but I got error when execute
>> it. When I type keystone tenant-list and quantum net-list I got the error
>> [Errno 111] Unable to communicate with identity service.
>>  My novarc is configured at the network node too.
>>
>> Thanks.
>>
>> Guilherme.
>>
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt quantum script

2013-03-04 Thread Guilherme Russi
Thanks for answering, now I need to realise why my instances aren't being
created.


2013/3/4 Gary Kotton 

>  On 03/04/2013 05:45 PM, Guilherme Russi wrote:
>
> Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, it
> stopped my lan communication.
>
>
> The l3 agent makes changes to the routing table. This may cause a conflict
> with the default gateway. I would suggest having a static route for the
> management traffic (I guess that your could have been received via DHCP).
> Thanks
> Gary
>
>
> Any idea?
>
>
>
> 2013/3/4 Guilherme Russi 
>
>> Hello guys,
>>
>>  I'm installing the openstack folsom again, but now I have a controller
>> node in a proper physical machine and the network node in another one, but
>> which of them I execute the quantum-networking script? I'm following this
>> manual
>> http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
>>  I'm trying to execute at the network node, but I got error when execute
>> it. When I type keystone tenant-list and quantum net-list I got the error
>> [Errno 111] Unable to communicate with identity service.
>>  My novarc is configured at the network node too.
>>
>> Thanks.
>>
>> Guilherme.
>>
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt quantum script

2013-03-04 Thread Gary Kotton

On 03/04/2013 05:45 PM, Guilherme Russi wrote:
Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, 
it stopped my lan communication.


The l3 agent makes changes to the routing table. This may cause a 
conflict with the default gateway. I would suggest having a static route 
for the management traffic (I guess that your could have been received 
via DHCP).

Thanks
Gary



Any idea?



2013/3/4 Guilherme Russi >


Hello guys,

 I'm installing the openstack folsom again, but now I have a
controller node in a proper physical machine and the network node
in another one, but which of them I execute the quantum-networking
script? I'm following this manual

http://docs.openstack.org/folsom/basic-install/content/basic-install_network.html
and I'm trying to execute at the network node, but I got error
when execute it. When I type keystone tenant-list and quantum
net-list I got the error [Errno 111] Unable to communicate with
identity service.
 My novarc is configured at the network node too.

Thanks.

Guilherme.




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt quantum script

2013-03-04 Thread Guilherme Russi
Found the problem, when I did the step: ovs-vsctl add-port br-ex eth2, it
stopped my lan communication.

Any idea?



2013/3/4 Guilherme Russi 

> Hello guys,
>
>  I'm installing the openstack folsom again, but now I have a controller
> node in a proper physical machine and the network node in another one, but
> which of them I execute the quantum-networking script? I'm following this
> manual
> http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
>  I'm trying to execute at the network node, but I got error when execute
> it. When I type keystone tenant-list and quantum net-list I got the error
> [Errno 111] Unable to communicate with identity service.
>  My novarc is configured at the network node too.
>
> Thanks.
>
> Guilherme.
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Doubt quantum script

2013-03-04 Thread Guilherme Russi
Hello guys,

 I'm installing the openstack folsom again, but now I have a controller
node in a proper physical machine and the network node in another one, but
which of them I execute the quantum-networking script? I'm following this
manual
http://docs.openstack.org/folsom/basic-install/content/basic-install_network.htmland
I'm trying to execute at the network node, but I got error when
execute
it. When I type keystone tenant-list and quantum net-list I got the error
[Errno 111] Unable to communicate with identity service.
 My novarc is configured at the network node too.

Thanks.

Guilherme.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp