-
Notifications
You must be signed in to change notification settings - Fork 49
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
Create 2 dummy temporary flavors #221
Create 2 dummy temporary flavors #221
Conversation
discover-tempest-config needs 2 flavors it can't run without. When ran without "--create" param, it can't create the flavors itself and fails. Let's create 2 flavors and delete them afterwards to leave the system intact.
Testing here -> openstack-k8s-operators/test-operator#216 |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/90bf4b6c7d904ccaa49fc420ff7501eb ✔️ openstack-meta-content-provider SUCCESS in 3h 29m 36s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! 👍
I've tested the change here and it seems to be working [1]. It would be nice if there was other solution than creating and deleting the flavors but we've already discussed this with Martin and this is probably the best solution right now.
There is a failure in deletion of the Quota for tenant
[1] which is not related to this PR and can be addressed in a future if it turns out to be a problem.
[1] here
recheck |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: kopecmartin, lpiwowar 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 |
fa1bec7
into
openstack-k8s-operators:main
discover-tempest-config needs 2 flavors it can't run without. When ran without "--create" param, it can't create the flavors itself and fails.
Let's create 2 flavors and delete them afterwards to leave the system intact.