Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ansible-lint-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ roles/dynamic_inventory/tasks/create_static_inventory.yml risky-file-permissions
roles/dynamic_inventory/tasks/create_static_inventory.yml jinja[spacing][/] skip
roles/dynamic_inventory/tasks/refresh_inventory.yml risky-file-permissions skip
roles/dynamic_inventory/tasks/retire_static_inventory.yml risky-file-permissions skip
roles/info/tasks/main.yml risky-file-permissions skip
roles/info/tasks/main.yml jinja[spacing][/] skip
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ plugin_routing:
deprecation:
removal_version: 4.0.0
warning_text: Role, freeipa_host_group, is not longer supported.
info:
deprecation:
removal_version: 4.0.0
warning_text: Role, info, is not longer supported.
29 changes: 0 additions & 29 deletions roles/info/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

galaxy_info:
author: Webster Mudge ([email protected])
description: >
Collection and publishing of available services and general information for Cloudera Data
Platform (CDP) Public Cloud or Private Cloud deployments.
company: Cloudera
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
- aws
- gcloud
- azure

dependencies: ["cloudera.exe.common"]
6 changes: 6 additions & 0 deletions roles/info/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- name: Deprecation warning
run_once: true
cloudera.exe.deprecation:
msg: "Role, {{ ansible_role_name }}, is no longer supported."
version: 4.0.0

- name: Ensure artifacts directory exists
when: info__create_deployment_details and info__artifacts_directory | length > 0
block:
Expand Down
Loading