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: New module azure-stack-hci/cluster module (rebased) #4155

Draft
wants to merge 122 commits into
base: main
Choose a base branch
from

Conversation

AlexanderSehr
Copy link
Contributor

@AlexanderSehr AlexanderSehr commented Jan 14, 2025

Description

Rebase of #3364

Original description

Includes some helper modules for e2e testing placed here avm\utilities\e2e-template-assets\templates\azure-stack-hci, as I'll also be using them for other HCI resource modules (always needing to deploy an HCI cluster in Azure to test on). If this is not the right location for this sort of shared asset, please let me know...

Pipeline Reference

Pipeline
avm.res.azure-stack-hci.cluster

Type of Change

  • Update to CI Environment or utilities (Non-module affecting changes)
  • Azure Verified Module updates:
    • Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in version.json:
      • Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description.
      • The bug was found by the module author, and no one has opened an issue to report it yet.
    • Feature update backwards compatible feature updates, and I have bumped the MINOR version in version.json.
    • Breaking changes and I have bumped the MAJOR version in version.json.
    • Update to documentation

@@ -428,7 +428,7 @@ function New-TemplateDeployment {
[switch] $DoNotThrow,

[Parameter(Mandatory = $false)]
[int] $RetryLimit = 3,
[int] $RetryLimit = 1, # TODO: Undo
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[int] $RetryLimit = 1, # TODO: Undo
[int] $RetryLimit = 3,

Undo one done with testing

Comment on lines +214 to +215
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}'
resourceLocation = 'eastus'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}'
resourceLocation = 'eastus'
resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}'

Undo one done with testing

Comment on lines +294 to +295
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}'
resourceLocation = 'eastus'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}'
resourceLocation = 'eastus'
resourceLocation = '${{ steps.get-resource-location.outputs.resourceLocation }}'

Undo one done with testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class: Resource Module 📦 This is a resource module Needs: Core Team 🧞 This item needs the AVM Core Team to review it Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants