2 # This configuration file defines Network Environment for a
3 # Baremetal Deployment of OPNFV. It contains default values
4 # for 5 following networks:
11 # *) optional networks
13 # Optional networks will be consolidated with the admin network
14 # if not explicitly configured.
16 # See short description of the networks in the comments below.
18 # "admin" is the short name for Control Plane Network.
19 # This network should be IPv4 even it is an IPv6 deployment
20 # IPv6 does not have PXE boot support.
21 # During OPNFV deployment it is used for node provisioning which will require
22 # PXE booting as well as running a DHCP server on this network. Be sure to
23 # disable any other DHCP/TFTP server on this network.
25 # "tenant" is the network used for tenant traffic.
27 # "external" is the network which should have internet or external
28 # connectivity. External OpenStack networks will be configured to egress this
29 # network. There can be multiple external networks, but only one assigned as
30 # "public" which OpenStack public API's will register.
32 # "storage" is the network for storage I/O.
34 # "api" is an optional network for splitting out OpenStack service API
35 # communication. This should be used for IPv6 deployments.
38 # Meta data for the network configuration
39 network-config-metadata:
40 title: LF-POD-1 Network config
42 created: Mon Dec 28 2015
46 dns-domain: opnfvlf.org
47 dns-search: opnfvlf.org
60 # Common network settings
62 # Admin configuration (pxe and jumpstart)
65 # Network settings for the Installer VM on admin network
67 # Indicates if this VM will be bridged to an interface, or to a bond
69 # Interfaces to bridge for installer VM (use multiple values for bond)
72 # VLAN tag to use for this network on Installer VM, native means none
74 # IP to assign to Installer VM on this network
76 # Usable ip range for the overcloud node IPs (including VIPs)
77 # Last IP is used for host bridge (i.e. br-admin).
78 # If empty entire range is usable.
79 # Cannot overlap with dhcp_range or introspection_range.
83 # Gateway (only needed when public_network is disabled)
85 # Subnet in CIDR format 192.168.1.0/24
87 # DHCP range for the admin network, automatically provisioned if empty
91 # Mapping of network configuration for Overcloud Nodes
93 # Mapping for compute profile (nodes assigned as Compute nodes)
95 # Physical interface type (interface or bond)
97 # Physical NIC members (Single value allowed for phys_type: interface)
100 # Mapping for controller profile (nodes assigned as Controller nodes)
106 # Tenant network configuration
109 # Subnet in CIDR format 192.168.1.0/24
113 # Tenant network Overlay segmentation ID range:
115 overlay_id_range: 2,65535
117 # Tenant network segmentation type:
119 segmentation_type: vxlan
120 # Mapping of network configuration for Overcloud Nodes
122 # Mapping for compute profile (nodes assigned as Compute nodes)
124 # Physical interface type (interface/bond)
126 # VLAN tag to use with this NIC
128 # Physical NIC members of this mapping
129 # Single value allowed for phys_type: interface
131 # Note logical name like nic1 not valid for fdio deployment yet.
133 # Mapping for controller profile (nodes assigned as Controller nodes)
135 # Physical interface type (interface/bond)
138 # Note: logicial names like nic1 are not valid for fdio deployment yet.
142 # Can contain 1 or more external networks
148 # Network settings for the Installer VM on external network
149 # (note only valid on 'public' external network)
151 # Indicates if this VM will be bridged to an interface, or to a bond
154 # Interfaces to bridge for installer VM (use multiple values for bond)
157 # IP to assign to Installer VM on this network
159 cidr: 192.168.37.0/24
160 gateway: 192.168.37.1
161 # Range to allocate to floating IPs for the public network with Neutron
165 # Usable ip range for the overcloud node IPs (including VIPs)
166 # Last IP will be used for host bridge (i.e. br-public).
167 # If empty entire range is usable.
168 # Cannot overlap with dhcp_range or introspection_range.
172 # Mapping of network configuration for Overcloud Nodes
174 # Mapping for compute profile (nodes assigned as Compute nodes)
176 # Physical interface type (interface or bond)
178 # VLAN tag to use with this NIC
180 # Physical NIC members of this mapping
181 # Single value allowed for phys_type: interface
184 # Mapping for controller profile (nodes assigned as Controller nodes)
190 # External network to be created in OpenStack by Services tenant
192 name: Public_internet
194 gateway: 192.168.37.1
195 # another external network
196 # This is an example and not yet supported
200 # Network settings for the Installer VM on external network
201 # note only valid on 'public' external network
203 # Indicates if this VM will be bridged to an interface, or to a bond
206 # Interfaces to bridge for installer VM (use multiple values for bond)
209 # IP to assign to Installer VM on this network
211 cidr: 192.168.38.0/24
212 gateway: 192.168.38.1
213 # Range to allocate to floating IPs for the public network with Neutron
217 # Usable IP range for overcloud nodes (including VIPs)i
218 # usually this is a shared subnet.
219 # Cannot overlap with dhcp_range or introspection_range.
223 # Mapping of network configuration for Overcloud Nodes
225 # Mapping for compute profile (nodes assigned as Compute nodes)
227 # Physical interface type (interface or bond)
229 # VLAN tag to use with this NIC
231 # Physical NIC members of this mappingi
232 # Single value allowed for phys_type: interface
233 # Note: logical names like nic1 are not valid for fdio deployment yet.
236 # Mapping for controller profile (nodes assigned as Controller nodes)
242 # External network to be created in OpenStack by Services tenant
247 gateway: 192.168.38.1
249 # Storage network configuration
252 # Subnet in CIDR format
254 # Storage network MTU
256 # Mapping of network configuration for Overcloud Nodes
258 # Mapping for compute profile (nodes assigned as Compute nodes)
260 # Physical interface type (interface or bond)
262 # VLAN tag to use with this NIC
264 # Physical NIC members of this mapping
265 # Single value allowed for phys_type: interface
267 # Note logical names like nic1 not valid for fdio deployment yet.
269 # Mapping for controller profile (nodes assigned as Controller nodes)
277 # API network configuration
279 # Subnet in CIDR format
280 cidr: fd00:fd00:fd00:4000::/64
281 # VLAN tag to use for Overcloud hosts on this network
285 # Mapping of network configuration for Overcloud Nodes
287 # Mapping for compute profile (nodes assigned as Compute nodes)
289 # Physical interface type (interface or bond)
291 # VLAN tag to use with this NIC
293 # Physical NIC members of this mapping
294 # Single value allowed for phys_type: interface
295 # Note logical names like nic1 not valid for fdio deployment yet.
298 # Mapping for controller profile (nodes assigned as Controller nodes)
305 # Apex specific settings
309 # Range used for introspection phase (examining nodes).
310 # This cannot overlap with dhcp_range or overcloud_ip_range.
311 # for the overcloud default external network