diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-13 14:40:16 +0200 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-13 14:41:45 +0200 |
commit | 2a91ec271f1858d53be9a0fde9564c024b8b339a (patch) | |
tree | 646e26e844e48afed7825132e72a87721866b7f3 | |
parent | 4e9aa50d79bacb780aac1cb554f8fd1740a51243 (diff) |
Change MACs to reflect the new NIC setup
Change-Id: I4865b4762b9cc0cb2b373a6b7dea34b16a3ea472
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
-rw-r--r-- | labs/ericsson/pod2/fuel/config/dha.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/labs/ericsson/pod2/fuel/config/dha.yaml b/labs/ericsson/pod2/fuel/config/dha.yaml index ea1b18d..a787162 100644 --- a/labs/ericsson/pod2/fuel/config/dha.yaml +++ b/labs/ericsson/pod2/fuel/config/dha.yaml @@ -14,27 +14,27 @@ adapter: hp nodes: - id: 1 - pxeMac: ec:b1:d7:a1:bd:60 + pxeMac: ec:b1:d7:a1:bd:68 ipmiIp: 10.118.120.235 ipmiUser: opnfv ipmiPass: E///@work2 - id: 2 - pxeMac: ec:b1:d7:a2:44:a0 + pxeMac: ec:b1:d7:a2:44:a8 ipmiIp: 10.118.120.236 ipmiUser: opnfv ipmiPass: E///@work2 - id: 3 - pxeMac: ec:b1:d7:a2:43:c0 + pxeMac: ec:b1:d7:a2:43:c8 ipmiIp: 10.118.120.237 ipmiUser: opnfv ipmiPass: E///@work2 - id: 4 - pxeMac: ec:b1:d7:a2:44:80 + pxeMac: ec:b1:d7:a2:44:88 ipmiIp: 10.118.120.238 ipmiUser: opnfv ipmiPass: E///@work2 - id: 5 - pxeMac: ec:b1:d7:a1:8b:d0 + pxeMac: ec:b1:d7:a1:8b:d8 ipmiIp: 10.118.120.239 ipmiUser: opnfv ipmiPass: E///@work2 |