bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

I have installed Grizzly on Ubuntu 13.04 successfully #103

Closed ijab closed 11 years ago

ijab commented 11 years ago

Thanks so much for this excellent guide!

Some comments: 1) For Ubuntu 12.04. If you want to use GRE tunneling, you should downgrade linux kernel to version no greater than 3.2 because OpenVSwitch coming with 12.04 is OpenVswitch 1.04 which is compatible with that kernel.

2) I followed this http://docs.openstack.org/grizzly/basic-install/apt/content/basic-install_intro.html to add iptables to make VMs visiting internet.

Hope this helpful to sb.

iJab

hoangvu304 commented 11 years ago

Dear ijab, I've installed successfully base on this guild. But when I reboot 3 servers, instances can't get IP and instance's ID from metadata. Have you this bug? I use Vmware workstation 9

ijab commented 11 years ago

Please give some more info.

Sometimes, if it's Ubuntu, it would not start dbus server automatically and that would cause libvirtd-bin failing.

hoangvu304 commented 11 years ago

Thank ijab for reply. I use Vmware workstation, config network VM net 8 NAT for dashboard and internet access. VM net 1 host-only for Management Network VM net 2 host-only for Config Network Platform: Ubuntu server 12.04.02 In the first time after install 3 servers ( Control, Network, Compute ), everything seems to be good, I can create instance, associate floating IP and instance can access to internet. But when I reboot Controller and Network server, instance can't get IP (flat & floating IP) and instance's ID ( udhcp can't discover, wget metadata's proxy is unreachable). First, I think may be quantum-dhcp-agent in Network is failed, so I kill dnsmasq processes and restart quantum-dhcp-agent in Network node, restart quantum-server in Controller, reboot instance but nothing to change. Then I check boot log in 3 nodes, all services and process are started succesfully.

abhishekunique commented 11 years ago

Did u get this install working on the OVS multinode setup??