Merge "Openstack: Using VSPERF to Test on Openstack."
[vswitchperf.git] / conf / 11_openstack.conf
1 # Copyright 2020 Spirent Communications
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #   http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # This file describes a list of parameters used for deploying a TGEN,
16 # on Openstack.
17
18
19 DEFAULT_POLLING_INTERVAL = 10
20 SCENARIOS = ['templates/l2_2c_2i.yaml']
21
22 SCHEMA = 'templates/scenario.yaml'
23
24 OS_AUTH_URL="http://10.10.180.21/identity"
25 OS_PROJECT_ID="0440a230a799460facec0d09dde64497"
26 OS_PROJECT_NAME="admin"
27 OS_USER_DOMAIN_NAME="Default"
28 OS_PROJECT_DOMAIN_ID="default"
29 OS_USERNAME="admin"
30 OS_PASSWORD="admin123"
31 OS_REGION_NAME="RegionOne"
32 OS_INTERFACE="public"
33 OS_IDENTITY_API_VERSION=3
34 OS_INSECURE=False
35 OS_CA_CERT= 'None'
36
37 STACK_NAME = 'testvnf_vsperf'
38 CLEANUP_ON_EXIT = True
39
40 FLAVOR_NAME = 'm1.large'
41 IMAGE_NAME = 'bionic'
42 EXTERNAL_NET = 'public'
43 DNS_NAMESERVERS = ['8.8.8.8', '8.8.4.4']