# This file allows IPv6 deployment on tenant networks as well. # This should only be used for new deployments and not for upgrade # or update. resource_registry: # Network Interface templates to use (these files must exist). You can # override these by including one of the net-*.yaml environment files, # such as net-bond-with-vlans-v6.yaml, or modifying the list here. # Port assignments for the Standalone OS::TripleO::Standalone::Net::SoftwareConfig: OS::Heat::None parameter_defaults: # This section is where deployment-specific configuration is done # StandaloneNetworkConfigTemplate: 'templates/single_nic_vlans/single_nic_vlans.j2' # Customize the IP subnets to match the local environment StorageNetCidr: '' # Customize the IP range to use for static IPs and VIPs StorageAllocationPools: # Customize the VLAN ID to match the local environment StorageNetworkVlanID: 21 # Customize the IP subnets to match the local environment StorageMgmtNetCidr: '' # Customize the IP range to use for static IPs and VIPs StorageMgmtAllocationPools: # Customize the VLAN ID to match the local environment StorageMgmtNetworkVlanID: 23 # Customize the IP subnets to match the local environment InternalApiNetCidr: '' # Customize the IP range to use for static IPs and VIPs InternalApiAllocationPools: # Customize the VLAN ID to match the local environment InternalApiNetworkVlanID: 20 # Customize the IP subnets to match the local environment TenantNetCidr: '' # Customize the IP range to use for static IPs and VIPs TenantAllocationPools: # Customize the VLAN ID to match the local environment TenantNetworkVlanID: 22 # Customize the IP subnets to match the local environment ExternalNetCidr: '' # Customize the IP range to use for static IPs and VIPs # Leave room if the external network is also used for floating IPs ExternalAllocationPools: # Customize the VLAN ID to match the local environment ExternalNetworkVlanID: 44 # List of Neutron network types for tenant networks (will be used in order) NeutronNetworkType: 'geneve,vlan' # Neutron VLAN ranges per network, for example 'datacentre:1:499,tenant:500:1000': NeutronNetworkVLANRanges: 'datacentre:1:1000' # Customize bonding options, e.g. "mode=4 lacp_rate=1 updelay=1000 miimon=100" # for Linux bonds w/LACP, or "bond_mode=active-backup" for OVS active/backup. BondInterfaceOvsOptions: "bond_mode=active-backup"