Modify fuel_baremetal pod config file 99/50699/3
authorting wu <ting.wu@enea.com>
Tue, 16 Jan 2018 12:27:28 +0000 (13:27 +0100)
committerting wu <ting.wu@enea.com>
Fri, 26 Jan 2018 09:15:39 +0000 (10:15 +0100)
commit7b3cc9cddc9ecda27b1d8dc82b18a97264efe57a
tree6e302ef6fb96b1a0091d0b8f989b62225bb6e29e
parent07871f9503e4abbc0d4fee05f0b87cce782f5c3c
Modify fuel_baremetal pod config file

The current HA testcases failed on fuel baremetal installer
with reason "SSHTimeout". This is due to incorrect ssh login
info in the pod config file. The change is to by running
'prepare_env.sh' script to

- read env vars 'USER_NAME' and 'SSH_KEY'
- replace the 'node_username' to env var 'USER_NAME'
- replace the "node_keyfile" to env var 'SSH_KEY'

JIRA: ARMBAND-317

Change-Id: I0239892f447ae99ab4025eedcd133e1b6f04e5a5
Signed-off-by: ting wu <ting.wu@enea.com>
etc/yardstick/nodes/fuel_baremetal/pod.yaml
tests/ci/prepare_env.sh