Persist vxlan interface after gce vm reboot
Issue
With the current setup if we run the ABM on GCE TF and reboot one of the gce vms, the vxlan interface used by the VM is wiped.
What should happen:
VXLAN interface created by terraform should persist after reboot.
Potential fix:
If you use ifconfig to configure network interfaces, the changes will be lost after reboot. To make your changes persistent, you need to modify configuration files like /etc/network/interfaces.
Refer (Optional) section of this step in go/anthos-bm-gce-vxlan [internal] doc
This can be addressed by adding the vxlan specific information in the startup script. The vxlan setup is installed via a init.sh script. If we move these steps to a startup script as explained here we should be able to overcome this!
@Shabirmean is this issue still relevant?
Yes this is still relevant.
@Shabirmean please select one type for this issue.