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