-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed issues in the WLD Startup/Shutdown sequence. - Polished messages. - Added TODOs - Removed unused code - Implemented various fixes: variable reuse, log file generation, remove wrong "multi-cluster" implementation - Updated changelog, dependencies, documentation Signed-off-by: Ivaylo Ivanov <iivanov@vmware.com>
- Loading branch information
1 parent
1b48c6e
commit de73bad
Showing
9 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
Import-Module -Name VMware.PowerCLI | ||
Import-Module -Name PowerVCF | ||
Import-Module -Name PowerValidatedSolutions | ||
Import-Module -Name Posh-SSH | ||
Import-Module -Name VMware.CloudFoundation.PowerManagement | ||
Import-Module -Name VMware.CloudFoundation.PowerManagement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
Import-Module -Name VMware.PowerCLI | ||
Import-Module -Name PowerVCF | ||
Import-Module -Name PowerValidatedSolutions | ||
Import-Module -Name Posh-SSH | ||
Import-Module -Name VMware.CloudFoundation.PowerManagement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted | ||
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0 -Repository PSGallery | ||
Install-Module -Name PowerVCF -MinimumVersion 2.4.0 -Repository PSGallery | ||
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.8.0 -Repository PSGallery | ||
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Repository PSGallery | ||
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery | ||
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Repository PSGallery | ||
Install-Module -Name Posh-SSH -MinimumVersion 3.0.8 -Repository PSGallery | ||
Install-Module -Name VMware.CloudFoundation.PowerManagement -Repository PSGallery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0 -Path /home/modules -Repository PSGallery | ||
Save-Module -Name PowerVCF -MinimumVersion 2.4.0 -Path /home/modules -Repository PSGallery | ||
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.8.0 -Path /home/modules -Repository PSGallery | ||
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Path /home/modules -Repository PSGallery | ||
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path /home/modules -Repository PSGallery | ||
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path /home/modules -Repository PSGallery | ||
Save-Module -Name Posh-SSH -MinimumVersion 3.0.8 -Path /home/modules -Repository PSGallery | ||
Save-Module -Name VMware.CloudFoundation.PowerManagement -Path /home/modules -Repository PSGallery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0 -Path F:\Module\ -Repository PSGallery | ||
Save-Module -Name PowerVCF -MinimumVersion 2.4.0 -Path F:\Module\ -Repository PSGallery | ||
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.8.0 -Path F:\Module\ -Repository PSGallery | ||
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Path F:\Module\ -Repository PSGallery | ||
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Module\ -Repository PSGallery | ||
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path F:\Module\ -Repository PSGallery | ||
Save-Module -Name Posh-SSH -MinimumVersion 3.0.8 -Path F:\Module\ -Repository PSGallery | ||
Save-Module -Name VMware.CloudFoundation.PowerManagement -Path F:\Module\ -Repository PSGallery |