Skip to content

Commit c73982f

Browse files
cmperrostevemar
andauthored
Readme update (#47)
* Use raw github content for ansible galaxy requirements (#45) * Add support matrix to readme Signed-off-by: Steve Martinelli <s.martinelli@gmail.com> Signed-off-by: Chris Perro <cmperro@gmail.com> Co-authored-by: Steve Martinelli <4118756+stevemar@users.noreply.github.com>
1 parent b854458 commit c73982f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

readme.adoc

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Cloudera Deploy does have a single dependency for its own execution, the https:/
302302
[source, bash]
303303
----
304304
# Get the cldr-runner dependency file first
305-
curl https://github.com/cloudera-labs/cldr-runner/tree/main/payload/deps/ansible.yml \
305+
curl https://raw.githubusercontent.com/cloudera-labs/cldr-runner/main/payload/deps/ansible.yml \
306306
--output requirements.yml
307307
308308
# Install the collections (and their dependencies)
@@ -347,6 +347,28 @@ For CDP Private Cloud you will need a valid Cloudera license file in order to do
347347

348348
If you are also using Public Cloud infrastructure to host your CDP Private Cloud clusters, then you will need those credentials as well.
349349

350+
=== Support Matrix
351+
✓ - Supported
352+
353+
O - Support in CDP, but not in Cloudera-Deploy
354+
355+
X - Not Supported in CDP
356+
357+
[width="80%",cols="4,1,1,1"options="header"]
358+
|========================================================
359+
|Experience |AWS |Azure |GCP
360+
|Environment (Light Duty) |✓ | ✓ | ✓
361+
|Environment (Medium Duty) |O | O |O
362+
|Data Lake (Light Duty) |✓ | ✓ | ✓
363+
|Data Lake (Medium Duty) |O |O |O
364+
|Data Hub|✓ |✓ |✓
365+
|Data Warehouse|✓ |O |X
366+
|Data Engineering|O |O |X
367+
|Data Flow|✓ |X |X
368+
|Machine Learning|✓ |✓ |X
369+
|========================================================
370+
371+
350372
== SSH Host Key Checking
351373

352374
For CDP Private Cloud clusters and other direct inventory scenarios, you will need to manage SSH host key validation appropriate to your specific environment.

0 commit comments

Comments
 (0)