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