2016-07-01 23:30:57 +00:00
|
|
|
# This template allows the IPs to be preselected for each VIP. Note that
|
|
|
|
# this template should be included after other templates which affect the
|
|
|
|
# network such as network-isolation.yaml.
|
|
|
|
|
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::Network::Ports::ExternalVipPort: ../network/ports/external_v6.yaml
|
|
|
|
OS::TripleO::Network::Ports::InternalApiVipPort: ../network/ports/internal_api_v6.yaml
|
|
|
|
OS::TripleO::Network::Ports::StorageVipPort: ../network/ports/storage_v6.yaml
|
|
|
|
OS::TripleO::Network::Ports::StorageMgmtVipPort: ../network/ports/storage_mgmt_v6.yaml
|
2018-06-21 18:45:57 +00:00
|
|
|
OS::TripleO::Network::Ports::RedisVipPort: ../network/ports/vip_v6.yaml
|
2019-07-24 06:57:36 +00:00
|
|
|
OS::TripleO::Network::Ports::OVNDBsVipPort: ../network/ports/vip_v6.yaml
|
2016-07-01 23:30:57 +00:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
# Set the IP addresses of the VIPs here.
|
|
|
|
# NOTE: we will eventually move to one VIP per service
|
|
|
|
#
|
|
|
|
ControlFixedIPs: [{'ip_address':'192.168.24.240'}]
|
2018-02-14 23:55:40 +00:00
|
|
|
PublicVirtualFixedIPs: [{'ip_address':'2001:db8:fd00:1000:0000:0000:0000:0005'}]
|
2016-07-01 23:30:57 +00:00
|
|
|
InternalApiVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:2000:0000:0000:0000:0005'}]
|
|
|
|
StorageVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:3000:0000:0000:0000:000'}]
|
|
|
|
StorageMgmtVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:4000:0000:0000:0000:0005'}]
|
|
|
|
RedisVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:2000:0000:0000:0000:0006'}]
|
2019-07-24 06:57:36 +00:00
|
|
|
OVNDBsVirtualFixedIPs: [{'ip_address':'fd00:fd00:fd00:2000:0000:0000:0000:0007'}]
|