diff --git a/meta/runtime.yml b/meta/runtime.yml index 72ddeae9..aa12f196 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -92,3 +92,7 @@ plugin_routing: deprecation: removal_version: 4.0.0 warning_text: Role, runtime, is not longer supported. + sequence: + deprecation: + removal_version: 4.0.0 + warning_text: Role, sequence, is not longer supported. diff --git a/roles/sequence/meta/main.yml b/roles/sequence/meta/main.yml index 7662feaa..064cfd4e 100644 --- a/roles/sequence/meta/main.yml +++ b/roles/sequence/meta/main.yml @@ -13,30 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -galaxy_info: - author: Webster Mudge (wmudge@cloudera.com) - description: > - Runlevel execution using tags for deploying and managing Cloudera Data Platform - (CDP) Public Cloud. - company: Cloudera, Inc. - license: Apache-2.0 - - min_ansible_version: 2.10 - - platforms: - - name: Debian - versions: all - - name: Fedora - versions: all - - name: GenericLinux - versions: all - - name: MacOSX - versions: all - - name: Ubuntu - versions: all - - galaxy_tags: - - cloudera - - cdp - dependencies: ["cloudera.exe.common"] diff --git a/roles/sequence/tasks/main.yml b/roles/sequence/tasks/main.yml index 57d14c11..4cdce7ce 100644 --- a/roles/sequence/tasks/main.yml +++ b/roles/sequence/tasks/main.yml @@ -15,6 +15,12 @@ # Sequential management (individual tasks that execute implicit runlevel dependencies and order-of-operations) +- name: Deprecation warning + run_once: true + cloudera.exe.deprecation: + msg: "Role, {{ ansible_role_name }}, is no longer supported." + version: 4.0.0 + - name: Validate Infrastructure Configuration ansible.builtin.include_role: name: cloudera.exe.infrastructure