-
Notifications
You must be signed in to change notification settings - Fork 107
Enable octavia in uni02beta #536
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
base: main
Are you sure you want to change the base?
Enable octavia in uni02beta #536
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lavraham 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 |
b737656 to
e53c15e
Compare
e53c15e to
2134888
Compare
f2dc31b to
e0fe5cc
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2df55993f7ed4607b1a9460efd0df13f ✔️ noop SUCCESS in 0s |
e0fe5cc to
c7d8748
Compare
c7d8748 to
464389f
Compare
464389f to
ea9187c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c8ac51d4182c4be08e2f1c4b86c06346 ✔️ noop SUCCESS in 0s |
ba4395b to
130e64f
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/dbb3d891715b47168379516687f6ef19 ✔️ noop SUCCESS in 0s |
0d89ef6 to
8ded903
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2a02a365329249428acea151aef44f51 ✔️ noop SUCCESS in 0s |
examples/dt/uni02beta/control-plane/networking/nncp/kustomization.yaml
Outdated
Show resolved
Hide resolved
8ded903 to
5282796
Compare
5282796 to
0a67efb
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8c6e18f3cdc94379b188ec7676ba4739 ✔️ noop SUCCESS in 0s |
0a67efb to
e11d4f8
Compare
|
|
||
| octavia: | ||
| enabled: true | ||
| amphoraImageContainerImage: quay.io/gthiemonge/octavia-amphora-image |
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.
Was it intentional to use someone's personal Quay image 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.
yes it's intentional,
unfortunately, there's no official upstream image for the amphora (but there's a plan to have one) , so we keep this image to have at least a functional/working environment.
amphoraImageContainerImage is overridden by ci-framework in the downstream jobs with the amphora image from RHOSO
abays
left a comment
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 reasonable to me, but since this affects a uni job it will need CIOps approval
We want to run the Octavia Tobiko workflow in the uni02beta job. Octavia is disabled by default in the control plane, and we need to enable Octavia to run Tobiko tests.
JIRA Ticket - https://issues.redhat.com/browse/OSPRH-17906