b3912b8a58355c29553bde4aa80c1c877e4f303a
[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         onos:              functest/opnfv_tests/sdn/onos/teston
9         onos_sfc:          functest/opnfv_tests/sdn/onos/sfc
10
11         # Absolute path
12         home:               /home/opnfv
13         repos:              /home/opnfv/repos
14         repo_functest:      /home/opnfv/repos/functest
15         dir_repo_rally:     /home/opnfv/repos/rally
16         repo_tempest:       /home/opnfv/repos/tempest
17         dir_repo_releng:    /home/opnfv/repos/releng
18         repo_vims_test:     /home/opnfv/repos/vnfs/vims-test
19         repo_sdnvpn:        /home/opnfv/repos/sdnvpn
20         repo_sfc:           /home/opnfv/repos/sfc
21         repo_onos:          /home/opnfv/repos/onos
22         repo_promise:       /home/opnfv/repos/promise
23         repo_netready:      /home/opnfv/repos/netready
24         repo_barometer:     /home/opnfv/repos/barometer
25         repo_doctor:        /home/opnfv/repos/doctor
26         repo_copper:        /home/opnfv/repos/copper
27         dir_repo_ovno:      /home/opnfv/repos/ovno
28         repo_parser:        /home/opnfv/repos/parser
29         repo_domino:        /home/opnfv/repos/domino
30         repo_snaps:         /home/opnfv/repos/snaps
31         repo_fds:           /home/opnfv/repos/fds
32         repo_securityscan:  /home/opnfv/repos/securityscanning
33         repo_vrouter:       /home/opnfv/repos/vnfs/vrouter
34         functest:           /home/opnfv/functest
35         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
36         results:            /home/opnfv/functest/results
37         functest_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.json
38         functest_conf:      /home/opnfv/functest/conf
39         functest_data:      /home/opnfv/functest/data
40         ims_data:           /home/opnfv/functest/data/ims/
41         rally_inst:         /home/opnfv/.rally
42         repo_kingbird:      /home/opnfv/repos/kingbird
43
44     openstack:
45         creds: /home/opnfv/functest/conf/openstack.creds
46         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
47
48         image_name: Cirros-0.3.5
49         image_file_name:  cirros-0.3.5-x86_64-disk.img
50         image_disk_format:  qcow2
51         image_username:  cirros
52         image_password:  cubswin:)
53
54         flavor_name: opnfv_flavor
55         flavor_ram: 512
56         flavor_disk: 1
57         flavor_vcpus: 1
58
59         # Private network for functest. Will be created by config_functest.py
60         neutron_private_net_name: functest-net
61         neutron_private_subnet_name: functest-subnet
62         neutron_private_subnet_cidr: 192.168.120.0/24
63         neutron_private_subnet_start: 192.168.120.2
64         neutron_private_subnet_end: 192.168.120.254
65         neutron_private_subnet_gateway: 192.168.120.254
66         neutron_router_name: functest-router
67
68     functest:
69         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
70
71 healthcheck:
72     disk_image: /home/opnfv/functest/data/cirros-0.3.5-x86_64-disk.img
73     disk_format: qcow2
74     wait_time: 60
75
76 snaps:
77     use_keystone: True
78     use_floating_ips: False
79
80 vping:
81     ping_timeout:   200
82     vm_flavor: m1.tiny # adapt to your environment
83     vm_name_1: opnfv-vping-1
84     vm_name_2: opnfv-vping-2
85     image_name: functest-vping
86     private_net_name: vping-net
87     private_subnet_name: vping-subnet
88     private_subnet_cidr: 192.168.130.0/24
89     router_name: vping-router
90     sg_name: vPing-sg
91     sg_desc: Security group for vPing test case
92
93 onos_sfc:
94     image_base_url: http://artifacts.opnfv.org/sfc/demo
95     image_name: TestSfcVm
96     image_file_name: firewall_block_image.img
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: tempest
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: False
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_ims:
138         tenant_name: orchestra_ims
139         tenant_description: ims deployed with openbaton
140         config: orchestra_ims.yaml
141     opera_ims:
142         tenant_name: opera_ims
143         tenant_description: ims deployed with open-o
144
145 ONOS:
146     general:
147         onosbench_username: 'root'
148         onosbench_password: 'root'
149         onoscli_username: 'root'
150         onoscli_password: 'root'
151         runtimeout: 300
152     environment:
153         OCT: '10.20.0.1'
154         OC1: '10.20.0.7'
155         OC2: '10.20.0.7'
156         OC3: '10.20.0.7'
157         OCN: '10.20.0.4'
158         OCN2: '10.20.0.5'
159         installer_master: '10.20.0.2'
160         installer_master_username: 'root'
161         installer_master_password: 'r00tme'
162 multisite:
163     fuel:
164         installer_username: 'root'
165         installer_password: 'r00tme'
166     compass:
167         installer_username: 'root'
168         installer_password: 'root'
169         multisite_controller_ip: '10.1.0.50'
170 promise:
171     tenant_name: promise
172     tenant_description: promise Functionality Testing
173     user_name: promiser
174     user_pwd: test
175     image_name: promise-img
176     flavor_name: promise-flavor
177     flavor_vcpus: 1
178     flavor_ram: 128
179     flavor_disk: 0
180     network_name: promise-net
181     subnet_name: promise-subnet
182     subnet_cidr: 192.168.121.0/24
183     router_name: promise-router
184
185 example:
186     vm_name: example-vm
187     flavor: m1.small
188     image_name: functest-example-vm
189     private_net_name: example-net
190     private_subnet_name: example-subnet
191     private_subnet_cidr: 192.168.170.0/24
192     router_name: example-router
193     sg_name: example-sg
194     sg_desc: Example Security group
195
196 results:
197     test_db_url: http://testresults.opnfv.org/test/api/v1