nsxt_upgrade_run – Start the upgrade

New in version 2.7.

Synopsis

  • Upgrade will start as per the upgrade plan.

Parameters

Parameter Choices/Defaults Comments
hostname
string / required
Deployed NSX manager hostname.
password
string / required
The password to authenticate with the NSX manager.
paused_upgrade
boolean / required
    Choices:
  • no
  • yes
Mode of upgrade
username
string / required
The username to authenticate with the NSX manager.

Examples

- name: Runs the upgrade
  nsxt_upgrade_run:
      hostname: "10.192.167.137"
      username: "admin"
      password: "Admin!23Admin"
      validate_certs: False
      paused_upgrade: True

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