open-nomad/demo/csi/kadalu-csi/cluster.vars
Leela Gangavarapu 488e65d960
demo/docs: update demo of Kadalu CSI Plugin (#13610)
ref: kadalu/kadalu#817

Signed-off-by: Leela Venkaiah G <leelavg@thoughtexpo.com>
2022-07-06 10:24:34 -04:00

27 lines
727 B
Plaintext

# client_nodes and nomad_version is only applicable for local dev environment
client_nodes=0
nomad_version="1.3.1"
# Below are the variables with defaults that corresponding job accepts
/* # controller.nomad */
/* cn_network = "dc1" */
/* volname = "sample-pool" */
/* gluster_hosts = "ghost.example.com" */
/* gluster_volname = "dist" */
/* gluster_user = "root" */
/* kadalu_version = "0.8.15" */
/* ssh_priv_path = "/root/.ssh/id_rsa" */
/* # nodeplugin.nomad */
/* cn_network = "dc1" */
/* volname = "sample-pool" */
/* gluster_hosts = "ghost.example.com" */
/* gluster_volname = "dist" */
/* gluster_user = "root" */
/* kadalu_version = "0.8.15" */
/* # app.nomad */
/* cn_network = "dc1" */
/* vol_id = "csi-test" */