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

Fix AccessMode name in NSX request body #693

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

wenqiq
Copy link
Contributor

@wenqiq wenqiq commented Aug 15, 2024

Fix AccessMode name in NSX request body when creating subnet and fix subnet e2e test

zhengxiexie
zhengxiexie previously approved these changes Aug 15, 2024
Copy link
Contributor

@zhengxiexie zhengxiexie left a comment

Choose a reason for hiding this comment

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

LGTM

@wenqiq
Copy link
Contributor Author

wenqiq commented Aug 15, 2024

/e2e

@wenqiq wenqiq force-pushed the topic/wenqi/rename-resource branch from b1fdabe to 016bc83 Compare August 15, 2024 23:35
fix subnet e2e test

Signed-off-by: Wenqi Qiu <[email protected]>
@wenqiq wenqiq force-pushed the topic/wenqi/rename-resource branch from 016bc83 to e5c3315 Compare August 15, 2024 23:49
@wenqiq wenqiq merged commit 8081971 into vmware-tanzu:main Aug 16, 2024
2 checks passed
wenqiq added a commit to wenqiq/nsx-operator that referenced this pull request Aug 16, 2024
Rename AccessMode `PrivateTGW` to `Private_TGW` in the NSX request body and fix the subnet e2e test

Signed-off-by: Wenqi Qiu <[email protected]>
dantingl pushed a commit that referenced this pull request Aug 17, 2024
Rename AccessMode `PrivateTGW` to `Private_TGW` in the NSX request body and fix the subnet e2e test

Signed-off-by: Wenqi Qiu <[email protected]>
AccessModePrivate string = "Private"
AccessModeProject string = "PrivateTGW"
)

Copy link
Contributor

Choose a reason for hiding this comment

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

Revert these changes?

@@ -1,7 +1,7 @@
apiVersion: crd.nsx.vmware.com/v1alpha1
kind: SubnetPort
metadata:
name: port-1
name: port-e2e-test-1
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reason to change the name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants