X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.ansible%2Finventories%2Flf_inventory%2Fhost_vars%2F10.30.51.71.yaml;h=fc6050b861e14a22182f169fe0c569a086f815c1;hp=778f1872fb61f8d47411f5bf08e059c2c37b590b;hb=4bf3efc45c708370b5d8bc30ae0fb64c671a3877;hpb=db7df7cdf09c33e7efb4adc7d1e8c44975b5456b diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.71.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.71.yaml index 778f1872fb..fc6050b861 100644 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.71.yaml +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.71.yaml @@ -32,7 +32,7 @@ nomad_certificates: - src: "{{ file_nomad_client_key_pem }}" dest: "{{ nomad_key_file }}" nomad_datacenter: "yul1" -nomad_name: "{{ hostname }}-{{ ansible_architecture }}" +nomad_node_name: "{{ hostname }}-{{ ansible_architecture }}" nomad_node_role: "client" nomad_node_class: "csitarm" nomad_options: @@ -41,7 +41,14 @@ nomad_options: docker.privileged.enabled: true docker.volumes.enabled: true driver.whitelist: "docker,raw_exec,exec" -nomad_servers: [ "10.30.51.30:4647", "10.30.51.32:4647", "10.30.51.33:4647" ] +nomad_retry_servers: + - "10.32.8.15" + - "10.32.8.16" + - "10.32.8.17" +nomad_servers: + - "10.32.8.15:4647" + - "10.32.8.16:4647" + - "10.32.8.17:4647" nomad_cpu_total_compute: "40000" # Consul settigs. @@ -54,13 +61,13 @@ consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" consul_node_name: "{{ hostname }}" consul_node_role: "client" consul_retry_servers: - - "10.30.51.30" - - "10.30.51.32" - - "10.30.51.33" + - "10.32.8.15" + - "10.32.8.16" + - "10.32.8.17" # Docker settings. docker_daemon: - dns: [ "172.17.0.1" ] + dns: ["172.17.0.1"] dns-opts: [] - dns-search: [ "{{ ansible_hostname }}" ] - storage-driver: "overlay2" \ No newline at end of file + dns-search: ["{{ansible_hostname}}"] + storage-driver: "overlay2"