Add dcn_storage scenario for DCN adoption with Ceph HCI#3697
Add dcn_storage scenario for DCN adoption with Ceph HCI#3697fultonj wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9b385574906f4b3da67d3dd8b1162f3c ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 58m 58s |
0f09936 to
1b02a0e
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3e8db1cb29c840358716a3d81671f6e2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 09m 32s |
1b02a0e to
a079ff6
Compare
…Ceph HCI Add VM layout for DCN deployment with 3 Ceph clusters. Changes from dcn_nostorage: - Increase extra_disks_size from 15G to 30G for Ceph OSDs - All 9 compute nodes (central, dcn1, dcn2) configured for HCI - Stack name is passed to adoption ceph playbook - Fix os-net-config to use stack-specific ctlplane network (ctlplanedcn1/ctlplanedcn2) instead of hardcoded 'ctlplane' - Fix tripleo-ansible-inventory template computes group condition to match DCN group names like 'osp-dcn1-compute-az1s' which contain 'compute' but not 'computes' - Add adoption_dcn_export.yml playbook to export central stack for DCN site deployments - Add adoption_dcn_update_central.yml playbook to update central glance to use ceph at the DCN sites. This scenario pairs with data-plane-adoption's dcn_storage.yaml to deploy OSP 17.1 with Ceph at central and edge sites. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: John Fulton <fulton@redhat.com>
a079ff6 to
0c8c064
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6a3d5961addf4f318432d51aaac1373a ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 21m 57s |
Add VM layout for DCN deployment with 3 Ceph clusters.
Changes from dcn_nostorage:
This scenario pairs with data-plane-adoption's dcn_storage.yaml to deploy OSP 17.1 with Ceph at central and edge sites.
Related: openstack-k8s-operators/data-plane-adoption#1245