[openstack-dev] [tripleo] network isolation!!! do we still need to configure VLAN , CIDR, ... in network-environment.yaml

Samuel Monderer smonderer at vasonanetworks.com
Thu Aug 16 14:43:54 UTC 2018


Hi,

In ocata we used network environment  file to configure network parameters
as following

  InternalApiNetCidr: '172.16.2.0/24'
  TenantNetCidr: '172.16.0.0/24'
  ExternalNetCidr: '192.168.204.0/24'
  # Customize the VLAN IDs to match the local environment
  InternalApiNetworkVlanID: 711
  TenantNetworkVlanID: 714
  ExternalNetworkVlanID: 204
  InternalApiAllocationPools: [{'start': '172.16.2.4', 'end':
'172.16.2.250'}]
  TenantAllocationPools: [{'start': '172.16.0.4', 'end': '172.16.0.250'}]
  # Leave room if the external network is also used for floating IPs
  ExternalAllocationPools: [{'start': '192.168.204.6', 'end':
'192.168.204.99'}]

In queens now that we use nerwork_data.yaml do we still need to set the
parameters above?

Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180816/47b78bcf/attachment.html>


More information about the OpenStack-dev mailing list