aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/config_functest.yaml
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-12-27 01:35:01 +0000
committerLinda Wang <wangwulin@huawei.com>2017-12-27 02:24:25 +0000
commit6c466ea8e3fe2818f5efd0191d081ddf917b947d (patch)
treebad20eff4f59b2124615a2742fc001a203135c09 /functest/ci/config_functest.yaml
parentc411e0a16b804792c1b34cc819618e1bfbca3d9a (diff)
Config physical network when creating tempest net
When the network_type is vlan, physical_network and segmentation_id could be configured. This also supports to config physical network when creating rally net. Change-Id: I9770968537c1509c5712eada66925a4bf8f6678c Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r--functest/ci/config_functest.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml
index a40d80f20..608d5470e 100644
--- a/functest/ci/config_functest.yaml
+++ b/functest/ci/config_functest.yaml
@@ -122,6 +122,9 @@ tempest:
ssh_timeout: 130
object_storage:
operator_role: SwiftOperator
+ # network_type: vlan
+ # physical_network: physnet2
+ # segmentation_id: 2366
private_net_name: tempest-net
private_subnet_name: tempest-subnet
private_subnet_cidr: 192.168.150.0/24
@@ -132,6 +135,9 @@ tempest:
rally:
deployment_name: opnfv-rally
network_name: rally-net
+ # network_type: vlan
+ # physical_network: physnet2
+ # segmentation_id: 2366
subnet_name: rally-subnet
subnet_cidr: 192.168.140.0/24
router_name: rally-router