You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.5 KiB
60 lines
1.5 KiB
- 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
|
|
|