From a58e74259253840c758236dab78d0b2a79dc338e Mon Sep 17 00:00:00 2001 From: Guillermo Herrero Date: Thu, 14 Sep 2017 10:55:39 +0200 Subject: arm-pod5: updated admin network / jumphost ipmi Change-Id: Id337c53d94ad52266db8f7419a61d7f2f2e8c300 Signed-off-by: Guillermo Herrero --- labs/arm/pod5.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/labs/arm/pod5.yaml b/labs/arm/pod5.yaml index ee76702..2a1305e 100644 --- a/labs/arm/pod5.yaml +++ b/labs/arm/pod5.yaml @@ -2,7 +2,7 @@ ### Enea ARM POD 5 descriptor file ### details: - pod owner: ENEA AB + pod_owner: ENEA AB contact: dan.lilliehorn@enea.com lab: ENEA lab location: Stockholm, Sweden @@ -17,7 +17,7 @@ net_config: admin: interface: 1 vlan: 0 - network: 192.168.10.0 + network: 192.168.11.0 mask: 24 mgmt: interface: 2 @@ -70,16 +70,16 @@ jumphost: pass: admin remote_management: <<: *remote_params - address: 10.0.100.164 - mac_address: "00:0F:B7:11:18:82" + address: 10.0.1.32 + mac_address: "40:8D:5C:BA:B9:6A" interfaces: - - "00:0F:B7:11:18:82" + - "40:8D:5C:BA:B9:6A" - "00:0f:b7:04:00:c0" - "00:0f:b7:04:00:c1" - "00:0f:b7:04:00:c2" - "68:05:ca:34:60:e3" fixed_ips: - admin: 192.168.10.1 + admin: 192.168.11.1 mgmt: 172.16.10.1 public: 10.0.8.9 ###################################################### @@ -114,7 +114,7 @@ nodes: - "e0:ff:f7:00:08:ae" - "e0:ff:f7:00:08:af" fixed_ips: - admin: 192.168.10.2 + admin: 192.168.11.2 mgmt: 172.16.10.141 public: 10.0.8.141 ###################################################### @@ -130,7 +130,7 @@ nodes: - "e0:ff:f7:00:08:b1" - "e0:ff:f7:00:08:b2" fixed_ips: - admin: 192.168.10.3 + admin: 192.168.11.3 mgmt: 172.16.10.142 public: 10.0.8.142 ###################################################### @@ -146,7 +146,7 @@ nodes: - "e0:ff:f7:00:08:b1" - "e0:ff:f7:00:08:b2" fixed_ips: - admin: 192.168.10.4 + admin: 192.168.11.4 mgmt: 172.16.10.143 public: 10.0.8.143 ###################################################### @@ -162,7 +162,7 @@ nodes: - "e0:ff:f7:00:08:c6" - "e0:ff:f7:00:08:c7" fixed_ips: - admin: 192.168.10.5 + admin: 192.168.11.5 mgmt: 172.16.10.101 public: 10.0.8.101 ###################################################### @@ -178,6 +178,6 @@ nodes: - "e0:ff:f7:00:08:cf" - "e0:ff:f7:00:08:d0" fixed_ips: - admin: 192.168.10.6 + admin: 192.168.11.6 mgmt: 172.16.10.102 public: 10.0.8.102 -- cgit 1.2.3-korg