X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.ansible%2Finventories%2Flf_inventory%2Fhost_vars%2F10.30.51.29.yaml;h=0a4abedaa17959400aa20a4d170696841e19c29a;hb=refs%2Fchanges%2F20%2F33520%2F1;hp=8bcc6ffe2812a4e3164ce780419fad03aa6201a2;hpb=2112f4e1edf3f6c431c73cdd2871a1644c38ece6;p=csit.git diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.29.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.29.yaml index 8bcc6ffe28..0a4abedaa1 100644 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.29.yaml +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.29.yaml @@ -35,10 +35,14 @@ nomad_options: docker.privileged.enabled: true docker.volumes.enabled: true driver.whitelist: "docker,raw_exec,exec" +nomad_retry_servers: + - "10.32.8.15" + - "10.32.8.16" + - "10.32.8.17" nomad_servers: - - "10.30.51.28:4647" - - "10.30.51.29:4647" - - "10.30.51.30:4647" + - "10.32.8.15:4647" + - "10.32.8.16:4647" + - "10.32.8.17:4647" # Consul settigs. consul_nomad_integration: true @@ -56,6 +60,6 @@ consul_retry_servers: # Docker daemon settings. docker_daemon: - dns: [ "172.17.0.1" ] + dns: ["172.17.0.1"] dns-opts: [] - dns-search: [ "{{ansible_hostname}}" ] + dns-search: ["{{ansible_hostname}}"]