Commits on Source (3)
-
Eesaan Atluri authored
We wanted to create a multi-homed instance connected to proxy-net and internal-net because the nfs-mounts are shared via internal net by the server. However, the NIC on internal-net wasn’t getting an IP assigned automatically and this was creating an issue for NFS server to communicate with the clients. So we created a port and assigned that port during instance creation
494f22d8 -
Eesaan Atluri authored
The instance creation with internal port attached was causing issues with login because the default gateway was set to internal network gateway. This will only allow login via headnode but not the host. This commit will fix that issue by giving a way to define the gw ip for default route.
fa2ce373 -
Eesaan Atluri authored
Avoids error that the IP has already been assigned while trying multiple proxy deploys