From fefcf7bbec781c5c5a0ed87b5def8a04d583b2f8 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 4 Aug 2022 08:48:49 +0000 Subject: feat(infra): Migrate ARM nomad to Jammy Signed-off-by: Peter Mikus Change-Id: I600d5ecc725f8e82219feed2abcdeaa43e78a30b --- .../lf_inventory/host_vars/10.30.51.91.yaml | 22 +++++++++++----------- .../lf_inventory/host_vars/10.30.51.92.yaml | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) (limited to 'fdio.infra.ansible/inventories') diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.91.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.91.yaml index acec687e8b..d06284d5a4 100644 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.91.yaml +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.91.yaml @@ -1,7 +1,7 @@ --- # file: host_vars/10.30.51.91.yaml -hostname: "s58-nomad" +hostname: "s91-nomad" inventory_ipmi_hostname: "10.30.50.91" cpu_microarchitecture: "neoversen1" @@ -38,13 +38,13 @@ nomad_options: driver.whitelist: "docker,raw_exec,exec" nomad_service_mgr: "systemd" nomad_retry_servers: - - "10.32.8.15" - - "10.32.8.16" - - "10.32.8.17" + - "10.30.51.23" + - "10.30.51.24" + - "10.30.51.25" nomad_servers: - - "10.32.8.15:4647" - - "10.32.8.16:4647" - - "10.32.8.17:4647" + - "10.30.51.23:4647" + - "10.30.51.24:4647" + - "10.30.51.25:4647" # Consul settings. consul_nomad_integration: true @@ -56,11 +56,11 @@ consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" consul_node_name: "{{ hostname }}" consul_node_role: "client" consul_retry_servers: - - "10.32.8.15" - - "10.32.8.16" - - "10.32.8.17" + - "10.30.51.23" + - "10.30.51.24" + - "10.30.51.25" consul_service_mgr: "systemd" -consul_package_version: "1.5.2+dfsg2-14" +#consul_package_version: "1.5.2+dfsg2-14" # Docker daemon settings. docker_daemon: diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.92.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.92.yaml index 0ddb47fbcd..705409fb6b 100644 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.92.yaml +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.92.yaml @@ -1,7 +1,7 @@ --- # file: host_vars/10.30.51.92.yaml -hostname: "s59-nomad" +hostname: "s92-nomad" inventory_ipmi_hostname: "10.30.50.92" cpu_microarchitecture: "neoversen1" @@ -38,13 +38,13 @@ nomad_options: driver.whitelist: "docker,raw_exec,exec" nomad_service_mgr: "systemd" nomad_retry_servers: - - "10.32.8.15" - - "10.32.8.16" - - "10.32.8.17" + - "10.30.51.23" + - "10.30.51.24" + - "10.30.51.25" nomad_servers: - - "10.32.8.15:4647" - - "10.32.8.16:4647" - - "10.32.8.17:4647" + - "10.30.51.23:4647" + - "10.30.51.24:4647" + - "10.30.51.25:4647" # Consul settings. consul_nomad_integration: true @@ -56,11 +56,11 @@ consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" consul_node_name: "{{ hostname }}" consul_node_role: "client" consul_retry_servers: - - "10.32.8.15" - - "10.32.8.16" - - "10.32.8.17" + - "10.30.51.23" + - "10.30.51.24" + - "10.30.51.25" consul_service_mgr: "systemd" -consul_package_version: "1.5.2+dfsg2-14" +#consul_package_version: "1.5.2+dfsg2-14" # Docker daemon settings. docker_daemon: -- cgit 1.2.3-korg