From d99533c89542c7618b721b7765513402c60c667e Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Thu, 28 Sep 2023 15:09:28 -0400 Subject: [PATCH] Remove "virtual" collection dependencies and update the documentation for including them explicitly. Signed-off-by: Webster Mudge --- README.md | 2 +- galaxy.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bbde59c..84e30311 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ The collection also requires the following Python libraries to operate its modul The collection's Python dependencies alone, _not_ the required Python libraries of its collection dependencies, are in `requirements.txt`. -All collection dependencies, required and optional, can be found in `requirements.yml`; only the _required_ dependencies are in `galaxy.yml`. `ansible-galaxy` will install only the _required_ collection dependencies; you will need to add the _optional_ collection dependencies as needed (see above). +All collection dependencies, required and optional, can be found in `requirements.yml`; only the _required_ **non-Cloudera** dependencies are in `galaxy.yml`. `ansible-galaxy` will install only the _required_ **non-Cloudera** collection dependencies; you will need to add `cloudera.cloud`, `cloudera.cluster`, and the _optional_ collection dependencies as needed (see above). `ansible-builder` can discover and install all Python dependencies - current collection and dependencies - if you wish to use that application to construct your environment. Otherwise, you will need to read each collection and role dependency and follow its installation instructions. diff --git a/galaxy.yml b/galaxy.yml index 5031e85f..d8c41785 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -38,8 +38,6 @@ tags: - cm dependencies: - 'git+https://github.com/cloudera-labs/cloudera.cloud.git': 'main' - 'git+https://github.com/cloudera-labs/cloudera.cluster.git': 'main' 'ansible.netcommon': '2.5.1' 'community.general': '4.5.0'