Answer by slogan-r for I am trying to run an all-in-one using stack.sh with...
Eoghan, Thanks! I just got a 4 node blade up with quantum V2, crossing two separate VLANs managed by an intervening switch, VMs are getting IP addresses. The above hints for dealing with namespaces...
View ArticleAnswer by eoghank for I am trying to run an all-in-one using stack.sh with...
Syd: To your question on namespaces, quantum creates a separate namespace for each subnet created. You can view the namespaces with "ip netns list" and the namespace id's match those of the quantum...
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
See the referenced bug report. ENABLED_SERVICES is one I copied from an earlier post you made on this thread, and from the devstack logs (attached to the bug), it sure looks like it is trying to start...
View ArticleAnswer by arosen for I am trying to run an all-in-one using stack.sh with the...
Just to confirm did you have q-dhcp in ENABLED_SERVICES? If so I'm not sure why stack.sh isn't starting it for you. Is there an error? screen_it q-dhcp "sudo python $AGENT_DHCP_BINARY --config-file...
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
Well, a clean install of ubuntu 12.04 and still running into the same issue -- O need to launch the quantum-dhcp-agent by hand. Then things work. Boo. I think I'll file a bug on this, my setup is too...
View ArticleAnswer by arosen for I am trying to run an all-in-one using stack.sh with the...
I agree that your issue was because you were using an older version of devstack. That's explains why the dhcp agent was starting with one config file instead of two. This page seems up to date to me:...
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
Aaron: I'm suspecting that I was on the fence between a setup that was old-devstack and new, which is why I am going thru this blade reimaging exercise. Totally encourage you to post a localrc...
View ArticleAnswer by arosen for I am trying to run an all-in-one using stack.sh with the...
Hi Syd, I agree documentation can definitely be improved. I did not need to make any changes in order to get this working. I suspect that your devstack had fallen out of date and some how during your...
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
Eoghan: Glad to hear it. My dnsmasq process is slightly different, it has one additional arg (--dhcp-script) root 5524 5523 0 14:49 ? 00:00:00 dnsmasq --no-hosts --no-resolv --strict-order...
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
So, I killed the dhcp agent execution where I specified only the one --config-file arg, tried again with both args. This time, it persisted (didn't exit), and I got a bunch of dnsmasq processes as...
View ArticleAnswer by eoghank for I am trying to run an all-in-one using stack.sh with...
Syd My VM's did get IP's assigned by the quantum agent and by disabling namespaces I was able to ping them (or by switching to the correct network namespace). I tried spinning up VM's with the default...
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
Hrmmm, ovs-quantum-agent takes two --config-file options, and it survives it seems. Still seems weird, but maybe not the issue.
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
I tried running with just the --config-file=/etc/quantum/dhcp_agent.ini and spun up a second VM. Still no network assigned by DHCP, but at least quantum-dhcp-agent doesn't exit immediately anymore....
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
slogan@openstack4:~/devstack/devstack$ ps -eaf | grep quantum stack 4194 4133 0 12:57 pts/3 00:00:02 python /opt/stack/quantum/bin/quantum-server --config-file /etc/quantum/quantum.conf --config-file...
View ArticleAnswer by arosen for I am trying to run an all-in-one using stack.sh with the...
Is the dhcp agent running?
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
For completeness sake, here is what I did based on your examples: stack@openstack4:~/devstack$ quantum net-create private Created a new network:...
View ArticleAnswer by slogan-r for I am trying to run an all-in-one using stack.sh with...
Egohan: Are you basing your belief that the VM got an IP address based on the 169.254.169.254 you are seeing in the logs you posted? If so, you may be mistaken -- if configured for fixed range...
View ArticleAnswer by danwent for I am trying to run an all-in-one using stack.sh with...
> I thought that may be the case (gateway and IP's being inaccessible from > the hyperverisor) but was not sure. And I can see the VM getting an IP > in the nova console-log output so quantum...
View ArticleAnswer by arosen for I am trying to run an all-in-one using stack.sh with the...
Hi Eoghan, I believe your confusion is that you are not supposed to be able to ping it nor see an ip on the tap interface within the hypervisor. If you do: ssh -XY hyervisor then run vncviewer :0 you...
View ArticleAnswer by louiskang for I am trying to run an all-in-one using stack.sh with...
I'm having the exact same problem Eoghan, with the same setup.
View Article