diff --git a/demo/csi/ceph-csi-plugin/ceph.nomad b/demo/csi/ceph-csi-plugin/ceph.nomad index 91f0a8a4a..b848c99aa 100644 --- a/demo/csi/ceph-csi-plugin/ceph.nomad +++ b/demo/csi/ceph-csi-plugin/ceph.nomad @@ -2,7 +2,7 @@ # processes in a single task and doesn't will not persist data after a restart variable "cluster_id" { - type = string + type = string # generated from uuid5(dns) with ceph.example.com as the seed default = "e9ba69fa-67ff-5920-b374-84d5801edd19" description = "cluster ID for the Ceph monitor" @@ -40,10 +40,10 @@ job "ceph" { port = 5000 check { - type = "http" - interval = "5s" - timeout = "1s" - path = "/" + type = "http" + interval = "5s" + timeout = "1s" + path = "/" initial_status = "warning" } } diff --git a/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller-vagrant.nomad b/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller-vagrant.nomad index 0e9951a38..af7ce892b 100644 --- a/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller-vagrant.nomad +++ b/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller-vagrant.nomad @@ -1,5 +1,5 @@ variable "cluster_id" { - type = string + type = string # generated from uuid5(dns) with ceph.example.com as the seed default = "e9ba69fa-67ff-5920-b374-84d5801edd19" description = "cluster ID for the Ceph monitor" @@ -54,7 +54,7 @@ job "plugin-cephrbd-controller" { ] network_mode = "host" - ports = ["prometheus"] + ports = ["prometheus"] # we need to be able to write key material to disk in this location mount { diff --git a/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller.nomad b/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller.nomad index b493179bf..70f83bbfb 100644 --- a/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller.nomad +++ b/demo/csi/ceph-csi-plugin/plugin-cephrbd-controller.nomad @@ -1,5 +1,5 @@ variable "cluster_id" { - type = string + type = string # generated from uuid5(dns) with ceph.example.com as the seed default = "e9ba69fa-67ff-5920-b374-84d5801edd19" description = "cluster ID for the Ceph monitor" @@ -77,7 +77,7 @@ EOT # ceph configuration file template { - data = <