Add a type for the ControlVirtualIP resource
This patch adds a new type called: OS::TripleO::Network::Ports::ControlPlaneVipPort This defaults to a normal OS::Neutron::Port object but can be mocked out for some implementations like when installing the undercloud where neutron doesn't exist. Change-Id: Iebf2428432a98a9d789b206ce973599adbc0af8f
This commit is contained in:
parent
0cd7cbdd6f
commit
5938731160
@ -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