You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **WARNING:** The current `import_template` functionality does not yet work with Ansible version `2.13` and later.
80
+
> [!WARNING]
81
+
> The current `import_template` functionality does not yet work with Ansible version `2.13` and later.
81
82
82
83
The collection has the following _required_ dependencies:
83
84
@@ -108,6 +109,8 @@ All collection dependencies, required and optional, can be found in `requirement
108
109
109
110
`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.
110
111
112
+
See the [Collection Metadata](https://ansible.readthedocs.io/projects/builder/en/latest/collection_metadata/) section for further details on how to install (and manage) collection dependencies.
113
+
111
114
You may wish to use a _virtual environment_ to manage the Python dependencies.
112
115
113
116
See the `base`*Execution Environment* configuration in [`cloudera-labs/cldr-runner`](https://github.com/cloudera-labs/cldr-runner) as an example of how you can install the optional dependencies to suit your specific needs.
@@ -179,6 +182,9 @@ Your local documentation will be found at `docsbuild/build/html`.
179
182
180
183
Active development is focused on **CDP Private Cloud** deployments and their respective platform compatibility matrices.
181
184
185
+
> [!NOTE]
186
+
> While the collection's plugins and roles can be used to deploy CDH 5.x and CDH 6.x environments, it is only possible to install a subset of their supported platform components (i.e JDK and database versions) using this tooling.
187
+
182
188
### Cloudera Distributions
183
189
184
190
- Cloudera Manager / CDP Private Cloud Base 7.1.x
@@ -193,11 +199,10 @@ Active development is focused on **CDP Private Cloud** deployments and their res
193
199
- Ubuntu 18.04 LTS (Bionic Beaver)
194
200
- Ubuntu 20.04 LTS (Focal Fossa)
195
201
196
-
> While the collection's plugins and roles can be used to deploy CDH 5.x and CDH 6.x environments, it is only possible to install a subset of their supported platform components (i.e JDK and database versions) using this tooling.
197
-
198
202
## Operational Features
199
203
200
-
> **NOTE:** These operational features are deprecated as of version 4.x. If you want to use or build similar features and functions, head over to the [Discussions](https://github.com/cloudera-labs/cloudera.cluster/discussions) to learn more about using the collection to achieve your platform operations needs.
204
+
> [!WARNING]
205
+
> These operational features are deprecated as of version 4.x. If you want to use or build similar features and functions, head over to the [Discussions](https://github.com/cloudera-labs/cloudera.cluster/discussions) to learn more about using the collection to achieve your platform operations needs.
0 commit comments