Infra: Ansible ARM 57/27357/2
authorpmikus <pmikus@cisco.com>
Mon, 1 Jun 2020 07:47:03 +0000 (07:47 +0000)
committerPeter Mikus <pmikus@cisco.com>
Mon, 1 Jun 2020 08:21:52 +0000 (08:21 +0000)
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Iffdb12cc7013a38341a09df2f863ee7c56196bb0

resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.66.yaml [new file with mode: 0644]
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.67.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.68.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/hosts

diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.66.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.66.yaml
new file mode 100644 (file)
index 0000000..8ebe3a1
--- /dev/null
@@ -0,0 +1,24 @@
+---
+# file: host_vars/10.30.51.66.yaml
+
+hostname: "s51-nomad"
+cpu_microarchitecture: "thunderx2"
+
+# Nomad settings.
+nomad_certificates:
+  - src: "{{ vault_nomad_v1_ca_file }}"
+    dest: "{{ nomad_ca_file }}"
+  - src: "{{ vault_nomad_v1_cert_file }}"
+    dest: "{{ nomad_cert_file }}"
+  - src: "{{ vault_nomad_v1_key_file }}"
+    dest: "{{ nomad_key_file }}"
+nomad_datacenter: "yul1"
+nomad_name: "{{ hostname }}-{{ ansible_architecture }}"
+nomad_node_role: "client"
+nomad_node_class: "builder"
+nomad_options:
+  driver.raw_exec.enable: 0
+  docker.cleanup.image: false
+  docker.privileged.enabled: true
+  driver.whitelist: "docker,raw_exec,exec"
+nomad_servers: [ "10.30.51.32:4647", "10.30.51.33:4647" ]
index e718940..fad127c 100644 (file)
@@ -1,10 +1,7 @@
----
+i---
 # file: host_vars/10.30.51.67.yaml
 
 hostname: "s49-nomad"
-vfs_data_file: "csit-initialize-vfs-tx2.sh"
-grub:
-  nr_hugepages: 57344
 cpu_microarchitecture: "thunderx2"
 
 # Nomad settings.
index a78a397..490eb56 100644 (file)
@@ -2,9 +2,6 @@
 # file: host_vars/10.30.51.68.yaml
 
 hostname: "s50-nomad"
-vfs_data_file: "csit-initialize-vfs-tx2.sh"
-grub:
-  nr_hugepages: 57344
 cpu_microarchitecture: "thunderx2"
 
 # Nomad settings.
index 7188d51..e95dc62 100644 (file)
@@ -57,5 +57,6 @@ all:
         10.32.8.14: #s46-nomad - skylake
         10.32.8.15: #s47-nomad - skylake
         10.32.8.16: #s48-nomad - skylake
+        10.30.51.66: #s51-nomad - thunderx 88xx
         10.30.51.67: #s49-nomad - thunderx 88xx
         10.30.51.68: #s50-nomad - thunderx 88xx