Skip to content

Commit

Permalink
ISSUE 84: Update role and playbook list in the README file in the hom…
Browse files Browse the repository at this point in the history
…e directory

Signed-off-by: Danielle Barda <dbarda@redhat.com>
  • Loading branch information
bardielle committed Aug 20, 2024
1 parent d5408d6 commit 627017e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,31 @@ Name | Description
[cloud.vmware_ops.provision_vcenter](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/roles/provision_vcenter/README.md)|A role to provison Vcenter on ESXi host.
[cloud.vmware_ops.provision_vm](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/roles/provision_vm/README.md)|A role to create/manage virtual machines on VMware.
[cloud.vmware_ops.system_settings](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/roles/system_settings/README.md)|A role to manage system settings on VMware.
[cloud.vmware_ops.cluster_settings](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/cluster_settings/README.md)|A role to define cluster settings in vCenter.
[cloud.vmware_ops.content_library](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/content_library/README.md)|A role to manage VMWare content libaries.
[cloud.vmware_ops.deploy_ovf](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/deploy_ovf/README.md)|A role to deploy a VM from an OVF file.
[cloud.vmware_ops.esxi_maintenance_mode](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/esxi_maintenance_mode/README.md)|Either put an ESXI host in maintenance mode or take the host out of maintenance mode.
[cloud.vmware_ops.export_vm_as_ovf](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/export_vm_as_ovf/README.md)|A role to export a VM from VCenter or ESXi as an OVF.
[cloud.vmware_ops.info](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/info/README.md)|A role that gather information from vCenter.
[cloud.vmware_ops.manage_folder](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/manage_folder/README.md)|A role to create, delete, or update a folder or folder tree in VCenter.
[cloud.vmware_ops.provision_virtual_esxi](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/provision_virtual_esxi/README.md)|A role to provision one or more virtual ESXi hosts.
[cloud.vmware_ops.snapshot_management](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/snapshot_management/README.md)|A role to manages virtual machines snapshots in vCenter.
[cloud.vmware_ops.vcenter_host_connection](https://github.com/redhat-cop/cloud.vmware_ops/tree/main/roles/vcenter_host_connection/README.md)|A role to add, remove, connect, disconnect, or reconnect an ESXi host from a VCenter.

### Playbooks
Name | Description
--- | ---
[cloud.vmware_ops.provision_vcenter](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/provision_vcenter/provision_vcsa_on_esxi.yml)|A playbook to provison Vcenter on ESXi host.
[cloud.vmware_ops.provision_vm](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/provision_vm/manage_vm.yml)|A playbook to create/manage virtual machines on VMware.
[cloud.vmware_ops.system_settings](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/system_settings.yml)|A playbook to manage system settings on VMware.
[cloud.vmware_ops.cluster_settings](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/cluster_settings)|A set of playbook to manage cluster settings.
[cloud.vmware_ops.esxi_management](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/esxi_management)|A set of playbooks to manage esxi in a cluster.
[cloud.vmware_ops.provision_vcenter](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/provision_vcenter/provision_vcsa_on_esxi.yml)|A playbook to provision vCenter applicationm on ESXi host.
[cloud.vmware_ops.provision_vm](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/provision_vm)|A set of playbooks to manage provisioning VM.
[cloud.vmware_ops.snapshot_management](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/snapshot_management)|A set of playbooks to manage VM snapshots on vCenter.
[cloud.vmware_ops.export_vm_as_ovf](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/export_vm_as_ovf.yml)|A playbook to export vm as OVF file.
[cloud.vmware_ops.info](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/info.yml)|A playbook to gather information from vCenter.
[cloud.vmware_ops.manage_content_library](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/manage_content_library.yml)|A playbook to manage content libraries in vCenter.
[cloud.vmware_ops.manage_folder](https://github.com/redhat-cop/cloud.vmware_ops/blob/main/playbooks/manage_folder.yml)|A playbook to manage folders in vCenter.
<!--end collection content-->

## Installation and Usage
Expand Down
3 changes: 2 additions & 1 deletion changelogs/fragments/92_issue_fixes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
minor_changes:
- Fix role names in the README files to be consistent with the ansible-role-template
- Fix the example of guest_os in provision_vm README role to use RHEL guest OS
- Update the dependencies collections in galaxy.yml and in the execution-environment/requirements.yml
- Update the dependencies collections in galaxy.yml and in the execution-environment/requirements.yml
- Update the roles and playbooks in the README in the root directory

0 comments on commit 627017e

Please sign in to comment.