f6cb14cb1877c66ccf87a01c7538d56b1b730efe
[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         repo_promise:       /home/opnfv/repos/promise
24         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_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.json
34         functest_conf:      /home/opnfv/functest/conf
35         functest_data:      /home/opnfv/functest/data
36         dir_vIMS_data:      /home/opnfv/functest/data/vIMS/
37         rally_inst:         /home/opnfv/.rally
38
39     openstack:
40         creds: /home/opnfv/functest/conf/openstack.creds
41         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
42
43         image_name: Cirros-0.3.4
44         image_file_name:  cirros-0.3.4-x86_64-disk.img
45         image_disk_format:  qcow2
46
47         flavor_name: opnfv_flavor
48         flavor_ram: 512
49         flavor_disk: 1
50         flavor_vcpus: 1
51
52         # Private network for functest. Will be created by config_functest.py
53         neutron_private_net_name: functest-net
54         neutron_private_subnet_name: functest-subnet
55         neutron_private_subnet_cidr: 192.168.120.0/24
56         neutron_private_subnet_start: 192.168.120.2
57         neutron_private_subnet_end: 192.168.120.254
58         neutron_private_subnet_gateway: 192.168.120.254
59         neutron_router_name: functest-router
60
61     functest:
62         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
63
64 healthcheck:
65     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
66     disk_format: qcow2
67     wait_time: 60
68
69 snaps:
70     use_keystone: True
71     use_floating_ips: False
72
73 vping:
74     ping_timeout:   200
75     vm_flavor: m1.tiny # adapt to your environment
76     vm_name_1: opnfv-vping-1
77     vm_name_2: opnfv-vping-2
78     image_name: functest-vping
79     private_net_name: vping-net
80     private_subnet_name: vping-subnet
81     private_subnet_cidr: 192.168.130.0/24
82     router_name: vping-router
83     sg_name: vPing-sg
84     sg_desc: Security group for vPing test case
85
86 onos_sfc:
87     image_base_url: http://artifacts.opnfv.org/sfc/demo
88     image_name: TestSfcVm
89     image_file_name: firewall_block_image.img
90
91 tempest:
92     deployment_name: opnfv-tempest
93     identity:
94         tenant_name: tempest
95         tenant_description: Tenant for Tempest test suite
96         user_name: tempest
97         user_password: tempest
98     validation:
99         ssh_timeout: 130
100     object_storage:
101         operator_role: SwiftOperator
102     private_net_name: tempest-net
103     private_subnet_name: tempest-subnet
104     private_subnet_cidr: 192.168.150.0/24
105     router_name: tempest-router
106     use_custom_images: False
107     use_custom_flavors: False
108
109 rally:
110     deployment_name: opnfv-rally
111     network_name: rally-net
112     subnet_name: rally-subnet
113     subnet_cidr: 192.168.140.0/24
114     router_name: rally-router
115
116 vnf:
117     aaa:
118         tenant_name: aaa
119         tenant_description: Freeradius server
120         tenant_images: {}
121     juju_epc:
122         tenant_name: epc
123         tenant_description: OAI EPC deployed with Juju
124         tenant_images: {}
125     cloudify_ims:
126         tenant_name: cloudify_ims
127         tenant_description: vIMS
128         tenant_images:
129             ubuntu_14.04: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
130             centos_7: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2
131         cloudify:
132             blueprint:
133                 url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
134                 branch: "3.3.1-build"
135             requierments:
136                 ram_min: 3000
137                 os_image: centos_7
138             inputs:
139                 keystone_username: ""
140                 keystone_password: ""
141                 keystone_tenant_name: ""
142                 keystone_url: ""
143                 manager_public_key_name: 'manager-kp'
144                 agent_public_key_name: 'agent-kp'
145                 image_id: ""
146                 flavor_id: "3"
147                 external_network_name: ""
148                 ssh_user: centos
149                 agents_user: ubuntu
150         clearwater:
151             blueprint:
152                 file_name: 'openstack-blueprint.yaml'
153                 name: "clearwater-opnfv"
154                 destination_folder: "opnfv-cloudify-clearwater"
155                 url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git
156                 branch: "stable"
157             deployment_name: 'clearwater-opnfv'
158             requirements:
159                 ram_min: 1700
160                 os_image: ubuntu_14.04
161             inputs:
162                 image_id: ''
163                 flavor_id: ''
164                 agent_user: 'ubuntu'
165                 external_network_name: ''
166                 public_domain: clearwater.opnfv
167     orchestra_ims:
168         tenant_name: orchestra_ims
169         tenant_description: ims deployed with openbaton
170     opera_ims:
171         tenant_name: opera_ims
172         tenant_description: ims deployed with open-o
173
174 ONOS:
175     general:
176         onosbench_username: 'root'
177         onosbench_password: 'root'
178         onoscli_username: 'root'
179         onoscli_password: 'root'
180         runtimeout: 300
181     environment:
182         OCT: '10.20.0.1'
183         OC1: '10.20.0.7'
184         OC2: '10.20.0.7'
185         OC3: '10.20.0.7'
186         OCN: '10.20.0.4'
187         OCN2: '10.20.0.5'
188         installer_master: '10.20.0.2'
189         installer_master_username: 'root'
190         installer_master_password: 'r00tme'
191 multisite:
192     fuel:
193         installer_username: 'root'
194         installer_password: 'r00tme'
195     compass:
196         installer_username: 'root'
197         installer_password: 'root'
198         multisite_controller_ip: '10.1.0.50'
199 promise:
200     tenant_name: promise
201     tenant_description: promise Functionality Testing
202     user_name: promiser
203     user_pwd: test
204     image_name: promise-img
205     flavor_name: promise-flavor
206     flavor_vcpus: 1
207     flavor_ram: 128
208     flavor_disk: 0
209     network_name: promise-net
210     subnet_name: promise-subnet
211     subnet_cidr: 192.168.121.0/24
212     router_name: promise-router
213
214 example:
215     vm_name: example-vm
216     flavor: m1.small
217     image_name: functest-example-vm
218     private_net_name: example-net
219     private_subnet_name: example-subnet
220     private_subnet_cidr: 192.168.170.0/24
221     router_name: example-router
222     sg_name: example-sg
223     sg_desc: Example Security group
224
225 results:
226     test_db_url: http://testresults.opnfv.org/test/api/v1