Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM can't get IP on Grizzly Multinode #86

Closed
mgilank opened this issue Jun 21, 2013 · 4 comments
Closed

VM can't get IP on Grizzly Multinode #86

mgilank opened this issue Jun 21, 2013 · 4 comments

Comments

@mgilank
Copy link

mgilank commented Jun 21, 2013

Hi, i am new in this

Have setup multinode, and vm can build from dashboard, but dhcp from network node is not working, i have check with

ps faux | grep dnsmasq

and it show that they are already inject into VM (am i right ?) like this

dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap1a8f1ea3-54 --except-interface=lo --pid-file=/var/lib/quantum/dhcp/5b4619d2-198b-453a-8ab6-b1c5545edb1f/pid --dhcp-hostsfile=/var/lib/quantum/dhcp/5b4619d2-198b-453a-8ab6-b1c5545edb1f/host --dhcp-optsfile=/var/lib/quantum/dhcp/5b4619d2-198b-453a-8ab6-b1c5545edb1f/opts --dhcp-script=/usr/bin/quantum-dhcp-agent-dnsmasq-lease-update --leasefile-ro --dhcp-range=set:tag0,10.10.30.0,static,120s --conf-file= --domain=openstacklocal

i am stuck at this, what can i check again? please give me some clue
thanks

@hrushig
Copy link

hrushig commented Jun 21, 2013

Check if br-tun and br-int is up and running on both control/network and compute nodes.

From: mgilank [mailto:notifications@github.com]
Sent: Friday, June 21, 2013 3:22 AM
To: mseknibilel/OpenStack-Grizzly-Install-Guide
Subject: [OpenStack-Grizzly-Install-Guide] VM can't get IP on Grizzly Multinode (#86)

Hi, i am new in this

Have setup multinode, and vm can build from dashboard, but dhcp from network node is not working, i have check with
#ps faux | grep dnsmasq
and it show that they are already inject into VM (am i right ?) like this

dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap1a8f1ea3-54 --except-interface=lo --pid-file=/var/lib/quantum/dhcp/5b4619d2-198b-453a-8ab6-b1c5545edb1f/pid --dhcp-hostsfile=/var/lib/quantum/dhcp/5b4619d2-198b-453a-8ab6-b1c5545edb1f/host --dhcp-optsfile=/var/lib/quantum/dhcp/5b4619d2-198b-453a-8ab6-b1c5545edb1f/opts --dhcp-script=/usr/bin/quantum-dhcp-agent-dnsmasq-lease-update --leasefile-ro --dhcp-range=set:tag0,10.10.30.0,static,120s --conf-file= --domain=openstacklocal

i am stuck at this, what can i check again? please give me some clue
thanks


Reply to this email directly or view it on GitHubhttps://github.com//issues/86.

@mgilank
Copy link
Author

mgilank commented Jun 24, 2013

Hello, its solved, the problem is i used unmanaged switch to connect from network to compute node, then i put it to directly connect as it configure for p2p
but i've got another question, what if i add another compute node? does it must to tunnel like before? if i used switch, am i must configure it to vlan? as my switch is unmanaged.
Thanks

@hrushig
Copy link

hrushig commented Jun 24, 2013

The instructions are for GRE mode, so the new compute node will also be configured in the same way. No vlan.

From: mgilank [mailto:notifications@github.com]
Sent: Sunday, June 23, 2013 7:33 PM
To: mseknibilel/OpenStack-Grizzly-Install-Guide
Cc: Gangur, Hrushikesh (HP Converged Cloud - R&D - Sunnyvale)
Subject: Re: [OpenStack-Grizzly-Install-Guide] VM can't get IP on Grizzly Multinode (#86)

Hello, its solved, the problem is i used unmanaged switch to connect from network to compute node, then i put it to directly connect as it configure for p2p
but i've got another question, what if i add another compute node? does it must to tunnel like before? if i used switch, am i must configure it to vlan? as my switch is unmanaged.
Thanks


Reply to this email directly or view it on GitHubhttps://github.com//issues/86#issuecomment-19886411.

@mgilank
Copy link
Author

mgilank commented Jun 24, 2013

So, that's mean it will connected to network node, does it possible to use switch instead of direct connect to network node?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants