undercloud: set cleaning and provisioning networks to 'ctlplane'
In the overcloud we default to a network called 'provisioning' that has to be created manually post-install. In the undercloud the ctlplane network servers the same role. This change fixes cleaning in the containerized undercloud. Change-Id: I60dff35a8565b4d3cfbfb9c6b9694cb72976ebbf Closes-Bug: #1753771
This commit is contained in:
parent
aa6c079db6
commit
5473dc4edf
@ -52,9 +52,11 @@ parameter_defaults:
|
||||
IronicEnabledStorageInterfaces: ['noop']
|
||||
IronicEnabledVendorInterfaces: ['ipmitool', 'idrac', 'no-vendor']
|
||||
IronicEnableStagingDrivers: true
|
||||
IronicCleaningNetwork: 'ctlplane'
|
||||
IronicInspectorCollectors: default,extra-hardware,numa-topology,logs
|
||||
IronicInspectorInterface: br-ctlplane
|
||||
IronicInspectorIpRange: '192.168.24.100,192.168.24.200'
|
||||
IronicProvisioningNetwork: 'ctlplane'
|
||||
ZaqarMessageStore: 'swift'
|
||||
ZaqarManagementStore: 'sqlalchemy'
|
||||
# our undercloud default eth1 for the control plane bridged interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user