From 8065ccfca760c0f357f58684d34a496ffa02fefe Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Tue, 20 Jul 2021 13:09:17 +0100 Subject: [PATCH] metrics: defining gw, nm and dns variables for ocp01-03.stg hosts Signed-off-by: David Kirwan --- inventory/host_vars/ocp01.ocp.stg.iad2.fedoraproject.org | 3 +++ inventory/host_vars/ocp02.ocp.stg.iad2.fedoraproject.org | 3 +++ inventory/host_vars/ocp03.ocp.stg.iad2.fedoraproject.org | 3 +++ 3 files changed, 9 insertions(+) diff --git a/inventory/host_vars/ocp01.ocp.stg.iad2.fedoraproject.org b/inventory/host_vars/ocp01.ocp.stg.iad2.fedoraproject.org index a8aadc85f7..30572a6cdd 100644 --- a/inventory/host_vars/ocp01.ocp.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/ocp01.ocp.stg.iad2.fedoraproject.org @@ -21,6 +21,9 @@ eth0_ipv4: 10.3.166.115 eth0_ipv4_nm: 24 eth0_ipv4_gw: 10.3.166.254 eth0_ip: "{{eth0_ipv4}}" +nm: 255.255.255.0 +gw: "{{ eth0_ipv4_gw }}" +dns: "{{ dns1 }}" mac0: "{{ ansible_default_ipv4.macaddress }}" diff --git a/inventory/host_vars/ocp02.ocp.stg.iad2.fedoraproject.org b/inventory/host_vars/ocp02.ocp.stg.iad2.fedoraproject.org index 955d8a132c..9055eda7a3 100644 --- a/inventory/host_vars/ocp02.ocp.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/ocp02.ocp.stg.iad2.fedoraproject.org @@ -21,6 +21,9 @@ eth0_ipv4: 10.3.166.116 eth0_ipv4_nm: 24 eth0_ipv4_gw: 10.3.166.254 eth0_ip: "{{eth0_ipv4}}" +nm: 255.255.255.0 +gw: "{{ eth0_ipv4_gw }}" +dns: "{{ dns1 }}" mac0: "{{ ansible_default_ipv4.macaddress }}" diff --git a/inventory/host_vars/ocp03.ocp.stg.iad2.fedoraproject.org b/inventory/host_vars/ocp03.ocp.stg.iad2.fedoraproject.org index 95f359348a..8d44be51b4 100644 --- a/inventory/host_vars/ocp03.ocp.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/ocp03.ocp.stg.iad2.fedoraproject.org @@ -21,6 +21,9 @@ eth0_ipv4: 10.3.166.117 eth0_ipv4_nm: 24 eth0_ipv4_gw: 10.3.166.254 eth0_ip: "{{eth0_ipv4}}" +nm: 255.255.255.0 +gw: "{{ eth0_ipv4_gw }}" +dns: "{{ dns1 }}" mac0: "{{ ansible_default_ipv4.macaddress }}"