File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ stacks:
7575 gathering : implicit
7676 inventory : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/data-plane-adoption'].
7777 src_dir }}/scenarios/uni04delta/ceph_inventory.yaml"
78- extra_vars :
79- cifmw_ceph_ipv6 : false
8078 - name : 03 Create external Ceph parameters file
8179 type : playbook
8280 source : " create_external_ceph_params.yml"
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ resource_registry:
1212 OS::TripleO::Controller::Ports::StorageMgmtPort : /usr/share/openstack-tripleo-heat-templates/network/ports/deployed_storage_mgmt.yaml
1313 OS::TripleO::Controller::Ports::TenantPort : /usr/share/openstack-tripleo-heat-templates/network/ports/deployed_tenant.yaml
1414 OS::TripleO::Controller::Ports::ExternalPort : /usr/share/openstack-tripleo-heat-templates/network/ports/deployed_external.yaml
15- OS::TripleO::Controller::Ports::DesignatePort : /usr/share/openstack-tripleo-heat-templates/network/ports/deployed_designate.yaml
16- OS::TripleO::Controller::Ports::DesignateExtPort : /usr/share/openstack-tripleo-heat-templates/network/ports/deployed_designateext.yaml
1715 OS::TripleO::Services::CeilometerAgentCentral : /usr/share/openstack-tripleo-heat-templates/deployment/ceilometer/ceilometer-agent-central-container-puppet.yaml
1816 OS::TripleO::Services::CeilometerAgentNotification : /usr/share/openstack-tripleo-heat-templates/deployment/ceilometer/ceilometer-agent-notification-container-puppet.yaml
1917 OS::TripleO::Services::CeilometerAgentIpmi : /usr/share/openstack-tripleo-heat-templates/deployment/ceilometer/ceilometer-agent-ipmi-container-puppet.yaml
Original file line number Diff line number Diff line change 5757 vlan: 23
5858 ip_subnet: '172.20.0.0/24'
5959 allocation_pools: [{'start': '172.20.0.120', 'end': '172.20.0.250'}]
60-
61- - name: Designate
62- mtu: 1500
63- vip: false
64- name_lower: designate
65- dns_domain: designate.{{ cloud_domain }}.
66- subnets:
67- designate_subnet:
68- vlan: 24
69- ip_subnet: '172.21.0.0/24'
70- allocation_pools: [{'start': '172.21.0.120', 'end': '172.21.0.250'}]
71-
72- - name: Designateext
73- mtu: 1500
74- vip: false
75- name_lower: designateext
76- dns_domain: designateext.{{ cloud_domain }}.
77- subnets:
78- designateext_subnet:
79- vlan: 25
80- ip_subnet: '172.23.0.0/24'
81- allocation_pools: [{'start': '172.23.0.120', 'end': '172.23.0.250'}]
Original file line number Diff line number Diff line change 2424 subnet : tenant_subnet
2525 External :
2626 subnet : external_subnet
27- Designate :
28- subnet : designate_subnet
29- Designateext :
30- subnet : designateext_subnet
3127 # For systems with both IPv4 and IPv6, you may specify a gateway network for
3228 # each, such as ['ControlPlane', 'External']
3329 default_route_networks : ['ControlPlane']
8985 - OS::TripleO::Services::Clustercheck
9086 - OS::TripleO::Services::Collectd
9187 - OS::TripleO::Services::ContainerImagePrepare
92- - OS::TripleO::Services::DesignateApi
93- - OS::TripleO::Services::DesignateCentral
94- - OS::TripleO::Services::DesignateProducer
95- - OS::TripleO::Services::DesignateWorker
96- - OS::TripleO::Services::DesignateMDNS
97- - OS::TripleO::Services::DesignateSink
98- - OS::TripleO::Services::DesignateBind
9988 - OS::TripleO::Services::Etcd
10089 - OS::TripleO::Services::ExternalSwiftProxy
10190 - OS::TripleO::Services::Frr
You can’t perform that action at this time.
0 commit comments