diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/dellemc/powerflex/roles/README.md | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/powerflex/roles/README.md')
-rw-r--r-- | ansible_collections/dellemc/powerflex/roles/README.md | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/powerflex/roles/README.md b/ansible_collections/dellemc/powerflex/roles/README.md new file mode 100644 index 000000000..e6f8c426a --- /dev/null +++ b/ansible_collections/dellemc/powerflex/roles/README.md @@ -0,0 +1,117 @@ +## Supported Roles + +#dellemc.powerflex roles directory + +Here is the list of supported roles. + +``` +. +├── powerflex_common +├── powerflex_mdm +├── powerflex_gateway +├── powerflex_sdc +├── powerflex_sdr +├── powerflex_lia +├── powerflex_tb +├── powerflex_sds +├── powerflex_config +├── powerflex_activeMQ + +``` + +## Role Descriptions + +Below is the brief description of each role + +<table> +<thead> + <tr> + <th>Role Name</th> + <th>Description</th> + </tr> +</thead> +<tbody> + <tr> + <td>powerflex_common</td> + <td>Role to manage the common operations of Powerflex.</td> + </tr> + <tr> + <td>powerflex_gateway</td> + <td>Role to manage the installation and uninstallation of Powerflex Gateway.</td> + </tr> + <tr> + <td>powerflex_lia</td> + <td>Role to manage the installation and uninstallation of Powerflex LIA.</td> + </tr> + <tr> + <td>powerflex_mdm</td> + <td>Role to manage the installation and uninstallation of Powerflex MDM.</td> + </tr> + <tr> + <td>powerflex_sdc</td> + <td>Role to manage the installation and uninstallation of Powerflex SDC.</td> + </tr> + <tr> + <td>powerflex_sdr</td> + <td>Role to manage installation and uninstallation PowerFlex SDR.</td> + </tr> + <tr> + <td>powerflex_sds</td> + <td>Role to manage the installation and uninstallation of Powerflex SDS.</td> + </tr> + <tr> + <td>powerflex_tb</td> + <td>Role to manage the installation and uninstallation of Powerflex TB.</td> + </tr> + <tr> + <td>powerflex_webui</td> + <td>Role to manage the installation and uninstallation of Powerflex Web UI.</td> + </tr> + <tr> + <td>powerflex_config</td> + <td>Role to configure the protection domain, fault set and storage pool.</td> + </tr> + <tr> + <td>powerflex_activeMQ</td> + <td>Role to manage the installation and uninstallation of Powerflex ActiveMQ.</td> + </tr> +</tbody> +</table> + +## Acronyms and their full forms +Below is the list of full form of the acronyms which are refered throughout the documentation + +<table> +<thead> + <tr> + <th>Acronym</th> + <th>Full Form</th> + </tr> +</thead> +<tbody> + <tr> + <td>LIA</td> + <td>Lightweight Installation Agent.</td> + </tr> + <tr> + <td>MDM</td> + <td>Metadata Manager.</td> + </tr> + <tr> + <td>SDC</td> + <td>Storage Data Client.</td> + </tr> + <tr> + <td>SDR</td> + <td>Storage Data Replicator.</td> + </tr> + <tr> + <td>SDS</td> + <td>Storage Data Server.</td> + </tr> + <tr> + <td>TB</td> + <td>Tie Breaker.</td> + </tr> +</tbody> +</table> |