From 8de60bdcef739269105c9aaadec7b520d401d80a Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Tue, 26 Dec 2017 02:40:16 +0000 Subject: Configure physical_network when creating network When the network_type is vlan, configuring physical_network and segmentation_id should be supported by snaps. JIRA: SNAPS-252 Change-Id: I2d3270a82991230385fdc18889ed5c5e979672b5 Signed-off-by: Linda Wang --- functest/ci/config_functest.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'functest/ci') diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index a40d80f2..ac8e3799 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -62,6 +62,11 @@ snaps: centos: disk_file: /home/opnfv/functest/images/CentOS-7-x86_64-GenericCloud.qcow2 + # netconf_override: + # network_type: vlan + # physical_network: physnet2 + # segmentation_id: 2366 + # All of these values are optional and will override the values retrieved # by the RC file # os_creds_override: -- cgit 1.2.3-korg