Merge "Remove unused bootstrap-config.yaml"
This commit is contained in:
commit
34b6aab229
@ -1,25 +0,0 @@
|
|||||||
heat_template_version: rocky
|
|
||||||
description: 'Bootstrap Config'
|
|
||||||
|
|
||||||
parameters:
|
|
||||||
bootstrap_nodeid:
|
|
||||||
type: string
|
|
||||||
bootstrap_nodeid_ip:
|
|
||||||
type: string
|
|
||||||
|
|
||||||
resources:
|
|
||||||
|
|
||||||
BootstrapNodeConfigImpl:
|
|
||||||
type: OS::Heat::StructuredConfig
|
|
||||||
properties:
|
|
||||||
group: os-apply-config
|
|
||||||
config:
|
|
||||||
bootstrap_host:
|
|
||||||
bootstrap_nodeid: {get_param: bootstrap_nodeid}
|
|
||||||
bootstrap_nodeid_ip: {get_param: bootstrap_nodeid_ip}
|
|
||||||
|
|
||||||
outputs:
|
|
||||||
config_id:
|
|
||||||
description: The ID of the BootstrapNodeConfigImpl resource.
|
|
||||||
value:
|
|
||||||
{get_resource: BootstrapNodeConfigImpl}
|
|
Loading…
Reference in New Issue
Block a user