Skip to content

Commit

Permalink
Allow for custom nova service name
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Shephard <bshephar@redhat.com>
  • Loading branch information
bshephar authored and openshift-merge-bot[bot] committed May 31, 2024
1 parent 4a65752 commit b6f5e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/validations/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ cifmw_validations_basedir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-f
cifmw_validations_namespace: "openstack"

cifmw_validations_hotfixed_edpm_nova_compute_image: quay.io/podified-antelope-centos9/openstack-nova-compute:current-podified
cifmw_validations_custom_nova_service: "nova-custom-ceph"
2 changes: 1 addition & 1 deletion roles/validations/tasks/edpm/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
nodeSets:
- "{{ deployed_nodeset_name.stdout | trim }}"
servicesOverride:
- nova
- "{{ cifmw_validations_custom_nova_service }}"
EOF
# loop check the status of the openstackdataplanedeployment until it is either completed,
Expand Down

0 comments on commit b6f5e1c

Please sign in to comment.