Merge "Support for Ocata-Pike live-migration over ssh" into stable/pike
[apex-tripleo-heat-templates.git] / environments / fixed-ip-vips.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.yaml
7   OS::TripleO::Network::Ports::InternalApiVipPort: ../network/ports/internal_api.yaml
8   OS::TripleO::Network::Ports::StorageVipPort: ../network/ports/storage.yaml
9   OS::TripleO::Network::Ports::StorageMgmtVipPort: ../network/ports/storage_mgmt.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':'10.0.0.240'}]
18   InternalApiVirtualFixedIPs: [{'ip_address':'172.16.2.240'}]
19   StorageVirtualFixedIPs: [{'ip_address':'172.16.1.240'}]
20   StorageMgmtVirtualFixedIPs: [{'ip_address':'172.16.3.240'}]
21   RedisVirtualFixedIPs: [{'ip_address':'172.16.2.241'}]