netscaler / netscaler-terraform-modules

Part of NetScaler Automation Toolkit
https://github.com/netscaler/automation-toolkit
16 stars 20 forks source link

Create Private ALB for Azure HA INC mode Cloud Native VPX deployments #21

Closed christus02 closed 3 years ago

christus02 commented 3 years ago

For Cloud Native Deployments, we need an Internal ALB that would be used by CIC to configure the Citrix ADC VPX. This PR adds support for creating an Internal ALB. This is made optional by using a variable whose default value is "false". I have made this entire functionality as a module so that it can be easily toggled and wouldn't affect the existing functionality. Since this module would be executed after Citrix ADC creation, I am firing Nitro commands from bastion to create SNIP on VPX.

vadharm commented 3 years ago

I am in the support of creating separate folder for the CN use-case involving ILB creation, and relevant documentation. This will avoid confusion and ensure easy to follow DIY deployments.

vadharm commented 3 years ago

Its ok to merge the PR#21.