diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-01-04 09:44:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-04 09:44:12 +0000 |
commit | 171a354252112e6b1590358120c818cc7ce20c3b (patch) | |
tree | f2d5ff5cc0e4a8744979b6b66f959914696d272d /functest/ci/config_functest.yaml | |
parent | ef1a20eb5cee095d6f8d15fba0ae533e9e4b9730 (diff) | |
parent | 6c466ea8e3fe2818f5efd0191d081ddf917b947d (diff) |
Merge "Config physical network when creating tempest net"
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 70615710..cf6b1328 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 |