@@ -17145,12 +17145,11 @@ spec:
1714517145 of OpenStackDataPlaneDeployment
1714617146 properties:
1714717147 ansibleEEEnvConfigMapName:
17148+ default: openstack-aee-default-env
1714817149 description: |-
1714917150 AnsibleEEEnvConfigMapName is the name of the ConfigMap containing environment
1715017151 variables to inject into the Ansible Execution Environment pod.
17151- If set, this takes precedence over the NodeSet's AnsibleEEEnvConfigMapName.
17152- If not specified, the NodeSet's AnsibleEEEnvConfigMapName is used, or the
17153- default "openstack-aee-default-env" if neither is set.
17152+ If not specified, defaults to "openstack-aee-default-env".
1715417153 maxLength: 253
1715517154 type: string
1715617155 ansibleExtraVars:
@@ -17408,18 +17407,6 @@ spec:
1740817407 description: OpenStackDataPlaneNodeSetSpec defines the desired state of
1740917408 OpenStackDataPlaneNodeSet
1741017409 properties:
17411- ansibleEEEnvConfigMapName:
17412- default: openstack-aee-default-env
17413- description: |-
17414- AnsibleEEEnvConfigMapName is the name of the ConfigMap containing environment
17415- variables to inject into the Ansible Execution Environment pod.
17416- The ConfigMap should contain environment variables used by ansible-runner
17417- such as ANSIBLE_VERBOSITY, ANSIBLE_FORCE_COLOR, or other runner settings.
17418- See https://ansible.readthedocs.io/projects/runner/en/stable/intro/#env-settings-settings-for-runner-itself
17419- If not specified, defaults to "openstack-aee-default-env".
17420- This can be overridden at the Deployment level.
17421- maxLength: 253
17422- type: string
1742317410 baremetalSetTemplate:
1742417411 description: BaremetalSetTemplate Template for BaremetalSet for the
1742517412 NodeSet
0 commit comments