Merge "ironic: change enable_ironic_neutron_agent default to no"

This commit is contained in:
Zuul
2025-04-15 14:24:10 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 2 deletions

View File

@@ -877,7 +877,7 @@ enable_influxdb: "{{ enable_cloudkitty | bool and cloudkitty_storage_backend ==
enable_ironic: "no"
enable_ironic_dnsmasq: "{{ enable_ironic | bool }}"
enable_ironic_inspector: "no"
enable_ironic_neutron_agent: "{{ enable_neutron | bool and enable_ironic | bool }}"
enable_ironic_neutron_agent: "no"
enable_ironic_prometheus_exporter: "{{ enable_ironic | bool and enable_prometheus | bool }}"
enable_iscsid: "{{ enable_cinder | bool and enable_cinder_backend_iscsi | bool }}"
enable_kuryr: "no"

View File

@@ -377,7 +377,7 @@ workaround_ansible_issue_8743: yes
#enable_horizon_zun: "{{ enable_zun | bool }}"
#enable_influxdb: "{{ enable_cloudkitty | bool and cloudkitty_storage_backend == 'influxdb' }}"
#enable_ironic: "no"
#enable_ironic_neutron_agent: "{{ enable_neutron | bool and enable_ironic | bool }}"
#enable_ironic_neutron_agent: "no"
#enable_ironic_prometheus_exporter: "{{ enable_ironic | bool and enable_prometheus | bool }}"
#enable_iscsid: "{{ enable_cinder | bool and enable_cinder_backend_iscsi | bool }}"
#enable_kuryr: "no"

View File

@@ -0,0 +1,7 @@
---
upgrade:
- |
The ``enable_ironic_neutron_agent`` variable default value has been changed
to ``no``. ``ironic_neutron_agent`` containers and agents visible in
``openstack network agent list`` command output need to be removed
manually.