edae600cde783278e1be40b72b69e05a5eedc4e7
[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_onos:          functest/opnfv_tests/sdn/onos/teston
9         dir_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         dir_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_securityscan:  /home/opnfv/repos/securityscanning
32         functest:           /home/opnfv/functest
33         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
34         results:            /home/opnfv/functest/results
35         functest_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.json
36         functest_conf:      /home/opnfv/functest/conf
37         functest_data:      /home/opnfv/functest/data
38         ims_data:           /home/opnfv/functest/data/ims/
39         rally_inst:         /home/opnfv/.rally
40
41     openstack:
42         creds: /home/opnfv/functest/conf/openstack.creds
43         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
44
45         image_name: Cirros-0.3.4
46         image_file_name:  cirros-0.3.4-x86_64-disk.img
47         image_disk_format:  qcow2
48
49         flavor_name: opnfv_flavor
50         flavor_ram: 512
51         flavor_disk: 1
52         flavor_vcpus: 1
53
54         # Private network for functest. Will be created by config_functest.py
55         neutron_private_net_name: functest-net
56         neutron_private_subnet_name: functest-subnet
57         neutron_private_subnet_cidr: 192.168.120.0/24
58         neutron_private_subnet_start: 192.168.120.2
59         neutron_private_subnet_end: 192.168.120.254
60         neutron_private_subnet_gateway: 192.168.120.254
61         neutron_router_name: functest-router
62
63     functest:
64         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
65
66 healthcheck:
67     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
68     disk_format: qcow2
69     wait_time: 60
70
71 snaps:
72     use_keystone: True
73     use_floating_ips: False
74
75 vping:
76     ping_timeout:   200
77     vm_flavor: m1.tiny # adapt to your environment
78     vm_name_1: opnfv-vping-1
79     vm_name_2: opnfv-vping-2
80     image_name: functest-vping
81     private_net_name: vping-net
82     private_subnet_name: vping-subnet
83     private_subnet_cidr: 192.168.130.0/24
84     router_name: vping-router
85     sg_name: vPing-sg
86     sg_desc: Security group for vPing test case
87
88 onos_sfc:
89     image_base_url: http://artifacts.opnfv.org/sfc/demo
90     image_name: TestSfcVm
91     image_file_name: firewall_block_image.img
92
93 tempest:
94     deployment_name: opnfv-tempest
95     identity:
96         tenant_name: tempest
97         tenant_description: Tenant for Tempest test suite
98         user_name: tempest
99         user_password: tempest
100     validation:
101         ssh_timeout: 130
102     object_storage:
103         operator_role: SwiftOperator
104     private_net_name: tempest-net
105     private_subnet_name: tempest-subnet
106     private_subnet_cidr: 192.168.150.0/24
107     router_name: tempest-router
108     use_custom_images: False
109     use_custom_flavors: False
110
111 rally:
112     deployment_name: opnfv-rally
113     network_name: rally-net
114     subnet_name: rally-subnet
115     subnet_cidr: 192.168.140.0/24
116     router_name: rally-router
117
118 vnf:
119     aaa:
120         tenant_name: aaa
121         tenant_description: Freeradius server
122         tenant_images: {}
123     juju_epc:
124         tenant_name: epc
125         tenant_description: OAI EPC deployed with Juju
126         tenant_images: {}
127     cloudify_ims:
128         tenant_name: cloudify_ims
129         tenant_description: vIMS
130         config: cloudify_ims.yaml
131     orchestra_ims:
132         tenant_name: orchestra_ims
133         tenant_description: ims deployed with openbaton
134         config: orchestra_ims.yaml
135     opera_ims:
136         tenant_name: opera_ims
137         tenant_description: ims deployed with open-o
138
139 ONOS:
140     general:
141         onosbench_username: 'root'
142         onosbench_password: 'root'
143         onoscli_username: 'root'
144         onoscli_password: 'root'
145         runtimeout: 300
146     environment:
147         OCT: '10.20.0.1'
148         OC1: '10.20.0.7'
149         OC2: '10.20.0.7'
150         OC3: '10.20.0.7'
151         OCN: '10.20.0.4'
152         OCN2: '10.20.0.5'
153         installer_master: '10.20.0.2'
154         installer_master_username: 'root'
155         installer_master_password: 'r00tme'
156 multisite:
157     fuel:
158         installer_username: 'root'
159         installer_password: 'r00tme'
160     compass:
161         installer_username: 'root'
162         installer_password: 'root'
163         multisite_controller_ip: '10.1.0.50'
164 promise:
165     tenant_name: promise
166     tenant_description: promise Functionality Testing
167     user_name: promiser
168     user_pwd: test
169     image_name: promise-img
170     flavor_name: promise-flavor
171     flavor_vcpus: 1
172     flavor_ram: 128
173     flavor_disk: 0
174     network_name: promise-net
175     subnet_name: promise-subnet
176     subnet_cidr: 192.168.121.0/24
177     router_name: promise-router
178
179 example:
180     vm_name: example-vm
181     flavor: m1.small
182     image_name: functest-example-vm
183     private_net_name: example-net
184     private_subnet_name: example-subnet
185     private_subnet_cidr: 192.168.170.0/24
186     router_name: example-router
187     sg_name: example-sg
188     sg_desc: Example Security group
189
190 results:
191     test_db_url: http://testresults.opnfv.org/test/api/v1