-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use make openstack_wait in kuttl test playbook #2658
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
0f16f7a
to
c01633f
Compare
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
c01633f
to
bc7e6c7
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a0469858b6174448b86ed8fa4f15bacc ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 31m 33s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0df13fa9bd6d4980889275083fd9d0af ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 28m 12s |
recheck |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pablintino The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b5c7b2bc670846d994def62499a26db2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 34m 54s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4e48c21efcb84d5e92bde9404f637429 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 32m 17s |
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