From 568259b1a056de7e08e568168bf0d881b427a54d Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Sat, 18 Feb 2017 19:15:37 +0100 Subject: Add deployment_handler printout to prepare env Example virtual deployment apex: http://paste.openstack.org/raw/599536/ Example CI POD: http://paste.openstack.org/raw/599537/ Change-Id: I0711b45a525bc074a9c05f0ea3a194b2db05f2d9 Signed-off-by: jose.lausuch --- functest/ci/installer_params.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 functest/ci/installer_params.yaml (limited to 'functest/ci/installer_params.yaml') 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: '' -- cgit 1.2.3-korg