metrics: added missing eth0_ip hostvar for ocp01-03.stg hosts

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-07-20 12:29:37 +01:00
parent 390d31a6ab
commit dca78ecd5e
3 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ has_ipv4: yes
eth0_ipv4: 10.3.166.115
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.166.254
eth0_ip: "{{eth0_ipv4}}"
mac0: "{{ ansible_default_ipv4.macaddress }}"

View file

@ -20,6 +20,7 @@ has_ipv4: yes
eth0_ipv4: 10.3.166.116
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.166.254
eth0_ip: "{{eth0_ipv4}}"
mac0: "{{ ansible_default_ipv4.macaddress }}"

View file

@ -20,6 +20,7 @@ has_ipv4: yes
eth0_ipv4: 10.3.166.117
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.166.254
eth0_ip: "{{eth0_ipv4}}"
mac0: "{{ ansible_default_ipv4.macaddress }}"