From 07528b07b281db91c9737d0156d1c9e1bb342ee0 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 4 Jun 2018 15:03:45 -0400 Subject: [PATCH] Deprecate templates replaced with config-download The templates at extraconfig/pre_network/host_config_and_reboot.yaml (replaced with extraconfig/pre_network/boot-params-service.yaml) and extraconfig/tasks/ssh/host_public_key.yaml (replaced with the tripleo-ssh-known-hosts role) are deprecated as they do not work with config-download. They will be removed in the Stein release. Change-Id: Ib66873ea4b0d86f12024ec16d788247c071cf3b5 --- extraconfig/pre_network/host_config_and_reboot.yaml | 4 ++++ extraconfig/tasks/ssh/host_public_key.yaml | 5 +++++ ...ate-non-config-download-templates-3971fbf85b93846d.yaml | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 releasenotes/notes/deprecate-non-config-download-templates-3971fbf85b93846d.yaml diff --git a/extraconfig/pre_network/host_config_and_reboot.yaml b/extraconfig/pre_network/host_config_and_reboot.yaml index 5ccc3caf03..43c58ef525 100644 --- a/extraconfig/pre_network/host_config_and_reboot.yaml +++ b/extraconfig/pre_network/host_config_and_reboot.yaml @@ -1,3 +1,7 @@ +# DEPRECATED: The following template is deprecated in Queens in favor of +# extraconfig/pre_network/boot-params-service.yaml. This template does not work +# with config-download and will be removed during the Stein release. + heat_template_version: rocky description: > diff --git a/extraconfig/tasks/ssh/host_public_key.yaml b/extraconfig/tasks/ssh/host_public_key.yaml index 53ec5528d8..0539db4b5a 100644 --- a/extraconfig/tasks/ssh/host_public_key.yaml +++ b/extraconfig/tasks/ssh/host_public_key.yaml @@ -1,3 +1,8 @@ +# DEPRECATED: The following template is deprecated in Queens in favor of the +# tripleo-ssh-known-hosts from tripleo-common. This template does not work with +# config-download and will be removed from tripleo-heat-templates in the Stein +# release. + heat_template_version: rocky description: > diff --git a/releasenotes/notes/deprecate-non-config-download-templates-3971fbf85b93846d.yaml b/releasenotes/notes/deprecate-non-config-download-templates-3971fbf85b93846d.yaml new file mode 100644 index 0000000000..6009232850 --- /dev/null +++ b/releasenotes/notes/deprecate-non-config-download-templates-3971fbf85b93846d.yaml @@ -0,0 +1,7 @@ +--- +deprecations: + - The templates at extraconfig/pre_network/host_config_and_reboot.yaml + (replaced with extraconfig/pre_network/boot-params-service.yaml) and + extraconfig/tasks/ssh/host_public_key.yaml (replaced with the + tripleo-ssh-known-hosts role) are deprecated as they do not + work with config-download. They will be removed in the Stein release.