Add VnfOnBoarding Abstraction
[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         dir_repo_promise:   /home/opnfv/repos/promise
24         dir_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         functest:           /home/opnfv/functest
31         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
32         results:            /home/opnfv/functest/results
33         functest_conf:      /home/opnfv/functest/conf
34         functest_data:      /home/opnfv/functest/data
35         dir_vIMS_data:      /home/opnfv/functest/data/vIMS/
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     identity:
92         tenant_name: tempest
93         tenant_description: Tenant for Tempest test suite
94         user_name: tempest
95         user_password: tempest
96     validation:
97         ssh_timeout: 130
98     private_net_name: tempest-net
99     private_subnet_name: tempest-subnet
100     private_subnet_cidr: 192.168.150.0/24
101     router_name: tempest-router
102     use_custom_images: False
103     use_custom_flavors: False
104
105 rally:
106     deployment_name: opnfv-rally
107     network_name: rally-net
108     subnet_name: rally-subnet
109     subnet_cidr: 192.168.140.0/24
110     router_name: rally-router
111
112 vnf:
113     aaa:
114         tenant_name: aaa
115         tenant_description: Freeradius server
116         tenant_images: {}
117     juju_epc:
118         tenant_name: epc
119         tenant_description: OAI EPC deployed with Juju
120         tenant_images: {}
121     cloudify_ims:
122         tenant_name: cloudify_ims
123         tenant_description: vIMS
124         tenant_images:
125             ubuntu_14.04: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
126             centos_7: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2
127         cloudify:
128             blueprint:
129                 url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
130                 branch: "3.3.1-build"
131             requierments:
132                 ram_min: 3000
133                 os_image: centos_7
134             inputs:
135                 keystone_username: ""
136                 keystone_password: ""
137                 keystone_tenant_name: ""
138                 keystone_url: ""
139                 manager_public_key_name: 'manager-kp'
140                 agent_public_key_name: 'agent-kp'
141                 image_id: ""
142                 flavor_id: "3"
143                 external_network_name: ""
144                 ssh_user: centos
145                 agents_user: ubuntu
146         clearwater:
147             blueprint:
148                 file_name: 'openstack-blueprint.yaml'
149                 name: "clearwater-opnfv"
150                 destination_folder: "opnfv-cloudify-clearwater"
151                 url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git
152                 branch: "stable"
153             deployment_name: 'clearwater-opnfv'
154             requirements:
155                 ram_min: 1700
156                 os_image: ubuntu_14.04
157             inputs:
158                 image_id: ''
159                 flavor_id: ''
160                 agent_user: 'ubuntu'
161                 external_network_name: ''
162                 public_domain: clearwater.opnfv
163     orchestra_ims:
164         tenant_name: orchestra_ims
165         tenant_description: ims deployed with openbaton
166     opera_ims:
167         tenant_name: opera_ims
168         tenant_description: ims deployed with open-o
169
170 ONOS:
171     general:
172         onosbench_username: 'root'
173         onosbench_password: 'root'
174         onoscli_username: 'root'
175         onoscli_password: 'root'
176         runtimeout: 300
177     environment:
178         OCT: '10.20.0.1'
179         OC1: '10.20.0.7'
180         OC2: '10.20.0.7'
181         OC3: '10.20.0.7'
182         OCN: '10.20.0.4'
183         OCN2: '10.20.0.5'
184         installer_master: '10.20.0.2'
185         installer_master_username: 'root'
186         installer_master_password: 'r00tme'
187 multisite:
188     fuel:
189         installer_username: 'root'
190         installer_password: 'r00tme'
191     compass:
192         installer_username: 'root'
193         installer_password: 'root'
194         multisite_controller_ip: '10.1.0.50'
195 promise:
196     tenant_name: promise
197     tenant_description: promise Functionality Testing
198     user_name: promiser
199     user_pwd: test
200     image_name: promise-img
201     flavor_name: promise-flavor
202     flavor_vcpus: 1
203     flavor_ram: 128
204     flavor_disk: 0
205     network_name: promise-net
206     subnet_name: promise-subnet
207     subnet_cidr: 192.168.121.0/24
208     router_name: promise-router
209
210 example:
211     vm_name: example-vm
212     flavor: m1.small
213     image_name: functest-example-vm
214     private_net_name: example-net
215     private_subnet_name: example-subnet
216     private_subnet_cidr: 192.168.170.0/24
217     router_name: example-router
218     sg_name: example-sg
219     sg_desc: Example Security group
220
221 results:
222     test_db_url: http://testresults.opnfv.org/test/api/v1