8ecc3840aa
In TripleO CI, we want to use the Jenkins slave as the undercloud, which means we don't want to deploy another undercloud VM that we won't use. This change splits out the undercloud resources into a separate resource so it can be noop'd as desired.
9 lines
403 B
YAML
9 lines
403 B
YAML
resource_registry:
|
|
OS::OVB::ServerPair: virtual-baremetal-servers.yaml
|
|
OS::OVB::BaremetalEnvironment: virtual-baremetal.yaml
|
|
OS::OVB::UndercloudEnvironment: undercloud.yaml
|
|
OS::OVB::UndercloudFloating: undercloud-floating.yaml
|
|
OS::OVB::PrivateNetwork: private-net-existing.yaml
|
|
OS::OVB::BaremetalNetworks: baremetal-networks-none.yaml
|
|
OS::OVB::BaremetalPorts: baremetal-ports-default.yaml
|