diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-09-25 19:30:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-25 19:30:26 +0000 |
commit | 9c974e2616afb5a4d369ba814411cc6ecfead21c (patch) | |
tree | 56de1f9fddbaf3ce4c0b9e03d6444e2b30e3f93c /labs | |
parent | f431509110f5c820a5b458e61d086d2fcc61a83a (diff) | |
parent | e1c417fc5c76110321ad503644995f95e56616d4 (diff) |
Merge "lf-pod4: Add missing IPMI user/pass"
Diffstat (limited to 'labs')
-rw-r--r-- | labs/lf/pod4.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/labs/lf/pod4.yaml b/labs/lf/pod4.yaml index 8968420..fa8a866 100644 --- a/labs/lf/pod4.yaml +++ b/labs/lf/pod4.yaml @@ -64,6 +64,8 @@ jumphost: type: ipmi versions: - 2.0 + user: admin + pass: octopus remote_management: <<: *remote_params address: 172.30.8.83 |