nsxt_upgrade_groups – Create a group of upgrade units

New in version 2.7.

Synopsis

  • Create a group of upgrade units.

Parameters

Parameter Choices/Defaults Comments
enabled
boolean
Flag to indicate whether upgrade of this group is enabled or not
extended_configuration
list
Extended configuration for the group
hostname
string / required
Deployed NSX manager hostname.
parallel
boolean
Upgrade Method to specify whether the upgrade is to be performed serially or in parallel
password
string / required
The password to authenticate with the NSX manager.
resource_type
string
Resource type
state
- / required
    Choices:
  • present
  • absent
State can be either 'present' or 'absent'. 'present' is used to create or update resource. 'absent' is used to delete resource.
tags
list
Opaque identifiers meaningful to the API user
type
string / required
Component type
upgrade_unit_count
integer
Count of upgrade units in the group
upgrade_units
list
List of upgrade units in the group
username
string / required
The username to authenticate with the NSX manager.

Examples

- name: Modifies default upgrade Group
  nsxt_upgrade_groups:
      hostname: "10.192.167.137"
      username: "admin"
      password: "Admin!23Admin"
      validate_certs: False
      display_name: "MyUpgradeGroup"
      type: 'MP'
      parallel: True
      enabled: True
      state: Present

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by the Ansible Community. [community]

Authors

  • Kommireddy Akhilesh