diff options
author | helenyao <yaohelan@huawei.com> | 2017-02-22 21:45:21 -0500 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2017-02-23 19:33:37 -0500 |
commit | cdf7b01b032398caadeb0b7c796a97c5cd090290 (patch) | |
tree | 82372d099b18639dfc85e824a58fd6395f55927c /functest/ci/installer_params.yaml | |
parent | 46dc6015888db0218330000613abf2249b6829dc (diff) |
Bugfix:Added the adapter info for compass and joid
CI for compass and joid failed as there is no key defined in
installer_params.yaml
Change-Id: I8d17d36d854974c0751d3fd3bab4994205f786bb
Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'functest/ci/installer_params.yaml')
-rw-r--r-- | functest/ci/installer_params.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/functest/ci/installer_params.yaml b/functest/ci/installer_params.yaml index bffa894e..26aff9bb 100644 --- a/functest/ci/installer_params.yaml +++ b/functest/ci/installer_params.yaml @@ -2,15 +2,15 @@ apex: ip: '' user: 'stack' pkey: '/root/.ssh/id_rsa' -#compass: -# ip: '' -# user: 'root' -# password: 'root' +# compass: +# ip: '192.168.200.2' +# user: 'root' +# password: 'root' fuel: ip: '10.20.0.2' user: 'root' password: 'r00tme' -#joid: -# ip: '' -# user: '' -# password: '' +# joid: +# ip: '' +# user: '' +# password: '' |