Skip to content

Commit

Permalink
feat: add support for multiple clusters in mgmt domain
Browse files Browse the repository at this point in the history
Added support to `PowerManagement-ManagmentDomain.ps1` for more than one cluster in management domain for shut down and start up.

Signed-off-by: Jared Burns <[email protected]>

feat: Added support for multiple clusters in mgmt domain

Added support to `PowerManagement-ManagmentDomain.ps1` for more than one cluster in management domain for shut down and start up.

Signed-off-by: Jared Burns <[email protected]>

refactor: added code to allow for IP address on PowerManagement-ManagmentDomain.ps1

Replaced code in `PowerManagement-ManagmentDomain.ps1` updated `$vcfvms` to allow for ip address or FQDN.

Signed-off-by: Jared Burns <[email protected]>

feat: added support for multiple clusters in mgmt domain

Added support for more than one cluster in management domain for shut down and start up to `PowerManagement-ManagmentDomain.ps1`.

Signed-off-by: Jared Burns <[email protected]>
  • Loading branch information
burnsjared0415 committed Feb 15, 2024
1 parent c9ee8d3 commit e96853e
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 18 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
Enhancement:

- Added check for VMware Aria Operations for Logs deployment and shutdown if it exists. [GH-87](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/87)
- Added a workload domain vCenter Server check to `PowerManagement-ManagmentDomain.ps1` to check if workload domain vCenter Server instances are still powered on before starting the shutdown of the management domain. [GH-90](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/90)
- Updated `PowerManagement-ManagmentDomain.ps1` to check for virtual machines running on an NSX overlay segment. [GH-86](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/86)
- Added check to verify if workload domain vCenter Server instances are still powered on before starting the shutdown of the management domain to `PowerManagement-ManagmentDomain.ps1`. [GH-90](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/90)
- Added check for virtual machines running on an NSX overlay segment to `PowerManagement-ManagmentDomain.ps1`. [GH-86](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/86)
- Added support for more than one cluster in management domain for shut down and start up to `PowerManagement-ManagmentDomain.ps1`. [GH-93](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/93)

Refactor:

- Replaced the use of `Test-NetConnection` with `Test-EndpointConnection` from the PowerShell module dependency `PowerValidatedSolutions`. [GH-85](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/85)
- Updated `PowerManagement-ManagmentDomain.ps1` to allow for FQDN or IP address of SDDC Manager. [GH-92] (https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/92)
- Updated `PowerManagement-ManagmentDomain.ps1` to allow for FQDN or IP address of SDDC Manager. [GH-92](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/92)

Chore:

Expand Down
Loading

0 comments on commit e96853e

Please sign in to comment.