diff --git a/roles/emit-ara-html/README.rst b/roles/emit-ara-html/README.rst index a3a986232..1a64de134 100644 --- a/roles/emit-ara-html/README.rst +++ b/roles/emit-ara-html/README.rst @@ -1,3 +1,8 @@ +**THIS ROLE IS DEPRECATED**, please use the ``ara-report`` role instead. +``ara-report`` provides the same default behavior with the generation of a HTML +report and provides additional functionality that can be used to dynamically +load databases for improved performance and scalability. + Have ARA generate html logs if ARA and ARA data are both present. **Role Variables** diff --git a/roles/emit-ara-html/tasks/main.yaml b/roles/emit-ara-html/tasks/main.yaml index b68a5c42f..179d081f1 100644 --- a/roles/emit-ara-html/tasks/main.yaml +++ b/roles/emit-ara-html/tasks/main.yaml @@ -1,3 +1,9 @@ +- name: Warn about deprecated role + debug: + msg: | + The emit-ara-html role is deprecated. + Please use the ara-report role instead. + - name: Check for ARA db stat: path: "{{ zuul.executor.work_root }}/.ara/ansible.sqlite"