-
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
Add hypervisor param to shiftstack playbook execution #2626
Add hypervisor param to shiftstack playbook execution #2626
Conversation
Skipping CI for Draft Pull Request. |
099dfc3
to
63abc8f
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. |
63abc8f
to
099dfc3
Compare
eaa1c3a
to
b875b34
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. |
0741b67
to
099dfc3
Compare
7d5721e
to
f03301b
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d146909601c5464095bc146e4964e874 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 32s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1a964b20bcbb41d8a19fcd79f024b377 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 18s |
1bf8556
to
cdcd1c3
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5114043cc42740c3bb98c72e8d96353c ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 52m 59s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5b12142c52de4956bbbd006dd986e8b4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 32m 24s |
recheck |
34bdcd7
to
015bfab
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ea028ac29fff478697304da0accad1f3 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 49m 29s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1959cb648eac4a9e82426a3269d50e5d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 33m 36s |
015bfab
to
734139b
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4c335784df61411f8727d3e10a52bba2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 34m 04s |
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. 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_shiftstack_hypervisor param is passed so the playbook running on the shiftstackclient pod is able to reach the hypervisor. This commit also adds the cifmw_shiftstack_shiftstackclient_incluster_kubeconfig_dir param to the shiftstack-qa playbook execution so it's able to find the RHOSO kubeconfig location.
734139b
to
c7c8891
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/211e81376d004d5089ea54fd697e00b0 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 57m 08s |
recheck |
/lgtm Great work! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pablintino 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 |
bdf4ec8
into
openstack-k8s-operators:main
/cherry-pick 18.0-fr1 |
@eurijon: #2626 failed to apply on top of branch "18.0-fr1":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherry-pick 18.0-fr1 |
@eurijon: new pull request created: #2669 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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_shiftstack_hypervisor
param is passed so the playbook running on the shiftstackclient pod is able to reach the hypervisor.The PR also adds the
cifmw_shiftstack_shiftstackclient_incluster_kubeconfig_dir
param to the shiftstack-qa playbook execution so it's able to find the RHOSO kubeconfig location.This PR depends on: #2620