ansible-for-nsxt
ansible-for-nsxt copied to clipboard
Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Updated Transport Zone module with latest API, replaced deprecated API. Below mentioned bug is fixed: Bug ID Description 2879550- [Ansible] Support nsx-t jetfire create transport zone api
### Describe the bug Very randomly, when creating a T0 it fails with the following error: `"No Edge Cluster found with display_name edge_cluster_name for the specified configuration."` Even though the...
The principal identity module has switch to use the api call /api/v1/trust-management/principal-identities/with-certificate, which has a description of "Create a Principal Identity with a new, unused, certificate." This will add the...
### Describe the bug I got error 'The manifest does not validate'. ### Reproduction steps ```bash 1. deploy with folder option 2. 3. ... ``` ### Expected behavior nsxt_deploy_ova with...
### Is your feature request related to a problem? Please describe. It appears that [`plugins/modules/nsxt_transport_node_profiles.py`](https://github.com/vmware/ansible-for-nsxt/blob/master/plugins/modules/nsxt_transport_node_profiles.py#L126) allows `VDS` as the only valid value for `host_switch_type` however NVDS is still in use...
Add fact gathering module for compute collections Signed-off-by: Maros Kukan
### Describe the bug When `plugins/modules/nsxt_deploy_ova.py` is run via a task, and a library is not present, that error is swallowed and not displayed. The ovftool output is empty, no...
"Multiple VMs with same display name. Please provide virtual_machine_id to identify the target VM"
### Describe the bug The module "vmware.ansible_for_nsxt.nsxt_vm_tags" will throw the error: > "Multiple VMs with same display name. Please provide virtual_machine_id to identify the target VM" In this case for...
- plugins/modules/nsxt_policy_group_info.py - plugins/modules/nsxt_policy_group_member_info.py - plugins/modules/nsxt_policy_group_member_types.py - plugins/modules/nsxt_policy_security_policy_facts.py - plugins/modules/nsxt_policy_security_policy_rule_stats.py - plugins/modules/nsxt_policy_security_policy_rules_facts.py plugins/modules/common_utils.py modified. Functions used for building query strings in URIs and for handling retrieval of paged data were...
Hi, so far it is only possible to view a module's documentation by either * looking directly at the python code, or * using the `ansible-doc command` (given that you...