nutanix / calm-dsl

Keep Calm and DSL On!
https://nutanix.github.io/calm-dsl/
Apache License 2.0
33 stars 51 forks source link

Add tunnel_name and tunnel_vm_name variable to NetworkGroupTunnel #261

Open fabricekrebs opened 1 year ago

fabricekrebs commented 1 year ago

When creating a NetworkGroupTunnel, the name of the TunnelVM shown on Calm is the name of the class, and the name of the tunnel need to be manually specified, with the command (calm create network-group-tunnel -f project_definition.py -n name-of-you-vm).

NetworkGroupTunnel class should be improved to allow the 2 following variables :

Suggested improvement :