Skip to content

Commit 421bc3c

Browse files
Add support for CDE (#39)
* Implementation of de and de_info modules Signed-off-by: Curtis Howard <curtis@cloudera.com> Co-authored-by: Alan Silva <alan.silva@cloudera.com>
1 parent 28bd1b9 commit 421bc3c

File tree

6 files changed

+792
-3
lines changed

6 files changed

+792
-3
lines changed

docs/_sources/index.rst.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ cloudera.cloud Ansible Collection
4242
ml_workspace_access <ml_workspace_access>
4343
opdb <opdb>
4444
opdb_info <opdb_info>
45+
de <de>
46+
de_info <de_info>
4547

4648
This repository hosts the ``cloudera.cloud`` Ansible collection. The collection includes modules and other Ansible
4749
assets to help automate the provisioning and use of Cloudera Data Platform (CDP) experiences, datalakes, and
@@ -148,4 +150,4 @@ More Information
148150
.. _CdpCliPip: https://pypi.org/project/cdpcli/
149151
.. _CdpApiAccessKey: https://docs.cloudera.com/management-console/cloud/user-management/topics/mc-generating-an-api-access-key.html
150152
.. _CdpAwsRequirements: https://docs.cloudera.com/management-console/cloud/requirements-aws/topics/mc-requirements-aws.html
151-
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html
153+
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html

docsrc/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ cloudera.cloud Ansible Collection
4646
ml_workspace_access <ml_workspace_access>
4747
opdb <opdb>
4848
opdb_info <opdb_info>
49+
de <de>
50+
de_info <de_info>
4951

5052
This repository hosts the ``cloudera.cloud`` Ansible collection. The collection includes modules and other Ansible
5153
assets to help automate the provisioning and use of Cloudera Data Platform (CDP) experiences, datalakes, and
@@ -152,4 +154,4 @@ More Information
152154
.. _CdpCliPip: https://pypi.org/project/cdpcli/
153155
.. _CdpApiAccessKey: https://docs.cloudera.com/management-console/cloud/user-management/topics/mc-generating-an-api-access-key.html
154156
.. _CdpAwsRequirements: https://docs.cloudera.com/management-console/cloud/requirements-aws/topics/mc-requirements-aws.html
155-
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html
157+
.. _CdpAzureRequirements: https://docs.cloudera.com/management-console/cloud/requirements-azure/topics/mc-azure-requirements.html

plugins/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ modules employ the underlying SDK contained within the `cdpy` Python package.
4646
| [ml_info](./modules/ml_info.py) | Gather information about CDP Machine Learning experiences |
4747
| [ml_workspace_access](./modules/ml_workspace_access.py) | Grant and revoke user access to and from CDP Machine Learning experiences |
4848
| [opdb](./modules/opdb.py) | Create, manage, and destroy CDP Operational Database experiences |
49-
| [opdb_info](./modules/opdb_info.py) | Gather information about CDP Operational Database experiences |
49+
| [opdb_info](./modules/opdb_info.py) | Gather information about CDP Operational Database experiences |
50+
| [de](./modules/de.py) | Create, manage, and destroy CDP Data Engineering experiences |
51+
| [de_info](./modules/de_info.py) | Gather information about CDP Data Engineering experiences |

0 commit comments

Comments
 (0)