Skip to content

Commit 08c4738

Browse files
committed
Update README and galaxy.yml for optional collections
Signed-off-by: Webster Mudge <[email protected]>
1 parent 9dbebeb commit 08c4738

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ The collection has several dependencies that should resolve automatically via th
2626
- [cloudera.cloud](https://github.com/cloudera-labs/cloudera.cloud.git) (on Cloudera Labs)
2727
- [ansible.netcommon](https://github.com/ansible-collections/ansible.netcommon)
2828
- [community.general](https://github.com/ansible-collections/community.general)
29-
- [community.aws](https://github.com/ansible-collections/community.aws)
30-
- [amazon.aws](https://github.com/ansible-collections/amazon.aws)
31-
- [azure.azcollection](https://github.com/ansible-collections/azure)
32-
- [google.cloud](https://github.com/ansible-collections/google.cloud)
33-
- [netapp.azure](https://github.com/ansible-collections/netapp.azure)
29+
30+
You may want to install additional cloud provider collections depending on your target platform:
31+
32+
| Cloud Provider | Dependency | Version |
33+
| Azure | [azure.azcollection](https://github.com/ansible-collections/azure) | `1.11.0` |
34+
|| [netapp.azure](https://github.com/ansible-collections/netapp.azure) | `21.10.0` |
35+
| AWS | [amazon.aws](https://github.com/ansible-collections/amazon.aws) | `3.0.0` |
36+
|| [community.aws](https://github.com/ansible-collections/community.aws) | `3.0.1` |
37+
| GCP | [google.cloud](https://github.com/ansible-collections/google.cloud) | `1.0.2` |
3438

3539
## Option #1: Install from GitHub
3640

@@ -74,6 +78,9 @@ The collection requires Ansible `2.10.0` or higher.
7478
+ `cloudera.cloud`
7579
+ `ansible.netcommon`
7680
+ `community.general`
81+
82+
You will need to add the following, depending on your target deployment:
83+
7784
+ `community.aws`
7885
+ `amazon.aws`
7986
+ `azure.azcollection`

galaxy.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,24 @@ version: 2.0.0-rc1
2020
readme: README.md
2121
authors:
2222
- Webster Mudge <[email protected]>
23-
- Daniel Chaffelson <[email protected]>
23+
- Daniel Chaffelson
2424

2525
description: >
2626
A set of roles and other artifacts that encapsulate best practices and opinionated
2727
deployment and management processes for Cloudera Data Platform (CDP) Public Cloud
28-
and Private Cloud, including Private Cloud Base, deployments.
28+
and Private Cloud deployments.
2929
license_file: LICENSE
3030
tags:
3131
- cloudera
3232
- cdp
3333
- azure
34-
- ec2
34+
- aws
3535
- gcp
36-
- openstack
3736

3837
dependencies:
3938
'git+https://github.com/cloudera-labs/cloudera.cloud.git': 'main'
4039
'ansible.netcommon': '2.5.1'
41-
#'community.aws': '3.0.1'
4240
'community.general': '4.5.0'
43-
#'amazon.aws': '3.0.0'
44-
#'azure.azcollection': '1.11.0'
45-
#'google.cloud': '1.0.2'
46-
#'netapp.azure': '21.10.0'
4741

4842
repository: https://github.com/cloudera-labs/cloudera.exe
4943
# TODO: Set documentation URL

0 commit comments

Comments
 (0)