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