diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-23 22:05:02 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-23 22:07:50 +0100 |
commit | c41c5dbc2dbafbfef3524a20f1ea1cd05c3c16ed (patch) | |
tree | 115e995e00bfda42cc5282eb80fb095b628e99e0 | |
parent | 811ff5abc205d961d45ee00c0b449c47893433ae (diff) |
intel-pod18: Fix typo in MAC address
While at it, add dummy user/pass IPMI credentials, so we can pass
schema validation.
Change-Id: I3538f5aee21731e46fe0d831d164961c33118e2e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | labs/intel/pod18.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/labs/intel/pod18.yaml b/labs/intel/pod18.yaml index 22738910..24c14fda 100644 --- a/labs/intel/pod18.yaml +++ b/labs/intel/pod18.yaml @@ -39,8 +39,8 @@ jumphost: versions: - 1.0 - 2.0 - user: - pass: + user: changeme + pass: changeme remote_management: <<: *remoteparas address: 10.10.180.10 @@ -123,7 +123,7 @@ nodes: remote_management: <<: *remoteparas address: 10.10.180.12/24 - mac_address: "A4:BF:01:16:31:1G" + mac_address: "A4:BF:01:16:31:1F" interfaces: - name: 'nic1' speed: 1gb |