[Openstack-operators] nova-network manual installation

Baruch, Ohad Ohad.Baruch at emc.com
Wed Sep 17 16:24:34 UTC 2014


Hi all,

I have an openstack IceHouse environment with 1 controller and 1 compute node with all the compute services including nova-network.
The compute node is using Vmware as a hypervisor.
I am able to boot instances with no problem, but my instances don't get any IP address.
The only time I am able to load them with an IP address is when I create a network using nova-manage and then using the boot command with the --net-id flag and assigning it the network I just created.
I tried doing it directly in the nova.conf but it doesn't work.
This is my networking configuration section in my nova.conf file:

network_manager = nova.network.manager.FlatDHCPManager
network_size = 254
allow_same_net_traffic = False
send_arp_for_ha = True
share_dhcp_address = True
force_dhcp_release = True
flat_network_bridge = br100
flat_interface = ens224
vlan_interface = ens192
public_interface = ens192
default_floating_pool = public
dhcpbridge_flagfile = /etc/nova/nova.conf
fixed_range =
enabled_apis=ec2,osapi_compute


This is my compute nodes NICs:
ens192    HWaddr 00:50:56:84:4c:2a
          inet addr:10.192.168.130 Bcast:10.64.95.255   Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fe84:4c2a/64 Scope: link
          UP BROADCAST RUNNING MULTICAST

ens224    HWaddr 00:50:56:84:96:48
          UP BROADCAST RUNNING MULTICAST

br100     HWaddr 00:50:56:84:66:72
          inet addr:10.0.0.1 Bcast:10.0.0.255   Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fe84:6672/64 Scope: link
          UP BROADCAST RUNNING MULTICAST

The br100 is connected to a br100 portgroup I created in the vCenter.
The ens192 is connected to a management portgroup I created in the vCenter.

I'm really frustrated, I tried everything, please assist.

Regards,
Ohad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20140917/36362fce/attachment.html>


More information about the OpenStack-operators mailing list