Set Ironic default interface when using networking-ansible
When networking-ansible is used, Ironic default interface must be set to Neutron, otherwise Neutron ports for baremetal hosts won't get populated with local link information. Closes-bug: 1815015 Change-Id: I333b0be365a6824a7f0f802f6b72229cb0f8c9f1
This commit is contained in:
parent
94203f0447
commit
b026b860c8
@ -3,6 +3,7 @@ resource_registry:
|
|||||||
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-ansible.yaml
|
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-ansible.yaml
|
||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
|
IronicDefaultNetworkInterface: neutron
|
||||||
NeutronMechanismDrivers: openvswitch,ansible
|
NeutronMechanismDrivers: openvswitch,ansible
|
||||||
NeutronTypeDrivers: local,vxlan,vlan,flat
|
NeutronTypeDrivers: local,vxlan,vlan,flat
|
||||||
NeutronNetworkType: vlan
|
NeutronNetworkType: vlan
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
resource_registry:
|
resource_registry:
|
||||||
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
|
IronicDefaultNetworkInterface: neutron
|
||||||
NeutronMechanismDrivers: openvswitch,ansible
|
NeutronMechanismDrivers: openvswitch,ansible
|
||||||
NeutronTypeDrivers: local,vxlan,vlan,flat
|
NeutronTypeDrivers: local,vxlan,vlan,flat
|
||||||
NeutronNetworkType: vlan
|
NeutronNetworkType: vlan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user