Hi,
I have implemented scaleset using the terraform files found at:
https://github.com/CheckPointSW/CloudGuardIaaS
This work real fine - but I am having an issue with the management ip settings;
| **management_interface** | Management option for the Gateways in the VMSS | string | "eth0-public" - Manages the GWs using their external NIC's public IP address; <br/> "eth0-private" -Manages the GWs using their external NIC's private IP address; <br/>"eth1-private" - Manages the GWs using their internal NIC's private IP address |
I have set the management-interface to "eth0-public", but it does not provide public ip to the NIC's ? Is it some kind of bug or a workaround for this ? Anyone know ?