diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-22 01:30:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-22 01:30:48 +0000 |
commit | ec22ca7704e42c7f002944de3a7c72e656eac024 (patch) | |
tree | 2423ff45f2e08b6249245f98fce9d8d59247cc42 /functest/ci/installer_params.yaml | |
parent | c66abf22ffef53fa42c4425d3dceec4289af622b (diff) | |
parent | 568259b1a056de7e08e568168bf0d881b427a54d (diff) |
Merge "Add deployment_handler printout to prepare env"
Diffstat (limited to 'functest/ci/installer_params.yaml')
-rw-r--r-- | functest/ci/installer_params.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/functest/ci/installer_params.yaml b/functest/ci/installer_params.yaml new file mode 100644 index 00000000..bffa894e --- /dev/null +++ b/functest/ci/installer_params.yaml @@ -0,0 +1,16 @@ +apex: + ip: '' + user: 'stack' + pkey: '/root/.ssh/id_rsa' +#compass: +# ip: '' +# user: 'root' +# password: 'root' +fuel: + ip: '10.20.0.2' + user: 'root' + password: 'r00tme' +#joid: +# ip: '' +# user: '' +# password: '' |