Merge "Fix so that given config_functest.yaml is copied to functest repo dir"
[functest.git] / testcases / config_functest.yaml
1 general:
2     directories:
3         # Relative to the path where the repo is cloned:
4         dir_vping:      testcases/vPing/CI/libraries/
5         dir_odl:        testcases/Controllers/ODL/CI/
6         dir_rally:      testcases/VIM/OpenStack/CI/libraries/
7         dir_rally_scn:  testcases/VIM/OpenStack/CI/suites/
8         dir_vIMS:       testcases/vIMS/CI/
9         dir_onos:       testcases/Controllers/ONOS/Teston/CI/
10
11         # Absolute path
12         dir_repos:          /home/opnfv/repos
13         dir_repo_functest:  /home/opnfv/repos/functest
14         dir_repo_rally:     /home/opnfv/repos/rally
15         dir_repo_releng:    /home/opnfv/repos/releng
16         dir_repo_vims_test: /home/opnfv/repos/vims-test
17         dir_functest:       /home/opnfv/functest
18         dir_results:        /home/opnfv/functest/results
19         dir_functest_conf:  /home/opnfv/functest/conf
20         dir_rally_res:      /home/opnfv/functest/results/rally
21         dir_functest_data:  /home/opnfv/functest/data
22         dir_vIMS_data:      /home/opnfv/functest/data/vIMS
23         dir_rally_inst:     ~/.rally
24
25     repositories:
26         # branch and commit ID to which the repos will be reset (HEAD)
27         functest_branch:    master
28         functest_commit:    latest
29         releng_branch:  master
30         releng_commit:  latest
31         rally_branch:   master
32         rally_commit:   9a17d8490e7fb4afee2f5629e6db41eabe4bc4d4
33         vims_test_branch:   stable
34         vims_test_commit:   latest
35
36     openstack:
37         image_name: functest-img
38         image_file_name:  cirros-0.3.4-x86_64-disk.img
39         image_disk_format:  qcow2
40
41
42         #Public network. Optional
43         neutron_public_net_name: net04_ext
44         neutron_public_subnet_name: net04_ext__subnet
45         neutron_public_subnet_cidr: 172.16.9.0/24
46         neutron_public_subnet_start: 172.16.9.130
47         neutron_public_subnet_end: 172.16.9.254
48         #Private network for functest. Will be created by config_functest.py
49         neutron_private_net_name: functest-net
50         neutron_private_subnet_name: functest-subnet
51         neutron_private_subnet_cidr: 192.168.120.0/24
52         neutron_private_subnet_start: 192.168.120.2
53         neutron_private_subnet_end: 192.168.120.254
54         neutron_private_subnet_gateway: 192.168.120.254
55         neutron_router_name: functest-router
56 vping:
57     ping_timeout:   200
58     vm_flavor: m1.small #adapt to your environment
59     vm_name_1: opnfv-vping-1
60     vm_name_2: opnfv-vping-2
61     ip_1: 192.168.120.30
62     ip_2: 192.168.120.40
63
64 vIMS:
65     general:
66         tenant_name: vIMS
67         tenant_description: vIMS Functionality Testing
68         base_image_url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
69         base_image_name: ubuntu_14.04
70     cloudify:
71         blueprint:
72             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
73             branch: "3.2-build"
74             file_name: "openstack-manager-blueprint.yaml"
75         inputs:
76             keystone_username: ""
77             keystone_password: ""
78             keystone_tenant_name: ""
79             keystone_url: ""
80             manager_public_key_name: 'cloudify-manager'
81             agent_public_key_name: 'cloudify-agent'
82             image_id: ""
83             flavor_id: "2"
84             external_network_name: ""
85             use_existing_manager_keypair: false
86             use_existing_agent_keypair: false
87             manager_server_name: cloudify-management-server
88             manager_server_user: ubuntu
89             manager_security_group_name: cloudify-sg-manager
90             agents_security_group_name: cloudify-sg-agents
91             manager_private_key_path: ~/.ssh/cloudify-manager-kp.pem
92             agent_private_key_path: ~/.ssh/cloudify-agent-kp.pem
93             agents_user: ubuntu
94             nova_url: ""
95             neutron_url: ""
96             resources_prefix: ""
97         inputs_path: openstack/inputs.yaml
98     clearwater:
99         blueprint:
100             file_name: 'openstack-blueprint.yaml'
101             name: "clearwater-opnfv"
102             destination_folder: "opnfv-cloudify-clearwater"
103             url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
104             branch: "master"
105         deployment-name: 'clearwater-opnfv'
106         inputs:
107             image_id: ''
108             flavor_id: ''
109             agent_user: 'ubuntu'
110             external_network_name: ''
111             public_domain: clearwater.opnfv
112 ONOS:
113     general:
114         onosbench_username: 'root'
115         onosbench_password: 'root'
116         onoscli_username: 'root'
117         onoscli_password: 'root'
118         runtimeout: 300
119     environment:
120         OCT: '189.42.8.99'
121         OC1: '189.42.8.101'
122         OC2: '189.42.8.102'
123         OC3: '189.42.8.103'
124         OCN: '189.42.8.104'
125         OCN2: '189.42.8.105'
126 results:
127     test_db_url: http://213.77.62.197