Skip to content

Commit 038d359

Browse files
abaysopenshift-merge-bot[bot]
authored andcommitted
Update openstack2 NS containers in multi-NS VA
The second namespace in the multi-namespace VA needs to run the "update_containers" role. Only the "openstack" namespace is handled by default, so this adds a hook to the multi-namespace VA that calls the role for the "openstack2" namespace. Signed-off-by: Andrew Bays <abays@redhat.com>
1 parent dc72a2c commit 038d359

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- name: Update container images for namespace {{ cifmw_update_containers_namespace }}
3+
hosts: "{{ cifmw_target_host | default('localhost') }}"
4+
tasks:
5+
- name: Load parameters files
6+
ansible.builtin.include_vars:
7+
dir: "{{ cifmw_basedir }}/artifacts/parameters"
8+
9+
- name: "Update containers in {{ cifmw_update_containers_namespace }}"
10+
ansible.builtin.include_role:
11+
name: update_containers

0 commit comments

Comments
 (0)