Merge "Updated vims to support keystone v3"
[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         dir_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         dir_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         dir_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     identity:
92         tenant_name: tempest
93         tenant_description: Tenant for Tempest test suite
94         user_name: tempest
95         user_password: tempest
96     validation:
97         ssh_timeout: 130
98     private_net_name: tempest-net
99     private_subnet_name: tempest-subnet
100     private_subnet_cidr: 192.168.150.0/24
101     router_name: tempest-router
102     use_custom_images: False
103     use_custom_flavors: False
104
105 rally:
106     deployment_name: opnfv-rally
107     network_name: rally-net
108     subnet_name: rally-subnet
109     subnet_cidr: 192.168.140.0/24
110     router_name: rally-router
111
112 vIMS:
113     general:
114         tenant_name: vIMS
115         tenant_description: vIMS Functionality Testing
116         images:
117             ubuntu:
118                 image_url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
119                 image_name: ubuntu_14.04
120             centos:
121                 image_url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2
122                 image_name: centos_7
123     cloudify:
124         blueprint:
125             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
126             branch: "3.3.1-build"
127         requierments:
128             ram_min: 3000
129             os_image: centos_7
130         inputs:
131             keystone_username: ""
132             keystone_password: ""
133             keystone_tenant_name: ""
134             keystone_url: ""
135             manager_public_key_name: 'manager-kp'
136             agent_public_key_name: 'agent-kp'
137             image_id: ""
138             flavor_id: "3"
139             external_network_name: ""
140             ssh_user: centos
141             agents_user: ubuntu
142     clearwater:
143         blueprint:
144             file_name: 'openstack-blueprint.yaml'
145             name: "clearwater-opnfv"
146             destination_folder: "opnfv-cloudify-clearwater"
147             url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git
148             branch: "stable"
149         deployment-name: 'clearwater-opnfv'
150         requierments:
151             ram_min: 1700
152             os_image: ubuntu_14.04
153         inputs:
154             image_id: ''
155             flavor_id: ''
156             agent_user: 'ubuntu'
157             external_network_name: ''
158             public_domain: clearwater.opnfv
159 ONOS:
160     general:
161         onosbench_username: 'root'
162         onosbench_password: 'root'
163         onoscli_username: 'root'
164         onoscli_password: 'root'
165         runtimeout: 300
166     environment:
167         OCT: '10.20.0.1'
168         OC1: '10.20.0.7'
169         OC2: '10.20.0.7'
170         OC3: '10.20.0.7'
171         OCN: '10.20.0.4'
172         OCN2: '10.20.0.5'
173         installer_master: '10.20.0.2'
174         installer_master_username: 'root'
175         installer_master_password: 'r00tme'
176 multisite:
177     fuel:
178         installer_username: 'root'
179         installer_password: 'r00tme'
180     compass:
181         installer_username: 'root'
182         installer_password: 'root'
183         multisite_controller_ip: '10.1.0.50'
184 promise:
185     tenant_name: promise
186     tenant_description: promise Functionality Testing
187     user_name: promiser
188     user_pwd: test
189     image_name: promise-img
190     flavor_name: promise-flavor
191     flavor_vcpus: 1
192     flavor_ram: 128
193     flavor_disk: 0
194     network_name: promise-net
195     subnet_name: promise-subnet
196     subnet_cidr: 192.168.121.0/24
197     router_name: promise-router
198
199 example:
200     example_vm_name: example-vm
201     example_flavor: m1.small
202     example_image_name: functest-example-vm
203     example_private_net_name: example-net
204     example_private_subnet_name: example-subnet
205     example_private_subnet_cidr: 192.168.170.0/24
206     example_router_name: example-router
207     example_sg_name: example-sg
208     example_sg_descr: Example Security group
209
210 results:
211     test_db_url: http://testresults.opnfv.org/test/api/v1