Drop DeployedServer resources

We replace the 'deploy_server_id' of TripleOSoftwareDeployment
resources with the actual server_id during config download.
We can manage without creating these DeployedServer resources,
as we don't expect these resources to be SIGNALED.

Change-Id: Ib95a51f0c57943cf6127640b829c042a14d1dcf9
This commit is contained in:
Rabi Mishra 2022-09-21 09:25:12 +05:30
parent e36aaed0e8
commit 3465111c5c
2 changed files with 2 additions and 14 deletions

View File

@ -50,17 +50,11 @@ resources:
properties:
name: deployment_resource
config: {get_param: config}
server: {get_resource: TripleOServer}
server: 'fake_server_id'
input_values: {get_param: input_values}
signal_transport: NO_SIGNAL
actions: {get_param: actions}
TripleOServer:
type: OS::Heat::DeployedServer
properties:
name: server_resource
software_config_transport: POLL_SERVER_HEAT
outputs:
deploy_status_code:

View File

@ -50,17 +50,11 @@ resources:
properties:
name: deployment_resource
config: {get_param: config}
server: {get_resource: TripleOServer}
server: 'fake_server_id'
input_values: {get_param: input_values}
signal_transport: NO_SIGNAL
actions: {get_param: actions}
TripleOServer:
type: OS::Heat::DeployedServer
properties:
name: server_resource
software_config_transport: POLL_SERVER_HEAT
outputs:
deploy_status_code: