From b056f54c1403aa097552e4af931f86f9becb2d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 5 May 2021 08:10:28 +0000 Subject: [PATCH] Deprecate tempest and rally Per [1]. [1] http://eavesdrop.openstack.org/meetings/kolla/2021/kolla.2021-04-28-15.00.html Change-Id: Ie109d15db1e26e20b78efdb4ab0653d24054820f --- ansible/roles/rally/tasks/main.yml | 5 +++++ ansible/roles/tempest/tasks/main.yml | 5 +++++ .../deprecate-tempest-and-rally-2418cbe2a9f315a4.yaml | 7 +++++++ 3 files changed, 17 insertions(+) create mode 100644 releasenotes/notes/deprecate-tempest-and-rally-2418cbe2a9f315a4.yaml diff --git a/ansible/roles/rally/tasks/main.yml b/ansible/roles/rally/tasks/main.yml index bc5d1e6257..24b9a183ba 100644 --- a/ansible/roles/rally/tasks/main.yml +++ b/ansible/roles/rally/tasks/main.yml @@ -1,2 +1,7 @@ --- +- name: Warn about deprecation + debug: + msg: > + rally role is deprecated and will be removed in Xena + - include_tasks: "{{ kolla_action }}.yml" diff --git a/ansible/roles/tempest/tasks/main.yml b/ansible/roles/tempest/tasks/main.yml index bc5d1e6257..9d7272561d 100644 --- a/ansible/roles/tempest/tasks/main.yml +++ b/ansible/roles/tempest/tasks/main.yml @@ -1,2 +1,7 @@ --- +- name: Warn about deprecation + debug: + msg: > + tempest role is deprecated and will be removed in Xena + - include_tasks: "{{ kolla_action }}.yml" diff --git a/releasenotes/notes/deprecate-tempest-and-rally-2418cbe2a9f315a4.yaml b/releasenotes/notes/deprecate-tempest-and-rally-2418cbe2a9f315a4.yaml new file mode 100644 index 0000000000..7515a6e1ec --- /dev/null +++ b/releasenotes/notes/deprecate-tempest-and-rally-2418cbe2a9f315a4.yaml @@ -0,0 +1,7 @@ +--- +deprecations: + - | + Support for deploying ``tempest`` and ``rally`` is deprecated and + will be removed in the Xena cycle. + The reason is that these are not services of an OpenStack cloud but + its clients.