1 # sshkeys defaults file
2 # NOTE: all variables are required.
4 # GWM_SSHKEYS: path to util/sshkeys.py file from Ganeti Web Manager.
5 # File must be executable.
6 GWM_SSHKEYS="/usr/share/ganeti/misc/sshkeys.py"
8 # GWM_HOST: Hostname and/or port of the GWM instance to select ssh keys from.
9 # GWM_HOST="ganeti.example.org:80"
11 # GWM_SLUG: Django short name (aka slug) of the cluster as saved in the GWM
12 # instance. This is normally the name used in the URL for the cluster.
15 # GWM_API_KEY: Ganeti Web Manager API key which is set in settings.py for the
17 GWM_API_KEY="CHANGE_ME"