diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-25 19:01:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-25 19:01:00 +0000 |
commit | 48fc7087653384cc83a6f89fa984ad6281e1752b (patch) | |
tree | 006448fce2524a643435f36340f155568e6440c2 /functest/ci/installer_params.yaml | |
parent | 542de3204e8fa7730a6c837b3f751b677343644c (diff) | |
parent | cdf7b01b032398caadeb0b7c796a97c5cd090290 (diff) |
Merge "Bugfix:Added the adapter info for compass and joid"
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: '' |