Skip to content

Commit 6c75b09

Browse files
authored
Remove "virtual" collection dependencies and update the documentation for including them explicitly. (#156)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 8bac480 commit 6c75b09

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The collection also requires the following Python libraries to operate its modul
161161

162162
The collection's Python dependencies alone, _not_ the required Python libraries of its collection dependencies, are in `requirements.txt`.
163163

164-
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).
164+
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).
165165

166166
`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.
167167

galaxy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ tags:
3838
- cm
3939

4040
dependencies:
41-
'git+https://github.com/cloudera-labs/cloudera.cloud.git': 'main'
42-
'git+https://github.com/cloudera-labs/cloudera.cluster.git': 'main'
4341
'ansible.netcommon': '2.5.1'
4442
'community.general': '4.5.0'
4543

0 commit comments

Comments
 (0)