Merge "Set Ironic default interface when using networking-ansible"

This commit is contained in:
Zuul 2019-02-11 23:18:16 +00:00 committed by Gerrit Code Review
commit f6498b4455
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ resource_registry:
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-ansible.yaml
parameter_defaults:
IronicDefaultNetworkInterface: neutron
NeutronMechanismDrivers: openvswitch,ansible
NeutronTypeDrivers: local,vxlan,vlan,flat
NeutronNetworkType: vlan

View File

@ -2,6 +2,7 @@
resource_registry:
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible
parameter_defaults:
IronicDefaultNetworkInterface: neutron
NeutronMechanismDrivers: openvswitch,ansible
NeutronTypeDrivers: local,vxlan,vlan,flat
NeutronNetworkType: vlan