-
Notifications
You must be signed in to change notification settings - Fork 578
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 VWAN deployment capability #287
Conversation
* Initial MVP for virtual wan and hub resources * Update resource dependencies * Refactor to create dedicated resources for vwan * Refactor to simplify for management resources * Replace `try()` with `lookup()` * Update custom settings for Virtual WAN * Add DNS links for spokes connected to Virtual Hubs * Add virtual hub connections
* Fix incorrect VPN gateway name
* Refactor test deployments * Update minimum supported provider version * Fix linting error * Update root_name * Update unit test pipeline * Fix certificate path error * Rename job display names * Update e2e test pipeline * Update location variable * Remove unused TF_PLAN_OUT variable * Update parallelism environment variable * Update path for terraform destroy * Increase job timeouts for e2e * Update OPA value generator for pwsh * Add `planned_values.json` for each test case * Remove trailing whitespace * Update OPA tests script for new framework * Add OPA tasks to Unit Tests job * Remove `.sh` script (to be unified with `.ps1` version) * Refactor OPA installation scripts * Update execution bit * Update task names * Add readme to test framework * Add VWAN config to connectivity settings * Remove unsupported tags object from config * Update minimum supported version to fix #271 * Fix #271 error deleting firewall * Updates to fix #272 * Fix formatting error on fix for #273 * Fix to prevent lock file versions error * Update rego files to reflect changes for #272 * Updated for latest test framework plans
/azp run unit |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run unit |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run unit |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks great! Only comment is can we split locals.connectivity into smaller files to make reading easier? @krowlandson |
Do we need this now, or tackle as part of adding in all the extra logic to further remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E2E changes working so
/azp run unit |
Azure Pipelines successfully started running 1 pipeline(s). |
@krowlandson Do you have any documentation or example for Virtual Hub deployment? Or is it placeholder only for future use? |
Overview/Summary
This PR adds VWAN deployment capability to the module, and updates the test framework to provide coverage for this.
Documentation is to follow, and there are a few areas which will be updated before the next release for both VWAN and H&S network topologies (e.g. adding support for firewall policy creation).
This PR fixes/adds/changes/removes
try()
withlookup()
where possible #227management_group_name
deprecated in favour ofmanagement_group_id
#272azurerm_role_assignment.policy_assignment
resources outputs missing #273Breaking Changes
terraform init -upgrade
Testing Evidence
to follow
As part of this Pull Request I have
main
branch/docs/wiki/whats-new.md
)