Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tunnel_name and tunnel_vm_name variable to NetworkGroupTunnel #261

Open
fabricekrebs opened this issue Mar 14, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@fabricekrebs
Copy link
Contributor

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 :

  • Being able to specify the Tunnel Name within the NetworkGroupTunnel class to avoid to be force to specify it with the -n parameter
  • Being able to specify the, instead of Tunnel VM Name taking the className and just append VM at the end.

Suggested improvement :

  • Add tunnel_name variable to NetworkGroupTunnel to specify the Calm Tunnel Name
  • Add tunnel_vm_name variable to NetworkGroupTunnel to specify the Calm Tunnel VM Name
@fabricekrebs fabricekrebs added the enhancement New feature or request label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants