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

Add gateway service configuration to IP Space resource #1156

Merged
merged 13 commits into from
Nov 23, 2023

Conversation

Didainius
Copy link
Collaborator

@Didainius Didainius commented Nov 9, 2023

Closes #1137

This PR adds NAT and Firewall creation configuration to vcd_ip_space resource and data source using fields default_firewall_rule_creation_enabled, default_no_snat_rule_creation_enabled, default_snat_rule_creation_enabled

IP Space tests passed on 10.4.1, 10.4.2, 10.5.0. Also ran binary and upgrade tests

Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
@Didainius Didainius marked this pull request as ready for review November 16, 2023 08:13
Copy link
Collaborator

@adambarreiro adambarreiro left a comment

Choose a reason for hiding this comment

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

LGTM! Just some minor suggestions

vcd/datasource_vcd_ip_space.go Outdated Show resolved Hide resolved
vcd/resource_vcd_ip_space_test.go Outdated Show resolved Hide resolved
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
@Didainius Didainius merged commit c97e103 into vmware:main Nov 23, 2023
3 checks passed
@Didainius Didainius deleted the ip-space-autocreate-rules branch November 23, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vcd_ip_space does not have arguments to support automatic creation of default SNAT, NoSNAT and FW Rules
5 participants