Skip to content

Commit

Permalink
Updated README, CHANGELOG and galaxy.yml for v1.1.0-beta.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Prem Karat <[email protected]>
  • Loading branch information
premkarat committed Apr 28, 2022
1 parent f6a6ff6 commit f0f72a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.1.0-beta.2 (28 Apr 2022)

**Features**

- Ansible module for Foundation Central
- Ansible module for API Keys to authenticate with FC
- Ansible info module for API Keys
- Ansible info module for Imaged Clusters
- Ansible info module for Imaged Nodes

## v1.1.0-beta.1 (11 Apr 2022)

**Features**
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,16 @@ ansible-playbook examples/iaas/iaas.yml
| ntnx_pbrs | Create or delete a PBR. |
| ntnx_foundation | Image nodes and create new cluster. |
| ntnx_foundation_bmc_ipmi_config | Configure IPMI IP address on BMC of nodes. |
| ntnx_foundation_image_upload | Upload hypervisor or AOS image to Foundation VM. |
| ntnx_foundation_aos_packages_info | List the AOS packages uploaded to Foundation. |
| ntnx_foundation_discover_nodes_info | List the nodes discovered by Foundation. |
| ntnx_foundation_hypervisor_images_info | List the hypervisor images uploaded to Foundation. |
| ntnx_foundation_image_upload | Upload hypervisor or AOS image to Foundation VM. |
| ntnx_foundation_node_network_info | Get node network information discovered by Foundation. |
| ntnx_foundation_central | Create a cluster out of nodes registered with Foundation Central. |
| ntnx_foundation_central_api_keys | Create a new api key which will be used by remote nodes to authenticate with Foundation Central. |
| ntnx_foundation_central_api_keys_info | List all the api keys created in Foundation Central. |
| ntnx_foundation_central_imaged_clusters_info | List all the clusters created using Foundation Central. |
| ntnx_foundation_central_imaged_nodes_info | List all the nodes registered with Foundation Central. |

## Inventory Plugins

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "nutanix"
name: "ncp"
version: "1.1.0-beta.1"
version: "1.1.0-beta.2"
readme: "README.md"
authors:
- "Prem Karat (@premkarat)"
Expand Down

0 comments on commit f0f72a9

Please sign in to comment.