-
Notifications
You must be signed in to change notification settings - Fork 57
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
Adoption of octavia service #728
base: main
Are you sure you want to change the base?
Conversation
16136da
to
d7bf201
Compare
d61eb34
to
a3291c7
Compare
ebe6304
to
7053d99
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/41a8e533fe264f5cb491dd92e4ae6a1d ✔️ noop SUCCESS in 0s |
505c13f
to
aaa16da
Compare
[source,bash] | ||
---- | ||
$ CONTROLLER1_SSH="ssh -i <path to the ssh key> [email protected]" | ||
$ CONTROLLER1_SCP="scp -i <path to the ssh key> [email protected]" | ||
$ alias openstack="oc exec -t openstackclient -- openstack" |
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.
Would 'oc rsh openstackclient' be a better choice 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.
Why? oc rsh openstackclient
would create an interactive shell with that pod, so the openstack commands below would not work the same way. Also, lots of other services use the same alias, so using something else would be confusing.
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 pretty good. Just a couple of questions. Also, should we include flipping the o-hm0 network configuration scripts on the controller to be ONBOOT=no?
d9fbac4
to
001e057
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e9669c0258bc48a19f6171e47963b346 ✔️ noop SUCCESS in 0s |
template: | ||
apacheContainerImage: registry.redhat.io/rhel8/httpd-24:latest | ||
amphoraImageContainerImage: quay.io/gthiemonge/octavia-amphora-image | ||
databaseInstance: openstack |
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.
FIXME: I hope openstack-k8s-operators/openstack-operator#1222 made this obsolete.
spec: | ||
ovn: | ||
template: | ||
ovnController: |
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.
maybe double check that the networkAttachment is correctly defined in ovn
you should have
ovnController:
networkAttachment: tenant
nicMappings:
octavia: octbr
001e057
to
93c431d
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/498a99163d764a2b9c7046cd7e53eab4 ✔️ noop SUCCESS in 0s |
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.
At a high level the PR looks good to me, when we feel like the content is ready overall, we should also reach out to @klgill for docs refinement review.
docs_user/assemblies/proc_adopting-the-loadbalancer-dataplane.adoc
Outdated
Show resolved
Hide resolved
f73dd0b
to
9203f2a
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5329ccf38f6a4ad39d211634c771de27 ✔️ noop SUCCESS in 0s |
9203f2a
to
2069183
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2da5924504c545e28cfdb4f2d712b3a7 ✔️ noop SUCCESS in 0s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/90badcb3583f46769fcaed24784c2d01 ✔️ noop SUCCESS in 0s |
Adoption of public SSH key for Amphorae OSPNET-1078
2069183
to
7715b68
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/62d22a6ddd4c4c38b728efefab03f42e ✔️ noop SUCCESS in 0s |
Octavia adoption documentation
JIRAs: OSPRH-10750 OSPNET-1078