From 668c0134d35a2041012851ae4a38de2977d6aafc Mon Sep 17 00:00:00 2001 From: vitikkan Date: Tue, 10 May 2016 08:58:00 +0300 Subject: Creating private network for Tempest Since functest-net will be obsolete, own private network, subnet and router is taken into use for Tempest test. JIRA: FUNCTEST-239 Change-Id: I2b9f6aae74dc36decf305a4531fe0a071031aca3 Signed-off-by: vitikkan --- ci/config_functest.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ci/config_functest.yaml') diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index 2107a13e..92e3fb8a 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -62,8 +62,10 @@ tempest: tenant_description: Tenant for Tempest test suite user_name: tempest user_password: tempest - input-scenario: - ssh_user_regex: '[["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]' + private_net_name: tempest-net + private_subnet_name: tempest-subnet + private_subnet_cidr: 192.168.150.0/24 + router_name: tempest-router rally: deployment_name: opnfv-rally -- cgit 1.2.3-korg