Skip to content

Commit

Permalink
feat: oneclick for dri (#492)
Browse files Browse the repository at this point in the history
- Added `Export-DriJsonSpec` cmdlet to generate a JSON specification file for Developer Ready Infrastructure.
- Added `Invoke-DriDeployment` cmdlet to perform an end-to-end deployment of Developer Ready Infrastructure.
- Added `Invoke-UndoDriDeployment` cmdlet to perform removal of Developer Ready Infrastructure.
- Removed `driConfigureSupervisorCluster.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-DriDeployment` cmdlet.
- Removed `driDeployTanzuCluster.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-DriDeployment` cmdlet.
- Removed `driUndoDeployment.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-UndoDriDeployment` cmdlet.
- Added documentation.

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Feb 8, 2024
1 parent 45a9e87 commit c2fc3d7
Show file tree
Hide file tree
Showing 11 changed files with 750 additions and 559 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
- Added `Get-vRSLCMProductDetails` cmdlet to return the product details for a specified product in VMware Aria Suite Lifecycle.
- Added `Start-vRSLCMUpgrade` cmdlet to start the upgrade of VMware Aria Suite Lifecycle.
- Added `Invoke-WsaDirectorySync` cmdlet to start a Directory synchronization of Workspace ONE Access.
- Added `Export-DriJsonSpec` cmdlet to generate a JSON specification file for Developer Ready Infrastructure.
- Added `Invoke-DriDeployment` cmdlet to perform an end-to-end deployment of Developer Ready Infrastructure.
- Added `Invoke-UndoDriDeployment` cmdlet to perform removal of Developer Ready Infrastructure.
- Fixed `Invoke-IamDeployment` timing issue causing intermittent failures.
- Fixed `Set-LocalAccountLockout` and `Get-LocalAccountLockout` to report correct data for VCF 5.1 and Photon OS 4.0.
- Enhanced `Request-vRSLCMBundle` cmdlet to improve the progress tracking.
- Fixed `Set-LocalAccountLockout` and `Get-LocalAccountLockout` to report correct data for VCF 5.1 and Photon OS 4.0

- Removed `driConfigureSupervisorCluster.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-DriDeployment` cmdlet.
- Removed `driDeployTanzuCluster.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-DriDeployment` cmdlet.
- Removed `driUndoDeployment.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-UndoDriDeployment` cmdlet.

## v2.8.0

Expand Down
2 changes: 1 addition & 1 deletion PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'PowerValidatedSolutions.psm1'

# Version number of this module.
ModuleVersion = '2.9.0.1002'
ModuleVersion = '2.9.0.1003'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
508 changes: 492 additions & 16 deletions PowerValidatedSolutions.psm1

Large diffs are not rendered by default.

228 changes: 0 additions & 228 deletions SampleScripts/dri/driConfigureSupervisorCluster.ps1

This file was deleted.

134 changes: 0 additions & 134 deletions SampleScripts/dri/driDeployTanzuCluster.ps1

This file was deleted.

Loading

0 comments on commit c2fc3d7

Please sign in to comment.