refactor(opnsense) #57
No reviewers
Labels
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
professional-service-best-practices/professional-service!57
Loadingβ¦
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/opnsense"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #51
Reworks the OPNsense hub-and-spoke example:
@marc.adrian @mauritz.uphoff
Please review :)
π€ AI PR Review
π Spelling & Grammar
β No spelling or grammar issues found.
ποΈ Infrastructure Changes
stackit_routing_table_routeresources (fw_networkandfw_network_wan) β this removes default routes from firewall routing tables, potentially breaking connectivity.stackit_networkresources (wan_network,lan_network,mgmt_network) to use /24 prefixes instead of /28 β expands IP ranges significantly.nameattributes tostackit_network_interfaceresources (nic_wan,nic_lan,nic_mgmt) for better identification.spoke_subnetandhub_firewall_lan_ipvariables in spoke projects to align with new hub network layout.π Security Review
β No security issues found.
π Example Consistency
β Example follows repository conventions.
π Example README
β Example READMEs are complete.
π Module Variable & Output Coverage
No relevant changes to review.
π¬ Commit Messages
β Commit messages are descriptive.
Generated automatically β treat as a hint, not a gate.
π€ AI PR Review
π Spelling & Grammar
β No spelling or grammar issues found.
ποΈ Infrastructure Changes
stackit_routing_table_routeresources forfw_networkandfw_network_wan(destructive change)stackit_networkresources (wan_network,lan_network,mgmt_network) to use larger CIDR ranges (/24 instead of /28)stackit_network_interfaceIPs and addednameattributes fornic_wan,nic_lan,nic_mgmtspoke_subnetandhub_firewall_lan_ipvariables in spoke projects to reflect new IP schemeπ Security Review
β No security issues found.
π Example Consistency
.terraform.lock.hclprovider block.030-network.tf.Perfect! Merged!