From ec16e998d12e8070bc43252cda28c011b583dbbd Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 15 Jan 2022 22:08:09 +0700 Subject: [PATCH] refactor(metal): rename staging nodes --- metal/inventories/stag.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metal/inventories/stag.yml b/metal/inventories/stag.yml index cffbb1d7..daf941f6 100644 --- a/metal/inventories/stag.yml +++ b/metal/inventories/stag.yml @@ -2,9 +2,9 @@ metal: children: masters: hosts: - metal0: {ansible_host: 192.168.1.50, mac: '08:00:27:57:e5:31', disk: sda, network_interface: enp0s3} - metal1: {ansible_host: 192.168.1.51, mac: '08:00:27:4d:a2:9c', disk: sda, network_interface: enp0s3} - metal2: {ansible_host: 192.168.1.52, mac: '08:00:27:38:85:26', disk: sda, network_interface: enp0s3} + stag0: {ansible_host: 192.168.1.50, mac: '08:00:27:57:e5:31', disk: sda, network_interface: enp0s3} + stag1: {ansible_host: 192.168.1.51, mac: '08:00:27:4d:a2:9c', disk: sda, network_interface: enp0s3} + stag2: {ansible_host: 192.168.1.52, mac: '08:00:27:38:85:26', disk: sda, network_interface: enp0s3} workers: hosts: - metal3: {ansible_host: 192.168.1.53, mac: '08:00:27:11:28:b3', disk: sda, network_interface: enp0s3} + stag3: {ansible_host: 192.168.1.53, mac: '08:00:27:11:28:b3', disk: sda, network_interface: enp0s3}