github.com/smithx10/nomad@v0.9.1-rc1/e2e/terraform/configs/client.hcl (about)

     1  data_dir = "/opt/nomad/data"
     2  bind_addr = "0.0.0.0"
     3  
     4  # Enable the client
     5  client {
     6    enabled = true
     7    options {
     8      "driver.raw_exec.enable" = "1"
     9      "docker.privileged.enabled" = "true"
    10    }
    11  }
    12  
    13  consul {
    14    address = "127.0.0.1:8500"
    15  }
    16  
    17  vault {
    18    enabled = true
    19    address = "http://active.vault.service.consul:8200"
    20  }
    21  
    22  telemetry {
    23    collection_interval = "1s"
    24    disable_hostname = true
    25    prometheus_metrics = true
    26    publish_allocation_metrics = true
    27    publish_node_metrics = true
    28  }