From 25e497d95bdab9014484881caa1c9ff2cf8fdbdf Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 24 Sep 2018 15:29:43 +0100 Subject: [PATCH] Remove unused bootstrap-config.yaml For some time now the boostrap hieradata has been set via the puppet/all-nodes-config.j2.yaml so this is now unused. Change-Id: Ic8f29cabd17a981a04853601641b2faae06c74a2 --- bootstrap-config.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 bootstrap-config.yaml diff --git a/bootstrap-config.yaml b/bootstrap-config.yaml deleted file mode 100644 index c80e3d9c52..0000000000 --- a/bootstrap-config.yaml +++ /dev/null @@ -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}