Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / fixed-ip-vips-v6.yaml
1 # This template allows the IPs to be preselected for each VIP. Note that
2 # this template should be included after other templates which affect the
3 # network such as network-isolation.yaml.
4
5 resource_registry:
6   OS::TripleO::Network::Ports::ExternalVipPort: ../network/ports/external_v6.yaml
7   OS::TripleO::Network::Ports::InternalApiVipPort: ../network/ports/internal_api_v6.yaml
8   OS::TripleO::Network::Ports::StorageVipPort: ../network/ports/storage_v6.yaml
9   OS::TripleO::Network::Ports::StorageMgmtVipPort: ../network/ports/storage_mgmt_v6.yaml
10   OS::TripleO::Network::Ports::RedisVipPort: ../network/ports/vip.yaml
11
12 parameter_defaults:
13   # Set the IP addresses of the VIPs here.
14   # NOTE: we will eventually move to one VIP per service
15   #
16   ControlFixedIPs: [{'ip_address':'192.168.24.240'}]
17   PublicVirtualFixedIps: [{'ip_address':'2001:db8:fd00:1000:0000:0000:0000:0005'}]
18   InternalApiVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:2000:0000:0000:0000:0005'}]
19   StorageVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:3000:0000:0000:0000:000'}]
20   StorageMgmtVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:4000:0000:0000:0000:0005'}]
21   RedisVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:2000:0000:0000:0000:0006'}]