Skip to content

Commit

Permalink
[VA HCI]Adds cindervolume and manilashare names for update_containers
Browse files Browse the repository at this point in the history
HCI job, ceph cinder volume and share1 manila share is used.
We need to add the cindervolume and manila share name so that proper
containers gets updated by update_containers role.

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
  • Loading branch information
raukadah authored and openshift-merge-bot[bot] committed Sep 24, 2024
1 parent 673c941 commit d627253
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/update_containers/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ cifmw_update_containers_org: "podified-antelope-centos9"
cifmw_update_containers_tag: "current-podified"
cifmw_update_containers_openstack: false
cifmw_update_containers_rollback: false
cifmw_update_containers_cindervolumes: []
cifmw_update_containers_manilashares: []
cifmw_update_containers_cindervolumes:
- default
cifmw_update_containers_manilashares:
- default
# cifmw_update_containers_ansibleee_image_url:
# cifmw_update_containers_edpm_image_url:
# cifmw_update_containers_ipa_image_url:
Expand Down
6 changes: 6 additions & 0 deletions scenarios/reproducers/va-hci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,9 @@ cifmw_ceph_daemons_layout:
dashboard_enabled: false
cephfs_enabled: true
ceph_nfs_enabled: false

# Vars related to update_containers cinder volume and manila share
cifmw_update_containers_cindervolumes:
- ceph
cifmw_update_containers_manilashares:
- share1

0 comments on commit d627253

Please sign in to comment.