Fix the (upgrade/remove_node) + collection test cases (#12672)

The 'old' playbook and the collection use '-' and '_' as separator,
which breaks the logic in scripts/testcases_run.sh.

Add aliases using the old schemes to make the test work and avoid
breaking anything.

Both '-' and '_' variants will be deleted once we switch to supporting
collection only.
This commit is contained in:
Max Gautier
2025-11-07 15:22:55 +00:00
committed by GitHub
parent d2a46b4ff8
commit 452d4e63e0
3 changed files with 7 additions and 1 deletions

3
upgrade_cluster.yml Normal file
View File

@@ -0,0 +1,3 @@
---
- name: Upgrade cluster
ansible.builtin.import_playbook: playbooks/upgrade_cluster.yml