-
Notifications
You must be signed in to change notification settings - Fork 109
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
Introduce DCN custom playbooks #2450
Conversation
[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 |
Hi @sbekkerm. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Thanks for the PR! ❤️ |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/464cdea0779b410da7139c9045b3ea61 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 55m 10s |
Introduced the DCN custom playbook and its corresponding Jinja values templates.
f1a21ed
to
711d974
Compare
}} | ||
|
||
- name: Deploy EDPM | ||
include_tasks: deploy-edpm.yml |
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.
Can this include_tasks
be changed into an include_role
which includes a new role like ci_dcn_site
.
Then move all the j2 files in this PR and the deploy-edpm.yml
tasks file into the new ci_dcn_site
role?
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/16d12a2125a7408b8b74a68fe2780973 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 57m 54s |
Obsoleted by #2458 |
Key changes:
playbook/dcn
folder.architecture
repository into theroles/ci_gen_kustomize_values/templates/dcn
folder.There are two playbooks. These playbooks will be executed in a hook after the control plane has been deployed.
deploy-dcn.yml
: This playbook generates a list of network ranges and sequentially calls deploy-edpm.yml to deploy the EDPM nodesets based on the defined networking environment.deploy-edpm.yml
: This playbook focuses on the deployment of the EDPM nodeset and the Ceph cluster relating to DCN sites. It leverages Jinja templates to dynamically generate thevalues.yaml
andservice-values.yaml
files required for Kustomize.