From ca6f87d58c4144e67d1f819531315db5782b03c2 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 18 Jul 2017 03:33:41 +0200 Subject: arm-pod2: IPMI: Use secondary IP for ipmi2snmp Our ipmi2snmp proxy uses 2 IPs, use the secondary one since the primary is now unreachable. Change-Id: I3fda960758f68c6ba8b0f31620f7639e6bfa5e1d Signed-off-by: Alexandru Avadanii (cherry picked from commit 1e8668e0921d23fed7094433089e440c66abb37e) --- labs/arm/pod2/fuel/config/dha.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/labs/arm/pod2/fuel/config/dha.yaml b/labs/arm/pod2/fuel/config/dha.yaml index b9e5b4e..618efec 100644 --- a/labs/arm/pod2/fuel/config/dha.yaml +++ b/labs/arm/pod2/fuel/config/dha.yaml @@ -34,7 +34,7 @@ adapter: ipmi nodes: - id: 1 - ipmiIp: 10.0.1.6 + ipmiIp: 10.0.2.6 ipmiPass: admin ipmiUser: admin ipmiPort: 675 @@ -42,7 +42,7 @@ nodes: libvirtTemplate: null pxeMac: e0:ff:f7:00:05:93 - id: 2 - ipmiIp: 10.0.1.6 + ipmiIp: 10.0.2.6 ipmiPass: admin ipmiUser: admin ipmiPort: 674 @@ -50,7 +50,7 @@ nodes: libvirtTemplate: null pxeMac: e0:ff:f7:00:05:96 - id: 3 - ipmiIp: 10.0.1.6 + ipmiIp: 10.0.2.6 ipmiPass: admin ipmiUser: admin ipmiPort: 672 @@ -58,7 +58,7 @@ nodes: libvirtTemplate: null pxeMac: 00:01:73:02:36:d5 - id: 4 - ipmiIp: 10.0.1.6 + ipmiIp: 10.0.2.6 ipmiPass: admin ipmiUser: admin ipmiPort: 677 @@ -66,7 +66,7 @@ nodes: libvirtTemplate: null pxeMac: 00:01:73:02:3b:1d - id: 5 - ipmiIp: 10.0.1.6 + ipmiIp: 10.0.2.6 ipmiPass: admin ipmiUser: admin ipmiPort: 676 -- cgit 1.2.3-korg