nsxt_upgrade_postchecks – Execute post-upgrade checks

New in version 2.7.

Synopsis

  • Run pre-defined checks to identify potential issues which can be encountered after an upgrade. The results of the checks are added to the respective upgrade units aggregate-info. The progress and status of operation is part of upgrade status summary of individual components.

Parameters

Parameter Choices/Defaults Comments
component_type
- / required
    Choices:
  • host
  • mp
  • edge
Component type on which post upgrade is to be run.
hostname
string / required
Deployed NSX manager hostname.
password
string / required
The password to authenticate with the NSX manager.
username
string / required
The username to authenticate with the NSX manager.

Examples

- name: Runs post-upgrade checks
  nsxt_upgrade_postchecks:
      hostname: "10.192.167.137"
      username: "admin"
      password: "Admin!23Admin"
      validate_certs: False
      component_type: 'mp'

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