Skip to content

Commit

Permalink
Integrate update_containers in validated architecture role
Browse files Browse the repository at this point in the history
update_containers role is used to update container images
using openstack version interface. Let's use the same to
update the containers in va.

It will be used in downstream VA jobs to use RHEL openstack
services container.

Signed-off-by: Chandan Kumar <raukadah@gmail.com>
  • Loading branch information
raukadah authored and openshift-merge-bot[bot] committed Jun 3, 2024
1 parent 6a7e9fb commit 3f12125
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/06-deploy-architecture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@
- operator
- edpm_bootstrap

- name: Update containers in deployed OSP operators
ansible.builtin.include_role:
name: update_containers
tags:
- update_containers
- edpm_bootstrap

- name: Configure Storage Class
ansible.builtin.import_role:
name: ci_local_storage
Expand Down

0 comments on commit 3f12125

Please sign in to comment.