-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhos-18.0.0
-
None
-
False
-
-
False
-
?
-
?
-
?
-
?
-
None
-
-
-
Moderate
Unable to inject global customer settings for ironic using customServiceConfig. Example:
ironic: template: customServiceConfig: | [DEFAULT] default_network_interface=neutron
The change above is not effective ^^
The only way to inject these settings is to hate them per Ironic service. Example:
ironic:
enabled: true
...
spec:
type: LoadBalancer
ironicConductors:
- replicas: 1
storageRequest: 10G
networkAttachments:
- ocprovisioning
provisionNetwork: ocprovisioning
customServiceConfig: |
[DEFAULT]
default_network_interface=neutron
[neutron]
cleaning_network = baremetal
provisioning_network = baremetal
rescuing_network = baremetal
ironicInspector:
replicas: 1
For global settings the installer should allow for custom configs at the global level.