Skip to content

Commit 0f16f7a

Browse files
committed
Use make openstack_wait in kuttl test playbook
We're installing openstack operator using 'make openstack' and waiting for the subscription and installplan, but due to a recent change to the CRDs [1], we need to also wait for the csv before proceeding. Using 'make openstack_wait' from install_yamls should fix the issue, as done in [2]. [1] openstack-k8s-operators/openstack-operator#1185 [2] openshift/release#60702 Related-Issue: #OSPRH-11244
1 parent 84ac038 commit 0f16f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/playbooks/kuttl/deploy-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
make_openstack_dryrun: "{{ cifmw_edpm_prepare_dry_run }}"
9898
ansible.builtin.include_role:
9999
name: 'install_yamls_makes'
100-
tasks_from: 'make_openstack'
100+
tasks_from: 'make_openstack_wait'
101101

102102
- name: Wait for OpenStack subscription creation
103103
when: openstack_operator_subscription.stdout == ""

0 commit comments

Comments
 (0)