Merge "Reverted the file permission"
[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         repo_vims_test:     /home/opnfv/repos/vnfs/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 vnf:
114     aaa:
115         tenant_name: aaa
116         tenant_description: Freeradius server
117         tenant_images: {}
118     juju_epc:
119         tenant_name: epc
120         tenant_description: OAI EPC deployed with Juju
121         tenant_images: {}
122     cloudify_ims:
123         tenant_name: cloudify_ims
124         tenant_description: vIMS
125         tenant_images:
126             ubuntu_14.04: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
127             centos_7: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2
128         cloudify:
129             blueprint:
130                 url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
131                 branch: "3.3.1-build"
132             requierments:
133                 ram_min: 3000
134                 os_image: centos_7
135             inputs:
136                 keystone_username: ""
137                 keystone_password: ""
138                 keystone_tenant_name: ""
139                 keystone_url: ""
140                 manager_public_key_name: 'manager-kp'
141                 agent_public_key_name: 'agent-kp'
142                 image_id: ""
143                 flavor_id: "3"
144                 external_network_name: ""
145                 ssh_user: centos
146                 agents_user: ubuntu
147         clearwater:
148             blueprint:
149                 file_name: 'openstack-blueprint.yaml'
150                 name: "clearwater-opnfv"
151                 destination_folder: "opnfv-cloudify-clearwater"
152                 url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git
153                 branch: "stable"
154             deployment_name: 'clearwater-opnfv'
155             requirements:
156                 ram_min: 1700
157                 os_image: ubuntu_14.04
158             inputs:
159                 image_id: ''
160                 flavor_id: ''
161                 agent_user: 'ubuntu'
162                 external_network_name: ''
163                 public_domain: clearwater.opnfv
164     orchestra_ims:
165         tenant_name: orchestra_ims
166         tenant_description: ims deployed with openbaton
167     opera_ims:
168         tenant_name: opera_ims
169         tenant_description: ims deployed with open-o
170
171 ONOS:
172     general:
173         onosbench_username: 'root'
174         onosbench_password: 'root'
175         onoscli_username: 'root'
176         onoscli_password: 'root'
177         runtimeout: 300
178     environment:
179         OCT: '10.20.0.1'
180         OC1: '10.20.0.7'
181         OC2: '10.20.0.7'
182         OC3: '10.20.0.7'
183         OCN: '10.20.0.4'
184         OCN2: '10.20.0.5'
185         installer_master: '10.20.0.2'
186         installer_master_username: 'root'
187         installer_master_password: 'r00tme'
188 multisite:
189     fuel:
190         installer_username: 'root'
191         installer_password: 'r00tme'
192     compass:
193         installer_username: 'root'
194         installer_password: 'root'
195         multisite_controller_ip: '10.1.0.50'
196 promise:
197     tenant_name: promise
198     tenant_description: promise Functionality Testing
199     user_name: promiser
200     user_pwd: test
201     image_name: promise-img
202     flavor_name: promise-flavor
203     flavor_vcpus: 1
204     flavor_ram: 128
205     flavor_disk: 0
206     network_name: promise-net
207     subnet_name: promise-subnet
208     subnet_cidr: 192.168.121.0/24
209     router_name: promise-router
210
211 example:
212     vm_name: example-vm
213     flavor: m1.small
214     image_name: functest-example-vm
215     private_net_name: example-net
216     private_subnet_name: example-subnet
217     private_subnet_cidr: 192.168.170.0/24
218     router_name: example-router
219     sg_name: example-sg
220     sg_desc: Example Security group
221
222 results:
223     test_db_url: http://testresults.opnfv.org/test/api/v1