jedipunkz / openstack_folsom_deploy

OpenStack Folsom bootstrap script for Ubuntu Server 12.04 LTS
16 stars 10 forks source link

Nova-network allinone bug #2

Closed shake closed 11 years ago

shake commented 11 years ago

Hi

I accroding the document install nova network all in one.

report the below error. seem the script rerun try to install quantum after finish installed nova network.

Setting up memcached (1.4.13-0ubuntu2) ... Starting memcached: memcached. Setting up openstack-dashboard-ubuntu-theme (2012.2.1-0ubuntu1~cloud0) ...

jedipunkz commented 11 years ago

Thanks for your information. :)

Now, I fixed this problem and commited. Please execute again.

shake commented 11 years ago

Hi

I have test and working. thanks.

suggestion:

Now the script is support one NIC.

whether consider add option: support two NIC, I think it is easy.

jedipunkz commented 11 years ago

That is good. :)

If you know how to build openstack with 2 NICs, please tell me URLs.

shake commented 11 years ago

two nic is simple https://github.com/managedit/openstack-setup the script is setting for diablo. the setting I have testing in Essex and have no problem.

the network setting ( Bring up eth1 without an IP address ,You can have one if you want, but the point here is its not needed )

auto eth0 iface eth0 inet static address 192.0.2.2 netmask 255.255.255.0 network 192.0.2.0 broadcast 192.0.2.255 gateway 192.0.2.1

auto eth1 iface eth1 inet manual up ifconfig eth1 up

the nova.conf setting about network

public_interface=eth0 flat_interface=eth1 flat_network_bridge=br100 multi_host=true

netwrok create

nova-manage network create private --fixed_range_v4=$FIXED_RANGE \ --num_networks=1 --bridge=br100 --bridge_interface=eth1 \ --network_size=256 --multi_host=T