Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staggered upgrade procedure for OVS clouds #1408

Open
wants to merge 9 commits into
base: stackhpc/2024.1
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix linting
assumptionsandg committed Feb 5, 2025
commit 13d0fb1cb6cc0db50870e993877d692410e1df90
8 changes: 5 additions & 3 deletions etc/kayobe/ansible/neutron-l3-drain.yml
Original file line number Diff line number Diff line change
@@ -10,12 +10,14 @@
neutron_namespace_drain_ctrl2: false
neutron_namespace_drain_ctrl3: false
tasks:
- import_role:
- name: Drain hosts
ansible.builtin.import_role:
name: stackhpc.openstack_ops.neutron_namespace_drain
tasks_from: main.yml
when: neutron_namespace_drain_ctrl1 | bool or neutron_namespace_drain_ctrl2 | bool or neutron_namespace_drain_ctrl3 | bool or neutron_namespace_drain_host is defined
- name: "Print Info"
debug:

- name: Print info
ansible.builtin.debug:
msg:
- "{{ neutron_namespace_drain_host }} is read for maintenance"
- "rerun this play book with -e maintenance=false to re-add"
Loading