-
Notifications
You must be signed in to change notification settings - Fork 139
Add cifmw_hci_prepare_extra_services parameter #3269
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 cifmw_hci_prepare_extra_services parameter #3269
Conversation
Add cifmw_hci_prepare_extra_services parameter to hci_prepare role. This parameter allows the user to specify extra services in the dataplane when deploying using hci, for example, adding the telemetry service. By default, the parameter is empty and will do nothing.
|
[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 |
Deploy an HCI configuration using cifmw and use it as backend for cinder. This is needed to test volume migrations and depending on the result we might enable it in all jobs or only in some. Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/954625 Depends-On: openstack-k8s-operators/ci-framework#3269 Depends-On: openstack-k8s-operators/ci-framework#3270
Deploy an HCI configuration using cifmw and use it as backend for cinder. This is needed to test volume migrations and depending on the result we might enable it in all jobs or only in some. Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/954625 Depends-On: openstack-k8s-operators/ci-framework#3269 Depends-On: openstack-k8s-operators/ci-framework#3270
Deploy an HCI configuration using cifmw and use it as backend for cinder. This is needed to test volume migrations and depending on the result we might enable it in all jobs or only in some. Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/954625 Depends-On: openstack-k8s-operators/ci-framework#3269 Depends-On: openstack-k8s-operators/ci-framework#3270
|
Tested it in openstack-k8s-operators/watcher-operator#263 with and the kustomization is generated correctly: https://logserver.rdoproject.org/309/rdoproject.org/3097b20c66be407fb65d0480f6ab894c/controller/ci-framework-data/artifacts/manifests/kustomizations/dataplane/87-hci-post-kustomization.yaml |
Deploy an HCI configuration using cifmw and use it as backend for cinder. This is needed to test volume migrations and depending on the result we might enable it in all jobs or only in some. Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/954625 Depends-On: openstack-k8s-operators/ci-framework#3269 Depends-On: openstack-k8s-operators/ci-framework#3270
Add cifmw_hci_prepare_extra_services parameter to hci_prepare role. This
parameter allows the user to specify extra services in the dataplane
when deploying using hci, for example, adding the telemetry service. By
default, the parameter is empty and will do nothing.