Deprecate tempest and rally

Per [1].

[1] http://eavesdrop.openstack.org/meetings/kolla/2021/kolla.2021-04-28-15.00.html

Change-Id: Ie109d15db1e26e20b78efdb4ab0653d24054820f
This commit is contained in:
Radosław Piliszek 2021-05-05 08:10:28 +00:00
parent 9418a39476
commit b056f54c14
3 changed files with 17 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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.