tripleo-heat-templates/ci/custom_names_network_data.yaml
Sandeep Yadav fd7cb8c0f5 Add templates for custom network ci job
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.

* ci/custom_ci_roles_data.yaml file have some changes compared to
master branch:-
CinderHPELeftHandISCSI was added as this was present in wallaby
ManilaBackendFlashBlade was removed as this was not present in wallaby

Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/821170
Change-Id: I5119a2c0103868fd481b57b890947b2881b86845
(cherry picked from commit 2e4f35b07d)
2021-12-10 12:27:02 +00:00

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