Description of problem: There are only flat,vlan,gre and vxlan types availble. Specifying nexus_vxlan in --neutron-network-type when deploying overcloud fails to deploy. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Moving component to rhel-osp-director--This param is blocked at the "openstack overcloud deploy" script level. The need for the Cisco Nexus ML2 mechanism driver's ability to utilize N9K VXLAN endpoint support for openstack neutron VLAN network segments. Reference: http://docwiki.cisco.com/wiki/OpenStack/ML2NexusMechanismDriver#VXLAN_Overlay_Configuration_in_DevStack
There is nothing in the client that is preventing this. What error do you see? Have you tried '--neutron-tunnel-types nexus_vxlan --neutron-network-type nexus_vxlan'?
You will also need to create an environment file that specifies: parameter_defaults: NeutronTypeDrivers: vxlan,vlan,flat,gre,nexus_vxlan and then pass that file with a -e
Thanks, Brad... I added my comment based on a meeting discussion with Eugene (the original bug creator). I think the specifics were misunderstood by me there so I'll get with him and get clarification and help him retest it. My understanding the things we need to set: NeutronTypeDrivers: 'nexus_vxlan,vxlan' --neutron-network-type nexus_vxlan OR NeutronNetworkType: 'nexus_vxlan' --neutron-disable-tunneling --neutron-tunnel-type nexus_vxlan I just ran redeploy like this and heiradata seems ok but some failures on neutron restart: in openstack overcloud deploy --neutron-network-type nexus_vxlan --neutron-disable-tunneling parameter_defaults: NeutronMechanismDrivers: 'openvswitch,cisco_nexus,cisco_ucsm' parameters: NeutronTypeDrivers: 'nexus_vxlan,vlan' So, I think this BZ is either not valid or would apply to something in heat or puppet.
it's not valid. I agree now