Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for aria suite json output folder #456

Merged

Conversation

GaryJBlake
Copy link
Contributor

@GaryJBlake GaryJBlake commented Jan 2, 2024

Summary

  • Added Export-PcaJsonSpec cmdlet to generate a JSON specification file for Private Cloud Automation.
  • Added Invoke-PcaDeployment cmdlet perform an end-to-end deployment of Private Cloud Automation.
  • Removed pcaDeployAriaAutomation.ps1 from the \SampleScripts\ directory as functionality now provided using the Invoke-PcaDeployment cmdlet.
  • Enhanced Export-vRLIJsonSpec cmdlet
    • to generate the JSON specification file using the Intelligent Logging and Analytics JSON specification file.
    • to support a custom output folder for the JSON specification file.
  • Enhanced Export-vROPSJsonSpec cmdlet:
    • to generate the JSON specification file using the Intelligent Operations Management JSON specification file.
    • to support a custom output folder for the JSON specification file.

Type

  • Bugfix
  • Enhancement or Feature
  • Code Style or Formatting
  • Documentation
  • Refactoring
  • Chore
  • Other
    Please describe:

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Test and Documentation

  • Tests have been completed.
  • Documentation has been added or updated.

Issue References

Closes #455

Additional Information

N/A

- Added `Export-PcaJsonSpec` cmdlet to generate a JSON specification file for Private Cloud Automation.
- Added `Invoke-PcaDeployment` cmdlet perform an end-to-end deployment of Private Cloud Automation.
- Removed `pcaDeployAriaAutomation.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-PcaDeployment` cmdlet.
- Enhanced `Export-vRLIJsonSpec` cmdlet
  - to generate the JSON specification file using the Intelligent Logging and Analytics JSON specification file.
  - to support a custom output folder for the JSON specification file.
- Enhanced `Export-vROPSJsonSpec` cmdlet:
  - to generate the JSON specification file using the Intelligent Operations Management JSON specification file.
  - to support a custom output folder for the JSON specification file.

Signed-off-by: Gary Blake <gblake@vmware.com>
@GaryJBlake GaryJBlake added enhancement Enhancement size/l Relative Sizing: large vvs/pca Private Cloud Automation vvs/ila Inteligent Logging and Analytics vvs/iom Intelligent Operations Management labels Jan 2, 2024
@GaryJBlake GaryJBlake added this to the v2.8.0 milestone Jan 2, 2024
@GaryJBlake GaryJBlake self-assigned this Jan 2, 2024
@GaryJBlake GaryJBlake requested a review from a team as a code owner January 2, 2024 16:16
@github-actions github-actions bot added documentation Documentation needs-review Needs Review samples Samples labels Jan 2, 2024
@tenthirtyam tenthirtyam merged commit 1269c30 into develop Jan 2, 2024
6 checks passed
@tenthirtyam tenthirtyam deleted the feat-add-support-for-aria-suite-json-output-folder- branch January 2, 2024 16:18
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Jan 2, 2024
Copy link

github-actions bot commented Mar 2, 2024

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-not-required documentation Documentation enhancement Enhancement samples Samples size/l Relative Sizing: large vvs/ila Inteligent Logging and Analytics vvs/iom Intelligent Operations Management vvs/pca Private Cloud Automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for an output folder for VMware Aria Suite JSON specification files
3 participants