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