Merge "Network data v2 YAML definition for CI"

This commit is contained in:
Zuul 2020-12-21 10:23:22 +00:00 committed by Gerrit Code Review
commit 294035fd22
1 changed files with 50 additions and 0 deletions

50
ci/network_data.yaml Normal file
View File

@ -0,0 +1,50 @@
- name: External
name_lower: external
mtu: 1350
vip: true
subnets:
external_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: InternalApi
name_lower: internal_api
mtu: 1350
vip: true
subnets:
internal_api_subnet:
ip_subnet: 172.17.0.0/24
allocation_pools:
- start: 172.17.0.10
end: 172.17.0.250
- name: Storage
name_lower: storage
mtu: 1350
vip: true
subnets:
storage_subnet:
ip_subnet: 172.18.0.0/24
allocation_pools:
- start: 172.18.0.10
end: 172.18.0.250
- name: StorageMgmt
name_lower: storage_mgmt
mtu: 1350
vip: true
subnets:
storage_mgmt_subnet:
ip_subnet: 172.19.0.0/24
allocation_pools:
- start: 172.19.0.10
end: 172.19.0.250
- name: Tenant
name_lower: tenant
mtu: 1350
subnets:
tenant_subnet:
ip_subnet: 172.16.0.0/24
allocation_pools:
- start: 172.16.0.10
end: 172.16.0.250