X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Finventories%2Flf_inventory%2Fhost_vars%2F10.32.8.14.yaml;h=4849733e186b9d75fec53557ae278b8803015987;hp=cdd02123781f14ffd686776bf8e412d6cd99e671;hb=0f9b20775b4a656b67c7039e2dda4cf676af2b21;hpb=06a8bd1e4bea55bd4efaa38e07d724106e0ebe73 diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.14.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.14.yaml index cdd0212378..4849733e18 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.14.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.14.yaml @@ -28,7 +28,7 @@ nomad_certificates: nomad_datacenter: "yul1" nomad_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" nomad_name: "{{ hostname }}-{{ ansible_architecture }}" -nomad_node_role: "both" +nomad_node_role: "client" nomad_node_class: "s5ci" nomad_options: driver.raw_exec.enable: 1 @@ -46,19 +46,17 @@ nomad_volumes: # Consul settigs. consul_nomad_integration: true consul_certificates: - - src: "{{ vault_nomad_v3_ca_file }}" + - src: "{{ vault_consul_v1_ca_file }}" dest: "{{ consul_ca_file }}" - - src: "{{ vault_nomad_v3_cert_file }}" + - src: "{{ vault_consul_v1_cert_file }}" dest: "{{ consul_cert_file }}" - - src: "{{ vault_nomad_v3_key_file }}" + - src: "{{ vault_consul_v1_key_file }}" dest: "{{ consul_key_file }}" consul_datacenter: "yul1" consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" consul_node_name: "{{ hostname }}" -consul_node_role: "both" +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" \ No newline at end of file + - "10.30.51.33" \ No newline at end of file