X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=bootstrap-config.yaml;h=8e8a2a7a44a201a694693ba04ab7e39a011ebb86;hb=7e3f35d63e7fcfa18d8df89f3f4b63af783a75a2;hp=14ecc005e6058ab0de323a6a6a92656187254dc3;hpb=62ab434139c4576afe84b7b0b08374261fc79563;p=apex-tripleo-heat-templates.git diff --git a/bootstrap-config.yaml b/bootstrap-config.yaml index 14ecc005..8e8a2a7a 100644 --- a/bootstrap-config.yaml +++ b/bootstrap-config.yaml @@ -1,18 +1,22 @@ -heat_template_version: 2014-10-16 +heat_template_version: pike 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: