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:
Jakub Libosvar 2019-02-07 09:19:17 +01:00
parent 94203f0447
commit b026b860c8
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