-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add hypervisor param to shiftstack playbook execution #2596
Conversation
Skipping CI for Draft Pull Request. |
/test all |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bab06fb45064474d8f2429682f7aa61f ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 41m 40s |
2748acd
to
0ce1031
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4d84f8e902e146bda62b4bebfc5e39c4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 39m 09s |
0ce1031
to
3efa078
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/779b8b39503f4aa7bbcec4786a646ab5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 25s |
3efa078
to
cb8a31c
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7f750547375e455d9b6c220687a05a59 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 52m 06s |
3f8d9ea
to
3ce8d8d
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
3ce8d8d
to
07c695e
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bd66db35110846f08dbcd4f41ea73eb5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 28s |
07c695e
to
607e0e6
Compare
[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 |
Continues on #2626 |
For being able to resolve shift-on-stack apps endpoints (routes) hostnames from RHOSO pods it's required to add the DNS record entry in then dnsmasq service running on the hypervisor.
i.e.:
It needs to be done after shift-on-stack cluster is installed as the installer is creating the floating IP for the apps endpoints, and the FIP is not known in advance.
For that purpose the cifmw_target_host param is passed so the playbook running on the shiftstackclient pod is able to reach the hypervisor.