2e4f35b07d
We are creating a new featureset064 that will deploy overcloud with custom network + custom overcloud name + IPA integration. With this patch, Adding tht templates that we will use in fs064 for overcloud deployment. Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/818529 Change-Id: I5119a2c0103868fd481b57b890947b2881b86845
61 lines
1.5 KiB
YAML
61 lines
1.5 KiB
YAML
- name: ExternalCloud1
|
|
name_lower: external_cloud_1
|
|
mtu: 1350
|
|
vip: true
|
|
dns_domain: externalcloud1.ooo.test.
|
|
service_net_map_replace: external
|
|
subnets:
|
|
external_cloud_1_subnet:
|
|
ip_subnet: 10.0.0.0/24
|
|
gateway_ip: 10.0.0.1
|
|
allocation_pools:
|
|
- start: 10.0.0.10
|
|
end: 10.0.0.50
|
|
- name: InternalApiCloud1
|
|
name_lower: internal_api_cloud_1
|
|
mtu: 1350
|
|
vip: true
|
|
dns_domain: internalapicloud1.ooo.test.
|
|
service_net_map_replace: internal_api
|
|
subnets:
|
|
internal_api_cloud_1_subnet:
|
|
ip_subnet: 172.17.0.0/24
|
|
allocation_pools:
|
|
- start: 172.17.0.10
|
|
end: 172.17.0.250
|
|
- name: StorageCloud1
|
|
name_lower: storage_cloud_1
|
|
mtu: 1350
|
|
vip: true
|
|
dns_domain: storagecloud1.ooo.test.
|
|
service_net_map_replace: storage
|
|
subnets:
|
|
storage_cloud_1_subnet:
|
|
ip_subnet: 172.18.0.0/24
|
|
allocation_pools:
|
|
- start: 172.18.0.10
|
|
end: 172.18.0.250
|
|
- name: StorageMgmtCloud1
|
|
name_lower: storage_mgmt_cloud_1
|
|
mtu: 1350
|
|
vip: true
|
|
dns_domain: storagemgmtcloud1.ooo.test.
|
|
service_net_map_replace: storage_mgmt
|
|
subnets:
|
|
storage_mgmt_cloud_1_subnet:
|
|
ip_subnet: 172.19.0.0/24
|
|
allocation_pools:
|
|
- start: 172.19.0.10
|
|
end: 172.19.0.250
|
|
- name: TenantCloud1
|
|
name_lower: tenant_cloud_1
|
|
mtu: 1350
|
|
dns_domain: tenantcloud1.ooo.test.
|
|
service_net_map_replace: tenant
|
|
subnets:
|
|
tenant_cloud_1_subnet:
|
|
ip_subnet: 172.16.0.0/24
|
|
allocation_pools:
|
|
- start: 172.16.0.10
|
|
end: 172.16.0.250
|