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:
James Slagle
2021-01-27 17:16:05 -05:00
parent 5a49041143
commit 4a862731b0
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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