From 7eeab2d73796b1054c20b41329835adc090bbf3c Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Tue, 10 May 2016 07:24:26 +0000 Subject: Create a private shared network for Rally Since functest-net will be obsolete, own private network, subnet and router is created for Rally tests. JIRA: FUNCTEST-240 Change-Id: I8a30e2b4fe12238dba526c21188c85f75bacc0b8 Signed-off-by: Juha Kosonen --- ci/config_functest.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/config_functest.yaml') diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index 92e3fb8a..29a74afd 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -69,6 +69,10 @@ tempest: rally: deployment_name: opnfv-rally + network_name: rally-net + subnet_name: rally-subnet + subnet_cidr: 192.168.140.0/24 + router_name: rally-router vIMS: general: -- cgit 1.2.3-korg