Merge "Logic to trigger Security Scan project"
[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_vIMS:          functest/opnfv_tests/vnf/ims
9         dir_onos:          functest/opnfv_tests/sdn/onos/teston
10         dir_onos_sfc:      functest/opnfv_tests/sdn/onos/sfc
11
12         # Absolute path
13         home:               /home/opnfv
14         repos:              /home/opnfv/repos
15         repo_functest:      /home/opnfv/repos/functest
16         dir_repo_rally:     /home/opnfv/repos/rally
17         repo_tempest:       /home/opnfv/repos/tempest
18         dir_repo_releng:    /home/opnfv/repos/releng
19         repo_vims_test:     /home/opnfv/repos/vnfs/vims-test
20         repo_sdnvpn:        /home/opnfv/repos/sdnvpn
21         repo_sfc:           /home/opnfv/repos/sfc
22         dir_repo_onos:      /home/opnfv/repos/onos
23         repo_promise:       /home/opnfv/repos/promise
24         repo_doctor:        /home/opnfv/repos/doctor
25         repo_copper:        /home/opnfv/repos/copper
26         dir_repo_ovno:      /home/opnfv/repos/ovno
27         repo_parser:        /home/opnfv/repos/parser
28         repo_domino:        /home/opnfv/repos/domino
29         repo_snaps:         /home/opnfv/repos/snaps
30         repo_securityscan:  /home/opnfv/repos/securityscanning
31         functest:           /home/opnfv/functest
32         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
33         results:            /home/opnfv/functest/results
34         functest_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.json
35         functest_conf:      /home/opnfv/functest/conf
36         functest_data:      /home/opnfv/functest/data
37         dir_vIMS_data:      /home/opnfv/functest/data/vIMS/
38         rally_inst:         /home/opnfv/.rally
39
40     openstack:
41         creds: /home/opnfv/functest/conf/openstack.creds
42         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
43
44         image_name: Cirros-0.3.4
45         image_file_name:  cirros-0.3.4-x86_64-disk.img
46         image_disk_format:  qcow2
47
48         flavor_name: opnfv_flavor
49         flavor_ram: 512
50         flavor_disk: 1
51         flavor_vcpus: 1
52
53         # Private network for functest. Will be created by config_functest.py
54         neutron_private_net_name: functest-net
55         neutron_private_subnet_name: functest-subnet
56         neutron_private_subnet_cidr: 192.168.120.0/24
57         neutron_private_subnet_start: 192.168.120.2
58         neutron_private_subnet_end: 192.168.120.254
59         neutron_private_subnet_gateway: 192.168.120.254
60         neutron_router_name: functest-router
61
62     functest:
63         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
64
65 healthcheck:
66     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
67     disk_format: qcow2
68     wait_time: 60
69
70 snaps:
71     use_keystone: True
72     use_floating_ips: False
73
74 vping:
75     ping_timeout:   200
76     vm_flavor: m1.tiny # adapt to your environment
77     vm_name_1: opnfv-vping-1
78     vm_name_2: opnfv-vping-2
79     image_name: functest-vping
80     private_net_name: vping-net
81     private_subnet_name: vping-subnet
82     private_subnet_cidr: 192.168.130.0/24
83     router_name: vping-router
84     sg_name: vPing-sg
85     sg_desc: Security group for vPing test case
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 tempest:
93     deployment_name: opnfv-tempest
94     identity:
95         tenant_name: tempest
96         tenant_description: Tenant for Tempest test suite
97         user_name: tempest
98         user_password: tempest
99     validation:
100         ssh_timeout: 130
101     object_storage:
102         operator_role: SwiftOperator
103     private_net_name: tempest-net
104     private_subnet_name: tempest-subnet
105     private_subnet_cidr: 192.168.150.0/24
106     router_name: tempest-router
107     use_custom_images: False
108     use_custom_flavors: False
109
110 rally:
111     deployment_name: opnfv-rally
112     network_name: rally-net
113     subnet_name: rally-subnet
114     subnet_cidr: 192.168.140.0/24
115     router_name: rally-router
116
117 vnf:
118     aaa:
119         tenant_name: aaa
120         tenant_description: Freeradius server
121         tenant_images: {}
122     juju_epc:
123         tenant_name: epc
124         tenant_description: OAI EPC deployed with Juju
125         tenant_images: {}
126     cloudify_ims:
127         tenant_name: cloudify_ims
128         tenant_description: vIMS
129         tenant_images:
130             ubuntu_14.04: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
131             centos_7: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2
132         cloudify:
133             blueprint:
134                 url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
135                 branch: "3.3.1-build"
136             requierments:
137                 ram_min: 3000
138                 os_image: centos_7
139             inputs:
140                 keystone_username: ""
141                 keystone_password: ""
142                 keystone_tenant_name: ""
143                 keystone_url: ""
144                 manager_public_key_name: 'manager-kp'
145                 agent_public_key_name: 'agent-kp'
146                 image_id: ""
147                 flavor_id: "3"
148                 external_network_name: ""
149                 ssh_user: centos
150                 agents_user: ubuntu
151         clearwater:
152             blueprint:
153                 file_name: 'openstack-blueprint.yaml'
154                 name: "clearwater-opnfv"
155                 destination_folder: "opnfv-cloudify-clearwater"
156                 url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git
157                 branch: "stable"
158             deployment_name: 'clearwater-opnfv'
159             requirements:
160                 ram_min: 1700
161                 os_image: ubuntu_14.04
162             inputs:
163                 image_id: ''
164                 flavor_id: ''
165                 agent_user: 'ubuntu'
166                 external_network_name: ''
167                 public_domain: clearwater.opnfv
168     orchestra_ims:
169         tenant_name: orchestra_ims
170         tenant_description: ims deployed with openbaton
171     opera_ims:
172         tenant_name: opera_ims
173         tenant_description: ims deployed with open-o
174
175 ONOS:
176     general:
177         onosbench_username: 'root'
178         onosbench_password: 'root'
179         onoscli_username: 'root'
180         onoscli_password: 'root'
181         runtimeout: 300
182     environment:
183         OCT: '10.20.0.1'
184         OC1: '10.20.0.7'
185         OC2: '10.20.0.7'
186         OC3: '10.20.0.7'
187         OCN: '10.20.0.4'
188         OCN2: '10.20.0.5'
189         installer_master: '10.20.0.2'
190         installer_master_username: 'root'
191         installer_master_password: 'r00tme'
192 multisite:
193     fuel:
194         installer_username: 'root'
195         installer_password: 'r00tme'
196     compass:
197         installer_username: 'root'
198         installer_password: 'root'
199         multisite_controller_ip: '10.1.0.50'
200 promise:
201     tenant_name: promise
202     tenant_description: promise Functionality Testing
203     user_name: promiser
204     user_pwd: test
205     image_name: promise-img
206     flavor_name: promise-flavor
207     flavor_vcpus: 1
208     flavor_ram: 128
209     flavor_disk: 0
210     network_name: promise-net
211     subnet_name: promise-subnet
212     subnet_cidr: 192.168.121.0/24
213     router_name: promise-router
214
215 example:
216     vm_name: example-vm
217     flavor: m1.small
218     image_name: functest-example-vm
219     private_net_name: example-net
220     private_subnet_name: example-subnet
221     private_subnet_cidr: 192.168.170.0/24
222     router_name: example-router
223     sg_name: example-sg
224     sg_desc: Example Security group
225
226 results:
227     test_db_url: http://testresults.opnfv.org/test/api/v1