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 nsx edge clusters #112

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

spacegospod
Copy link
Contributor

@spacegospod spacegospod commented Jan 23, 2024

Summary of Pull Request

Creating a new resource for Edge Clusters. The lifecycle of the new resource is based on the public API and supports creation, expansion and shrinkage.

Edge Cluster deletion is not included in this iteration since it is not officially supported by the API. A workaround has been provided (see delete context for details)

Formatted all .tf files with terraform fmt -recursive.

Type of Pull Request

  • This is a bug fix.
  • This is an enhancement or feature.
  • This is a code style/formatting update.
  • This is a documentation update.
  • This is a refactoring update.
  • This is a chore update
  • This is something else.
    Please describe:

Related to Existing Issues

Closes #111

Test and Documentation Coverage

Added a new acceptance test suite for the new resource

accLog.txt

For bug fixes or features:

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

Breaking Changes?

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

@spacegospod spacegospod self-assigned this Jan 23, 2024
@vmwclabot vmwclabot added the dco-required DCO Required label Jan 23, 2024
@github-actions github-actions bot added documentation Documentation needs-review Needs Review provider Provider labels Jan 23, 2024
vasilsatanasov
vasilsatanasov previously approved these changes Jan 23, 2024
Copy link
Contributor

@vasilsatanasov vasilsatanasov left a comment

Choose a reason for hiding this comment

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

LGTM!

@vmwclabot vmwclabot removed the dco-required DCO Required label Jan 23, 2024
@spacegospod spacegospod force-pushed the feature/edge-cluster branch 2 times, most recently from fb68903 to 1b93c9e Compare January 23, 2024 15:01
@vmwclabot vmwclabot added the dco-required DCO Required label Jan 23, 2024
@tenthirtyam tenthirtyam changed the title feat: Add support for Edge Clusters feat: add support for nsx edge clusters Jan 23, 2024
@vmwclabot vmwclabot removed the dco-required DCO Required label Jan 23, 2024
@tenthirtyam tenthirtyam added this to the v0.8.0 milestone Jan 23, 2024
@tenthirtyam tenthirtyam force-pushed the feature/edge-cluster branch 3 times, most recently from 799844e to 308895b Compare January 23, 2024 17:36
@vmware vmware deleted a comment from vmwclabot Jan 23, 2024
@vmware vmware deleted a comment from vmwclabot Jan 23, 2024
@spacegospod spacegospod force-pushed the feature/edge-cluster branch 3 times, most recently from 84d3967 to 1faa0e7 Compare January 25, 2024 13:39
Copy link
Contributor

@dimitarproynov dimitarproynov left a comment

Choose a reason for hiding this comment

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

I'm sorry I didn't spot the validate methods earlier, but after adding them I think we're good to go!

@spacegospod spacegospod force-pushed the feature/edge-cluster branch 5 times, most recently from 72a4c71 to 807d547 Compare January 30, 2024 11:57
dimitarproynov
dimitarproynov previously approved these changes Jan 30, 2024
Copy link
Contributor

@dimitarproynov dimitarproynov left a comment

Choose a reason for hiding this comment

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

LGTM!

Adds a new resource for NSX Edge Clusters.

The lifecycle of the resource is based on the public API and supports creation, expansion, and shrinkage.

Formatted all .tf files with `terraform fmt -recursive`.

Ref: #111

Signed-off-by: Stoyan Zhelyazkov <[email protected]>
Signed-off-by: Stoyan Zhelyazkov <[email protected]>
Signed-off-by: Stoyan Zhelyazkov <[email protected]>
@spacegospod spacegospod merged commit 0c1f5be into main Jan 30, 2024
7 checks passed
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Feb 1, 2024
Copy link

github-actions bot commented Mar 3, 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 3, 2024
@spacegospod spacegospod deleted the feature/edge-cluster branch May 16, 2024 10:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Documentation provider Provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy an NSX Edge Cluster
5 participants