github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/demo/csi/kadalu-csi/cluster.vars (about)

     1  # client_nodes and nomad_version is only applicable for local dev environment
     2  client_nodes=0
     3  nomad_version="1.3.1"
     4  
     5  # Below are the variables with defaults that corresponding job accepts
     6  
     7  /* # controller.nomad */
     8  /* cn_network = "dc1" */
     9  /* volname = "sample-pool" */
    10  /* gluster_hosts = "ghost.example.com" */
    11  /* gluster_volname = "dist" */
    12  /* gluster_user = "root" */
    13  /* kadalu_version = "0.8.15" */
    14  /* ssh_priv_path = "/root/.ssh/id_rsa" */
    15  
    16  /* # nodeplugin.nomad */
    17  /* cn_network = "dc1" */
    18  /* volname = "sample-pool" */
    19  /* gluster_hosts = "ghost.example.com" */
    20  /* gluster_volname = "dist" */
    21  /* gluster_user = "root" */
    22  /* kadalu_version = "0.8.15" */
    23  
    24  /* # app.nomad */
    25  /* cn_network = "dc1" */
    26  /* vol_id = "csi-test" */