tripleo-heat-templates/network-data-samples/routed-networks.yaml

89 lines
2.0 KiB
YAML

- name: Storage
name_lower: storage
vip: true
mtu: 1500
subnets:
storage_subnet:
ip_subnet: 172.16.16.0/24
gateway_ip: 172.16.16.1
allocation_pools:
- start: 172.16.16.4
end: 172.16.16.250
vlan: 30
storage2_subnet:
ip_subnet: 172.16.17.0/24
gateway_ip: 172.16.17.1
allocation_pools:
- start: 172.16.17.4
end: 172.16.17.250
vlan: 30
- name: StorageMgmt
name_lower: storage_mgmt
vip: true
mtu: 1500
subnets:
storage_mgmt_subnet:
ip_subnet: 172.16.48.0/24
gateway_ip: 172.16.48.1
allocation_pools:
- start: 172.16.48.4
end: 172.16.48.250
vlan: 40
storage_mgmt2_subnet:
ip_subnet: 172.16.49.0/24
gateway_ip: 172.16.49.1
allocation_pools:
- start: 172.16.49.4
end: 172.16.49.250
vlan: 40
- name: InternalApi
name_lower: internal_api
vip: true
mtu: 1500
subnets:
internal_api_subnet:
ip_subnet: 172.16.32.0/24
gateway_ip: 172.16.32.1
allocation_pools:
- start: 172.16.32.4
end: 172.16.32.250
vlan: 20
internal_api2_subnet:
ip_subnet: 172.16.33.0/24
gateway_ip: 172.16.33.1
allocation_pools:
- start: 172.16.33.4
end: 172.16.33.250
vlan: 20
- name: Tenant
name_lower: tenant
vip: false # Tenant networks do not use VIPs
mtu: 1500
subnets:
tenant_subnet:
ip_subnet: 172.16.0.0/24
gateway_ip: 172.16.0.1
allocation_pools:
- start: 172.16.0.4
end: 172.16.0.250
vlan: 50
tenant2_subnet:
ip_subnet: 172.16.1.0/24
gateway_ip: 172.16.1.1
allocation_pools:
- start: 172.16.1.4
end: 172.16.1.250
vlan: 50
- name: External
name_lower: external
vip: true
mtu: 1500
subnets:
external_subnet:
ip_subnet: 10.0.0.0/24
allocation_pools:
- start: 10.0.0.4
end: 10.0.0.250
gateway_ip: 10.0.0.1
vlan: 10