add orchestra_clearwaterims testcase
[functest.git] / functest / ci / config_functest.yaml
1 general:
2     dir:
3         home:               /home/opnfv
4         repos:              /home/opnfv/repos
5         dir_repo_rally:     /home/opnfv/repos/rally
6         repo_tempest:       /src/tempest
7         dir_repo_releng:    /home/opnfv/repos/releng
8         repo_vims_test:     /home/opnfv/repos/vnfs/vims-test
9         repo_onos:          /home/opnfv/repos/onos
10         repo_netready:      /home/opnfv/repos/netready
11         repo_barometer:     /home/opnfv/repos/barometer
12         repo_doctor:        /home/opnfv/repos/doctor
13         repo_odl_test:      /src/odl_test
14         repo_fds:           /src/fds
15         repo_securityscan:  /home/opnfv/repos/securityscanning
16         repo_vrouter:       /home/opnfv/repos/vnfs/vrouter
17         functest:           /home/opnfv/functest
18         results:            /home/opnfv/functest/results
19         functest_conf:      /home/opnfv/functest/conf
20         functest_data:      /home/opnfv/functest/data
21         ims_data:           /home/opnfv/functest/data/ims/
22         functest_images:    /home/opnfv/functest/images
23         rally_inst:         /root/.rally
24
25     openstack:
26         creds: /home/opnfv/functest/conf/openstack.creds
27         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
28
29         image_name: Cirros-0.3.5
30         image_name_alt: Cirros-0.3.5-1
31         image_file_name:  cirros-0.3.5-x86_64-disk.img
32         image_url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
33         image_user: cirros
34         image_disk_format:  qcow2
35         image_username:  cirros
36         image_password:  cubswin:)
37
38         flavor_name: opnfv_flavor
39         flavor_name_alt: opnfv_flavor_1
40         flavor_ram: 512
41         flavor_disk: 1
42         flavor_vcpus: 1
43
44         # Private network for functest. Will be created by config_functest.py
45         neutron_private_net_name: functest-net
46         neutron_private_subnet_name: functest-subnet
47         neutron_private_subnet_cidr: 192.168.120.0/24
48         neutron_private_subnet_start: 192.168.120.2
49         neutron_private_subnet_end: 192.168.120.254
50         neutron_private_subnet_gateway: 192.168.120.254
51         neutron_router_name: functest-router
52
53 snaps:
54     use_keystone: True
55     use_floating_ips: True
56     images:
57       glance_tests:
58         disk_file: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img
59       cirros:
60         disk_file: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img
61       ubuntu:
62         disk_file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img
63       centos:
64         disk_file: /home/opnfv/functest/images/CentOS-7-x86_64-GenericCloud.qcow2
65
66 vping:
67     ping_timeout:   200
68     vm_flavor: m1.tiny # adapt to your environment
69     vm_name_1: opnfv-vping-1
70     vm_name_2: opnfv-vping-2
71     image_name: functest-vping
72     private_net_name: vping-net
73     private_subnet_name: vping-subnet
74     private_subnet_cidr: 192.168.130.0/24
75     router_name: vping-router
76     sg_name: vPing-sg
77     sg_desc: Security group for vPing test case
78     keypair_name: vPing-keypair
79     keypair_priv_file: /tmp/vPing-keypair
80     keypair_pub_file: /tmp/vPing-keypair.pub
81     vm_boot_timeout: 180
82     vm_delete_timeout: 100
83     vm_ssh_connect_timeout: 60
84     cleanup_objects: True
85     unique_names: True
86
87 onos_sfc:
88     image_base_url: http://artifacts.opnfv.org/sfc/demo
89     image_name: TestSfcVm
90     image_file_name: firewall_block_image.img
91
92 odl_sfc:
93     image_base_url: "http://artifacts.opnfv.org/sfc/images"
94     image_name: sfc_nsh_danube
95     image_file_name: sfc_nsh_danube.qcow2
96     image_format: qcow2
97
98 tempest:
99     deployment_name: opnfv-tempest
100     identity:
101         tenant_name: tempest
102         tenant_description: Tenant for Tempest test suite
103         user_name: tempest
104         user_password: Tempest123!
105     validation:
106         ssh_timeout: 130
107     object_storage:
108         operator_role: SwiftOperator
109     private_net_name: tempest-net
110     private_subnet_name: tempest-subnet
111     private_subnet_cidr: 192.168.150.0/24
112     router_name: tempest-router
113     use_custom_images: True
114     use_custom_flavors: False
115     volume_device_name: vdc
116
117 rally:
118     deployment_name: opnfv-rally
119     network_name: rally-net
120     subnet_name: rally-subnet
121     subnet_cidr: 192.168.140.0/24
122     router_name: rally-router
123
124 vnf:
125     aaa:
126         tenant_name: aaa
127         tenant_description: Freeradius server
128         tenant_images: {}
129     juju_epc:
130         tenant_name: epc
131         tenant_description: OAI EPC deployed with Juju
132         tenant_images: {}
133     cloudify_ims:
134         tenant_name: cloudify_ims
135         tenant_description: vIMS
136         config: cloudify_ims.yaml
137     orchestra_openims:
138         tenant_name: orchestra_openims
139         tenant_description: OpenIMS deployed with Open Baton
140         config: orchestra.yaml
141     orchestra_clearwaterims:
142         tenant_name: orchestra_clearwaterims
143         tenant_description: Clearwater IMS deployed with Open Baton
144         config: orchestra.yaml
145     opera_ims:
146         tenant_name: opera_ims
147         tenant_description: ims deployed with open-o
148
149 ONOS:
150     general:
151         onosbench_username: 'root'
152         onosbench_password: 'root'
153         onoscli_username: 'root'
154         onoscli_password: 'root'
155         runtimeout: 300
156     environment:
157         OCT: '10.20.0.1'
158         OC1: '10.20.0.7'
159         OC2: '10.20.0.7'
160         OC3: '10.20.0.7'
161         OCN: '10.20.0.4'
162         OCN2: '10.20.0.5'
163         installer_master: '10.20.0.2'
164         installer_master_username: 'root'
165         installer_master_password: 'r00tme'
166 multisite:
167     fuel:
168         installer_username: 'root'
169         installer_password: 'r00tme'
170     compass:
171         installer_username: 'root'
172         installer_password: 'root'
173         multisite_controller_ip: '10.1.0.50'
174 promise:
175     tenant_name: promise
176     tenant_description: promise Functionality Testing
177     user_name: promiser
178     user_pwd: test
179     image_name: promise-img
180     flavor_name: promise-flavor
181     flavor_vcpus: 1
182     flavor_ram: 128
183     flavor_disk: 0
184     network_name: promise-net
185     subnet_name: promise-subnet
186     subnet_cidr: 192.168.121.0/24
187     router_name: promise-router
188
189 example:
190     vm_name: example-vm
191     flavor: m1.small
192     image_name: functest-example-vm
193     private_net_name: example-net
194     private_subnet_name: example-subnet
195     private_subnet_cidr: 192.168.170.0/24
196     router_name: example-router
197     sg_name: example-sg
198     sg_desc: Example Security group
199
200 results:
201     # you can also set a file (e.g. /home/opnfv/functest/results/dump.txt) to dump results
202     # test_db_url: file:///home/opnfv/functest/results/dump.txt
203     test_db_url: http://testresults.opnfv.org/test/api/v1/results
204
205 energy_recorder:
206     api_url: http://energy.opnfv.fr/resources
207     api_user: ""
208     api_password: ""