a67b03ed82af3b5a4860eb3a7627b545393ac731
[functest.git] / functest / ci / config_functest.yaml
1 general:
2     dir:
3         # Relative to the path where the repo is cloned:
4         vping:             functest/opnfv_tests/openstack/vping
5         dir_odl:           functest/opnfv_tests/sdn/odl
6         rally:             functest/opnfv_tests/openstack/rally
7         tempest_cases:     functest/opnfv_tests/openstack/tempest/custom_tests
8         dir_vIMS:          functest/opnfv_tests/vnf/ims
9         dir_onos:          functest/opnfv_tests/sdn/onos/teston
10         dir_onos_sfc:      functest/opnfv_tests/sdn/onos/sfc
11
12         # Absolute path
13         home:               /home/opnfv
14         repos:              /home/opnfv/repos
15         repo_functest:      /home/opnfv/repos/functest
16         dir_repo_rally:     /home/opnfv/repos/rally
17         repo_tempest:       /home/opnfv/repos/tempest
18         dir_repo_releng:    /home/opnfv/repos/releng
19         dir_repo_vims_test: /home/opnfv/repos/vims-test
20         repo_sdnvpn:        /home/opnfv/repos/sdnvpn
21         repo_sfc:           /home/opnfv/repos/sfc
22         dir_repo_onos:      /home/opnfv/repos/onos
23         dir_repo_promise:   /home/opnfv/repos/promise
24         dir_repo_doctor:    /home/opnfv/repos/doctor
25         repo_copper:        /home/opnfv/repos/copper
26         dir_repo_ovno:      /home/opnfv/repos/ovno
27         repo_parser:        /home/opnfv/repos/parser
28         repo_domino:        /home/opnfv/repos/domino
29         repo_snaps:         /home/opnfv/repos/snaps
30         functest:           /home/opnfv/functest
31         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
32         results:            /home/opnfv/functest/results
33         functest_conf:      /home/opnfv/functest/conf
34         functest_data:      /home/opnfv/functest/data
35         dir_vIMS_data:      /home/opnfv/functest/data/vIMS/
36         rally_inst:         /home/opnfv/.rally
37
38     openstack:
39         creds: /home/opnfv/functest/conf/openstack.creds
40         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
41
42         image_name: Cirros-0.3.4
43         image_file_name:  cirros-0.3.4-x86_64-disk.img
44         image_disk_format:  qcow2
45
46         flavor_name: opnfv_flavor
47         flavor_ram: 512
48         flavor_disk: 1
49         flavor_vcpus: 1
50
51         # Private network for functest. Will be created by config_functest.py
52         neutron_private_net_name: functest-net
53         neutron_private_subnet_name: functest-subnet
54         neutron_private_subnet_cidr: 192.168.120.0/24
55         neutron_private_subnet_start: 192.168.120.2
56         neutron_private_subnet_end: 192.168.120.254
57         neutron_private_subnet_gateway: 192.168.120.254
58         neutron_router_name: functest-router
59
60     functest:
61         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
62
63 healthcheck:
64     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
65     disk_format: qcow2
66     wait_time: 60
67
68 snaps:
69     use_keystone: True
70     use_floating_ips: False
71
72 vping:
73     ping_timeout:   200
74     vm_flavor: m1.tiny # adapt to your environment
75     vm_name_1: opnfv-vping-1
76     vm_name_2: opnfv-vping-2
77     image_name: functest-vping
78     private_net_name: vping-net
79     private_subnet_name: vping-subnet
80     private_subnet_cidr: 192.168.130.0/24
81     router_name: vping-router
82     sg_name: vPing-sg
83     sg_desc: Security group for vPing test case
84
85 onos_sfc:
86     image_base_url: http://artifacts.opnfv.org/sfc/demo
87     image_name: TestSfcVm
88     image_file_name: firewall_block_image.img
89
90 tempest:
91     deployment_name: opnfv-tempest
92     identity:
93         tenant_name: tempest
94         tenant_description: Tenant for Tempest test suite
95         user_name: tempest
96         user_password: tempest
97     validation:
98         ssh_timeout: 130
99     private_net_name: tempest-net
100     private_subnet_name: tempest-subnet
101     private_subnet_cidr: 192.168.150.0/24
102     router_name: tempest-router
103     use_custom_images: False
104     use_custom_flavors: False
105
106 rally:
107     deployment_name: opnfv-rally
108     network_name: rally-net
109     subnet_name: rally-subnet
110     subnet_cidr: 192.168.140.0/24
111     router_name: rally-router
112
113 vIMS:
114     general:
115         tenant_name: vIMS
116         tenant_description: vIMS Functionality Testing
117         images:
118             ubuntu:
119                 image_url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
120                 image_name: ubuntu_14.04
121             centos:
122                 image_url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2
123                 image_name: centos_7
124     cloudify:
125         blueprint:
126             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
127             branch: "3.3.1-build"
128         requierments:
129             ram_min: 3000
130             os_image: centos_7
131         inputs:
132             keystone_username: ""
133             keystone_password: ""
134             keystone_tenant_name: ""
135             keystone_url: ""
136             manager_public_key_name: 'manager-kp'
137             agent_public_key_name: 'agent-kp'
138             image_id: ""
139             flavor_id: "3"
140             external_network_name: ""
141             ssh_user: centos
142             agents_user: ubuntu
143     clearwater:
144         blueprint:
145             file_name: 'openstack-blueprint.yaml'
146             name: "clearwater-opnfv"
147             destination_folder: "opnfv-cloudify-clearwater"
148             url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git
149             branch: "stable"
150         deployment-name: 'clearwater-opnfv'
151         requierments:
152             ram_min: 1700
153             os_image: ubuntu_14.04
154         inputs:
155             image_id: ''
156             flavor_id: ''
157             agent_user: 'ubuntu'
158             external_network_name: ''
159             public_domain: clearwater.opnfv
160 ONOS:
161     general:
162         onosbench_username: 'root'
163         onosbench_password: 'root'
164         onoscli_username: 'root'
165         onoscli_password: 'root'
166         runtimeout: 300
167     environment:
168         OCT: '10.20.0.1'
169         OC1: '10.20.0.7'
170         OC2: '10.20.0.7'
171         OC3: '10.20.0.7'
172         OCN: '10.20.0.4'
173         OCN2: '10.20.0.5'
174         installer_master: '10.20.0.2'
175         installer_master_username: 'root'
176         installer_master_password: 'r00tme'
177 multisite:
178     fuel:
179         installer_username: 'root'
180         installer_password: 'r00tme'
181     compass:
182         installer_username: 'root'
183         installer_password: 'root'
184         multisite_controller_ip: '10.1.0.50'
185 promise:
186     tenant_name: promise
187     tenant_description: promise Functionality Testing
188     user_name: promiser
189     user_pwd: test
190     image_name: promise-img
191     flavor_name: promise-flavor
192     flavor_vcpus: 1
193     flavor_ram: 128
194     flavor_disk: 0
195     network_name: promise-net
196     subnet_name: promise-subnet
197     subnet_cidr: 192.168.121.0/24
198     router_name: promise-router
199
200 example:
201     vm_name: example-vm
202     flavor: m1.small
203     image_name: functest-example-vm
204     private_net_name: example-net
205     private_subnet_name: example-subnet
206     private_subnet_cidr: 192.168.170.0/24
207     router_name: example-router
208     sg_name: example-sg
209     sg_desc: Example Security group
210
211 results:
212     test_db_url: http://testresults.opnfv.org/test/api/v1