ea502dacb6a984bb75e752552e9991b27a0cb9b9
[functest.git] / ci / config_functest.yaml
1 general:
2     directories:
3         # Relative to the path where the repo is cloned:
4         dir_vping:         testcases/OpenStack/vPing/
5         dir_odl:           testcases/Controllers/ODL/
6         dir_rally:         testcases/OpenStack/rally/
7         dir_tempest_cases: testcases/OpenStack/tempest/custom_tests/
8         dir_vIMS:          testcases/vIMS/
9         dir_onos:          testcases/Controllers/ONOS/Teston/
10
11         # Absolute path
12         dir_repos:          /home/opnfv/repos
13         dir_repo_functest:  /home/opnfv/repos/functest
14         dir_repo_rally:     /home/opnfv/repos/rally
15         dir_repo_tempest:   /home/opnfv/repos/tempest
16         dir_repo_releng:    /home/opnfv/repos/releng
17         dir_repo_vims_test: /home/opnfv/repos/vims-test
18         dir_repo_bgpvpn:    /home/opnfv/repos/bgpvpn
19         dir_repo_onos:      /home/opnfv/repos/onos
20         dir_repo_promise:   /home/opnfv/repos/promise
21         dir_repo_doctor:    /home/opnfv/repos/doctor
22         dir_repo_ovno:      /home/opnfv/repos/ovno
23         dir_functest:       /home/opnfv/functest
24         dir_results:        /home/opnfv/functest/results
25         dir_functest_conf:  /home/opnfv/functest/conf
26         dir_rally_res:      /home/opnfv/functest/results/rally/
27         dir_functest_data:  /home/opnfv/functest/data
28         dir_vIMS_data:      /home/opnfv/functest/data/vIMS
29         dir_rally_inst:     /home/opnfv/.rally
30
31     openstack:
32         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
33
34         image_name: Cirros-0.3.4
35         image_file_name:  cirros-0.3.4-x86_64-disk.img
36         image_disk_format:  qcow2
37
38         # Private network for functest. Will be created by config_functest.py
39         neutron_private_net_name: functest-net
40         neutron_private_subnet_name: functest-subnet
41         neutron_private_subnet_cidr: 192.168.120.0/24
42         neutron_private_subnet_start: 192.168.120.2
43         neutron_private_subnet_end: 192.168.120.254
44         neutron_private_subnet_gateway: 192.168.120.254
45         neutron_router_name: functest-router
46
47 vping:
48     ping_timeout:   200
49     vm_flavor: m1.small # adapt to your environment
50     vm_name_1: opnfv-vping-1
51     vm_name_2: opnfv-vping-2
52     image_name: functest-vping
53     vping_private_net_name: vping-net
54     vping_private_subnet_name: vping-subnet
55     vping_private_subnet_cidr: 192.168.130.0/24
56     vping_router_name: vping-router
57     vping_sg_name: vPing-sg
58     vping_sg_descr: Security group for vPing test case
59
60 tempest:
61     identity:
62         tenant_name: tempest
63         tenant_description: Tenant for Tempest test suite
64         user_name: tempest
65         user_password: tempest
66     private_net_name: tempest-net
67     private_subnet_name: tempest-subnet
68     private_subnet_cidr: 192.168.150.0/24
69     router_name: tempest-router
70
71 rally:
72     deployment_name: opnfv-rally
73     network_name: rally-net
74     subnet_name: rally-subnet
75     subnet_cidr: 192.168.140.0/24
76     router_name: rally-router
77
78 vIMS:
79     general:
80         tenant_name: vIMS
81         tenant_description: vIMS Functionality Testing
82         images:
83             ubuntu:
84                 image_url: 'http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img'
85                 image_name: ubuntu_14.04
86             centos:
87                 image_url: 'http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2'
88                 image_name: centos_7
89     cloudify:
90         blueprint:
91             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
92             branch: "3.3-build"
93         requierments:
94             ram_min: 3000
95             os_image: centos_7
96         inputs:
97             keystone_username: ""
98             keystone_password: ""
99             keystone_tenant_name: ""
100             keystone_url: ""
101             manager_public_key_name: 'manager-kp'
102             agent_public_key_name: 'agent-kp'
103             image_id: ""
104             flavor_id: "3"
105             external_network_name: ""
106             ssh_user: centos
107             agents_user: ubuntu
108     clearwater:
109         blueprint:
110             file_name: 'openstack-blueprint.yaml'
111             name: "clearwater-opnfv"
112             destination_folder: "opnfv-cloudify-clearwater"
113             url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
114             branch: "stable"
115         deployment-name: 'clearwater-opnfv'
116         requierments:
117             ram_min: 1700
118             os_image: ubuntu_14.04
119         inputs:
120             image_id: ''
121             flavor_id: ''
122             agent_user: 'ubuntu'
123             external_network_name: ''
124             public_domain: clearwater.opnfv
125 ONOS:
126     general:
127         onosbench_username: 'root'
128         onosbench_password: 'root'
129         onoscli_username: 'root'
130         onoscli_password: 'root'
131         runtimeout: 300
132     environment:
133         OCT: '10.20.0.1'
134         OC1: '10.20.0.7'
135         OC2: '10.20.0.7'
136         OC3: '10.20.0.7'
137         OCN: '10.20.0.4'
138         OCN2: '10.20.0.5'
139         installer_master: '10.20.0.2'
140         installer_master_username: 'root'
141         installer_master_password: 'r00tme'
142
143 promise:
144     general:
145         tenant_name: promise
146         tenant_description: promise Functionality Testing
147         user_name: promiser
148         user_pwd: test
149         image_name: promise-img
150         flavor_name: promise-flavor
151         flavor_vcpus: 1
152         flavor_ram: 512
153         flavor_disk: 0
154         network_name: promise-net
155         subnet_name: promise-subnet
156         subnet_cidr: 192.168.121.0/24
157         router_name: promise-router
158
159 results:
160     test_db_url: http://testresults.opnfv.org/test/api/v1