cpe-deployments/config/networks.yaml

132 lines
3.4 KiB
YAML

fabrics:
default:
vlans:
300:
# OAM network
dhcp_on: true
mtu: 1500
space: oam
subnets:
oam:
cidr: 10.0.1.0/24
gateway_ip: 10.0.1.253
reserved:
# 10.2.70.1, .2,.3, reserved
# gap: 4-7, infra-head, reserved
# 8-10 reserved diff env
# 11-13 nodes static ips
# 14-16 infras
# 17-25: nodes storage static ips
# 26-126: future use, reserved
# 127-255: unused, future use, reserved
# 71.0: openstack
# .1 .2 maas
# .3-18: vips
# 19-59: dhcp
# 60-62: juju controllers
# 63-254: containers
dhcp:
start_ip: 10.0.1.1
end_ip: 10.0.1.99
type: dynamic
openstack-vips:
start_ip: 10.0.1.211
end_ip: 10.0.1.225
servers:
start_ip: 10.0.1.241
end_ip: 10.0.1.254
1:
# External is on the same bond as OAM -> MTU 1500
mtu: 1500
space: external
subnets:
external:
cidr: 192.168.1.0/24
301:
dhcp_on: true
mtu: 1500
space: ceph-access
subnets:
ceph_access:
cidr: 10.0.2.0/24
reserved:
maas:
start_ip: 10.0.2.1
end_ip: 10.0.2.99
type: dynamic
servers:
start_ip: 10.0.2.241
end_ip: 10.0.2.254
302:
dhcp_on: true
mtu: 1500
space: ceph-replica
subnets:
ceph_replication:
cidr: 10.0.3.0/24
reserved:
maas:
start_ip: 10.0.3.1
end_ip: 10.0.3.99
type: dynamic
servers:
start_ip: 10.0.3.241
end_ip: 10.0.3.254
303:
dhcp_on: true
mtu: 1500
space: overlay
subnets:
overlay:
cidr: 10.0.4.0/24
reserved:
maas:
start_ip: 10.0.4.1
end_ip: 10.0.4.99
type: dynamic
servers:
start_ip: 10.0.4.241
end_ip: 10.0.4.254
304:
dhcp_on: true
mtu: 1500
space: internal
subnets:
internal:
cidr: 10.0.5.0/24
reserved:
maas:
start_ip: 10.0.5.1
end_ip: 10.0.5.99
type: dynamic
servers:
start_ip: 10.0.5.241
end_ip: 10.0.5.254
305:
dhcp_on: true
mtu: 1500
space: admin
subnets:
admin:
cidr: 10.0.6.0/24
reserved:
maas:
start_ip: 10.0.6.1
end_ip: 10.0.6.99
type: dynamic
servers:
start_ip: 10.0.6.241
end_ip: 10.0.6.254
spaces:
ceph-access:
description: Ceph access.
ceph-replica:
description: Ceph replication.
external:
description: Floating IP network.
oam:
description: Operations, administration and management. PXE and stuff.
overlay:
description: OVS overlay space for tenant networks