-
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
[Draft] Add playbook for Octavia amphora image #2176
[Draft] Add playbook for Octavia amphora image #2176
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for the PR! ❤️ |
ansible.builtin.shell: | | ||
crname=$(oc get openstackcontrolplane -o name -n {{ namespace }}) | ||
# TODO: replace with D/S image | ||
oc patch ${crname} -n {namespace} --type=merge --patch \ |
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.
I've the feeling {namespace}
should be {{namespace}}
here.
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.
oh... thanks! good catch
0ce19d5
to
2454328
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/dc2a9c3280d640f5a13b7afea796d74f ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 07m 28s |
2454328
to
eec755d
Compare
Implemented in DS, not needed in upstream anymore. |
As a pull request owner and reviewers, I checked that: