f5devcentral / f5-azure-saca

Secure Azure Computing Architecture for DoD (SACA) - Notional Secure Cloud Computing Architecture (SCCA) Deployment
MIT License
26 stars 40 forks source link

Make subnets into parameters and integrate AS3 file update with deployment #102

Closed Phydeauxman closed 3 years ago

Phydeauxman commented 4 years ago

Most customers would need to use an assigned IP range for the different subnets used in the SACA architecture. This IP range will likely differ from what is in the ARM templates and AS3 files.

Recommend creating a parameters file with the different subnets parameters an removing the default values from the parameter declarations.

Incorporating a dynamic updating of the AS3 file to be used with the correct IP addresses based on the subnets the user entered would an additional manual step in preparing to files for the deployment

Mikej81 commented 4 years ago

Generally this is done by our Professional Services and discussed as part of the SOW, but open to suggestions to streamline.

Mikej81 commented 3 years ago

Parameterized subnets, and templatized AS3/DO have been built into the terraform version of SACA (SACAv3), available here: https://github.com/Mikej81/terraform-azure-f5-scca

Currently working on cleanup on 3-Tier then repo will be moved over to F5 Org.