Skip to content

Commit

Permalink
Fix role naming conventions in the README files to be consistent with…
Browse files Browse the repository at this point in the history
… the ansible-role-template

https://github.com/CyVerse-Ansible/ansible-role-template/blob/master/README.md

Signed-off-by: Danielle Barda <dbarda@redhat.com>
  • Loading branch information
bardielle committed Aug 18, 2024
1 parent b2ba96d commit c36f204
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/92_issue_fixes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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
2 changes: 1 addition & 1 deletion roles/cluster_settings/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cluster settings role
# cluster_settings

A role to define cluster settings in vCenter.

Expand Down
2 changes: 1 addition & 1 deletion roles/content_library/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Content Library Role
# content_library

A role to manage VMWare content libaries. You can create or delete both local and subscribed content libraries.

Expand Down
2 changes: 1 addition & 1 deletion roles/deploy_ovf/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deploy OVF role
# deploy_ovf

A role to deploy a VM from an OVF file. The OVF can be located on the `ansible_host` filesystem, at a URL, or located in a content library.

Expand Down
2 changes: 1 addition & 1 deletion roles/export_vm_as_ovf/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Export VM As OVF Role
# export_vm_as_ovf

A role to export a VM from VCenter or ESXi as an OVF. The VM is exported to the local filesystem of the host running the tasks (anisble_host).

Expand Down
2 changes: 1 addition & 1 deletion roles/info/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gather information from vcenter
# info

A role that gather information from vcenter.

Expand Down
2 changes: 1 addition & 1 deletion roles/manage_folder/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Manage Folder Role
# manage_folder

A role to create, delete, or update a folder or folder tree in VCenter.

Expand Down
2 changes: 1 addition & 1 deletion roles/provision_vm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Provision virtual machine
# provision_vm
A role to provision a virtual machine, create associated resources if they don't exist (subnets, vCPU, memory configuration, storage configuration, etc)
This includes cloning and building from VM templates.

Expand Down
2 changes: 1 addition & 1 deletion roles/system_settings/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# System settings role
# system_settings

A role to define system settings for vCenter.

Expand Down

0 comments on commit c36f204

Please sign in to comment.