Remove deployed-server bootstrap mappings
These resources were previously removed from the deployed-server template, so they can also be removed from the deployed-server environments. Signed-off-by: James Slagle <jslagle@redhat.com> Change-Id: I78cfac1344b968e21f7b53306c20df051778a435
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
resource_registry:
|
||||
OS::TripleO::Server: ../deployed-server/deployed-server.yaml
|
||||
OS::TripleO::DeployedServer::ControlPlanePort: OS::Neutron::Port
|
||||
OS::TripleO::DeployedServer::Bootstrap: OS::Heat::None
|
||||
|
||||
{% for role in roles %}
|
||||
OS::TripleO::{{role.name}}::Net::SoftwareConfig: OS::Heat::None
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
resource_registry:
|
||||
OS::TripleO::DeployedServer::Bootstrap: OS::Heat::None
|
||||
OS::TripleO::Server: ../deployed-server/deployed-server.yaml
|
||||
OS::TripleO::DeployedServer::ControlPlanePort: ../deployed-server/deployed-neutron-port.yaml
|
||||
|
||||
Reference in New Issue
Block a user