Merge "Add a type for the ControlVirtualIP resource"
This commit is contained in:
commit
299c301925
@ -90,6 +90,7 @@ resource_registry:
|
||||
OS::TripleO::Network::Ports::StorageVipPort: network/ports/noop.yaml
|
||||
OS::TripleO::Network::Ports::StorageMgmtVipPort: network/ports/noop.yaml
|
||||
OS::TripleO::Network::Ports::RedisVipPort: network/ports/ctlplane_vip.yaml
|
||||
OS::TripleO::Network::Ports::ControlPlaneVipPort: OS::Neutron::Port
|
||||
|
||||
# Service to network Mappings
|
||||
OS::TripleO::ServiceNetMap: network/service_net_map.yaml
|
||||
|
@ -477,7 +477,7 @@ resources:
|
||||
type: OS::TripleO::Network
|
||||
|
||||
ControlVirtualIP:
|
||||
type: OS::Neutron::Port
|
||||
type: OS::TripleO::Network::Ports::ControlPlaneVipPort
|
||||
depends_on: Networks
|
||||
properties:
|
||||
name: control_virtual_ip
|
||||
|
Loading…
Reference in New Issue
Block a user