From 28fd0fabedf3a36f9285b2a55f61e1b27fc5daab Mon Sep 17 00:00:00 2001 From: Dimitri Mazmanov Date: Wed, 20 Jul 2016 13:42:30 +0200 Subject: Add kingbird endpoint information to functest. The patch multihops to the fuel node and dynamically retrieves kingbird endpoint information. It also resolves the controller ip instead of using the hardcoded value from the config ONLY if the installer type is Fuel. Signed-off-by: Dimitri Mazmanov Change-Id: I5161df5df3da7283f6374efa6bd1108246c1095a --- ci/config_functest.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index d0460b578..ecfa79a73 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -145,7 +145,14 @@ ONOS: installer_master: '10.20.0.2' installer_master_username: 'root' installer_master_password: 'r00tme' - +multisite: + fuel_environment: + installer_username: 'root' + installer_password: 'r00tme' + compass_environment: + installer_username: 'root' + installer_password: 'root' + multisite_controller_ip: '10.1.0.50' promise: general: tenant_name: promise -- cgit 1.2.3-korg