New Question

Revision history [back]

click to hide/show revision 1
initial version

icehouse hyper-v neutron flat network not working

Hi,

I'm trying to get a hyper-v region running on an icehouse based openstack installation. I successfully installed Hyper-V-Server 2012-R2 and installed Hyper compute using HyperVNovaComputeIcehouse201412.msi.

The Hypervisor was immediately visible in Horizon and I was able to register an image in glance using glance image-create (with parametes --hypervisor_type=hyperv --container-format bare --disk-format vhd)

However now I'm struggling with networking. My aim is to get flat networking with neutron running first. The documentation link:(http://www.cloudbase.it/quantum-hyper-v-plugin/) seems to be outdated for icehouse, but I found some hints in link:(http://ask.cloudbase.it/question/61/vms-are-not-getting-network-with-hyper-v-openstack/)

I configured the ml2 plugin to use hyperv mechanism in /etc/neutron/plugins/ml2/ml2conf.ini basically: tenantnetworktypes = flat,vlan,vxlan mechanismdrivers = hyperv

I added tenantnetworktype = flat to /etc/neutron/plugins/hyperv/hypervneutronplugin.ini

I have a separated neutron network node and a region server so the following services are running: region-server: neutron-server

neutron-network-node neutron-dhcp-agent neutron-l3-agent neutron-linuxbridge-agent neutron-metadata-agent

hyper-v node HyperV agent

[root@cil017129036 ~]# neutron agent-list +--------------------------------------+--------------------+--------------+-------+----------------+ | id | agenttype | host | alive | adminstate_up | +--------------------------------------+--------------------+--------------+-------+----------------+ | cd875bc6-2398-4a1e-bdb3-d63db7df93ec | Linux bridge agent | cil017129037 | :-) | True | | 097c9c8e-d16b-43d4-9e4a-a3f87bb1bbf6 | L3 agent | cil017129037 | :-) | True | | 4ee13247-74ff-4100-a3ac-3927bfcabd2d | DHCP agent | cil017129037 | :-) | True | | c9520866-6f6e-4676-b02a-fb7c2d2b7f2c | Metadata agent | cil017129037 | :-) | True | | 024452ed-bcf5-44a9-b598-642ded942e76 | Linux bridge agent | cil017129038 | :-) | True | | c0e21a49-86c6-4936-8c55-981d2cbd7c7a | HyperV agent | cil017129063 | :-) | True | +--------------------------------------+--------------------+--------------+-------+----------------+

My problem is that the vms do not get network correctly set neither with nor without DHCP

My question is, is the setup correct like this ?