diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-11 07:09:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-11 07:09:54 +0000 |
commit | ccb0655db4cb0df125a52262e67b39609f78703b (patch) | |
tree | 14351abd10d5c24f67446ec514c6ac9c94ac7c40 /environments/contrail | |
parent | 84690023cbae970d1fe753e781f0450b34614be5 (diff) | |
parent | b5b6681a74e001448a836e7eea5e75fba859b88c (diff) |
Merge "Replace references to the 192.0.2 network"
Diffstat (limited to 'environments/contrail')
-rw-r--r-- | environments/contrail/contrail-net.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/environments/contrail/contrail-net.yaml b/environments/contrail/contrail-net.yaml index 1e64f91d..cca9beac 100644 --- a/environments/contrail/contrail-net.yaml +++ b/environments/contrail/contrail-net.yaml @@ -8,7 +8,7 @@ resource_registry: parameter_defaults: ControlPlaneSubnetCidr: '24' - ControlPlaneDefaultRoute: 192.0.2.254 + ControlPlaneDefaultRoute: 192.168.24.254 InternalApiNetCidr: 10.0.0.0/24 InternalApiAllocationPools: [{'start': '10.0.0.10', 'end': '10.0.0.200'}] InternalApiDefaultRoute: 10.0.0.1 @@ -17,7 +17,7 @@ parameter_defaults: ManagementInterfaceDefaultRoute: 10.1.0.1 ExternalNetCidr: 10.2.0.0/24 ExternalAllocationPools: [{'start': '10.2.0.10', 'end': '10.2.0.200'}] - EC2MetadataIp: 192.0.2.1 # Generally the IP of the Undercloud + EC2MetadataIp: 192.168.24.1 # Generally the IP of the Undercloud DnsServers: ["8.8.8.8","8.8.4.4"] VrouterPhysicalInterface: eth1 VrouterGateway: 10.0.0.1 |