refactor(metal): rename staging nodes

This commit is contained in:
Khue Doan 2022-01-15 22:08:09 +07:00
parent 431e6c151b
commit ec16e998d1

View File

@ -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}