file/dir renaming for consistency
[functest.git] / functest / ci / config_functest.yaml
1 general:\r
2     directories:\r
3         # Relative to the path where the repo is cloned:\r
4         dir_vping:         functest/opnfv_tests/openstack/vping\r
5         dir_odl:           functest/opnfv_tests/sdn/odl\r
6         dir_rally:         functest/opnfv_tests/openstack/rally\r
7         dir_tempest_cases: functest/opnfv_tests/openstack/tempest/custom_tests\r
8         dir_vIMS:          functest/opnfv_tests/vnf/ims\r
9         dir_onos:          functest/opnfv_tests/sdn/onos/teston\r
10         dir_onos_sfc:      functest/opnfv_tests/sdn/onos/sfc\r
11 \r
12         # Absolute path\r
13         dir_home:           /home/opnfv\r
14         dir_repos:          /home/opnfv/repos\r
15         dir_repo_functest:  /home/opnfv/repos/functest\r
16         dir_repo_rally:     /home/opnfv/repos/rally\r
17         dir_repo_tempest:   /home/opnfv/repos/tempest\r
18         dir_repo_releng:    /home/opnfv/repos/releng\r
19         dir_repo_vims_test: /home/opnfv/repos/vims-test\r
20         dir_repo_sdnvpn:    /home/opnfv/repos/sdnvpn\r
21         dir_repo_sfc:       /home/opnfv/repos/sfc\r
22         dir_repo_onos:      /home/opnfv/repos/onos\r
23         dir_repo_promise:   /home/opnfv/repos/promise\r
24         dir_repo_doctor:    /home/opnfv/repos/doctor\r
25         dir_repo_copper:    /home/opnfv/repos/copper\r
26         dir_repo_ovno:      /home/opnfv/repos/ovno\r
27         dir_repo_parser:    /home/opnfv/repos/parser\r
28         dir_repo_domino:    /home/opnfv/repos/domino\r
29         dir_functest:       /home/opnfv/functest\r
30         dir_functest_test:  /home/opnfv/repos/functest/functest/opnfv_tests\r
31         dir_results:        /home/opnfv/functest/results\r
32         dir_functest_conf:  /home/opnfv/functest/conf\r
33         dir_functest_data:  /home/opnfv/functest/data\r
34         dir_vIMS_data:      /home/opnfv/functest/data/vIMS/\r
35         dir_rally_inst:     /home/opnfv/.rally\r
36 \r
37     openstack:\r
38         creds: /home/opnfv/functest/conf/openstack.creds\r
39         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml\r
40 \r
41         image_name: Cirros-0.3.4\r
42         image_file_name:  cirros-0.3.4-x86_64-disk.img\r
43         image_disk_format:  qcow2\r
44 \r
45         flavor_name: opnfv_flavor\r
46         flavor_ram: 512\r
47         flavor_disk: 1\r
48         flavor_vcpus: 1\r
49 \r
50         # Private network for functest. Will be created by config_functest.py\r
51         neutron_private_net_name: functest-net\r
52         neutron_private_subnet_name: functest-subnet\r
53         neutron_private_subnet_cidr: 192.168.120.0/24\r
54         neutron_private_subnet_start: 192.168.120.2\r
55         neutron_private_subnet_end: 192.168.120.254\r
56         neutron_private_subnet_gateway: 192.168.120.254\r
57         neutron_router_name: functest-router\r
58 \r
59     functest:\r
60         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml\r
61 \r
62 healthcheck:\r
63     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img\r
64     disk_format: qcow2\r
65     wait_time: 60\r
66 \r
67 vping:\r
68     ping_timeout:   200\r
69     vm_flavor: m1.tiny # adapt to your environment\r
70     vm_name_1: opnfv-vping-1\r
71     vm_name_2: opnfv-vping-2\r
72     image_name: functest-vping\r
73     vping_private_net_name: vping-net\r
74     vping_private_subnet_name: vping-subnet\r
75     vping_private_subnet_cidr: 192.168.130.0/24\r
76     vping_router_name: vping-router\r
77     vping_sg_name: vPing-sg\r
78     vping_sg_descr: Security group for vPing test case\r
79 \r
80 onos_sfc:\r
81     image_base_url: http://artifacts.opnfv.org/sfc/demo\r
82     image_name: TestSfcVm\r
83     image_file_name: firewall_block_image.img\r
84 \r
85 tempest:\r
86     identity:\r
87         tenant_name: tempest\r
88         tenant_description: Tenant for Tempest test suite\r
89         user_name: tempest\r
90         user_password: tempest\r
91     validation:\r
92         ssh_timeout: 130\r
93     private_net_name: tempest-net\r
94     private_subnet_name: tempest-subnet\r
95     private_subnet_cidr: 192.168.150.0/24\r
96     router_name: tempest-router\r
97     use_custom_images: False\r
98     use_custom_flavors: False\r
99 \r
100 rally:\r
101     deployment_name: opnfv-rally\r
102     network_name: rally-net\r
103     subnet_name: rally-subnet\r
104     subnet_cidr: 192.168.140.0/24\r
105     router_name: rally-router\r
106 \r
107 vIMS:\r
108     general:\r
109         tenant_name: vIMS\r
110         tenant_description: vIMS Functionality Testing\r
111         images:\r
112             ubuntu:\r
113                 image_url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img\r
114                 image_name: ubuntu_14.04\r
115             centos:\r
116                 image_url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2\r
117                 image_name: centos_7\r
118     cloudify:\r
119         blueprint:\r
120             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git\r
121             branch: "3.3.1-build"\r
122         requierments:\r
123             ram_min: 3000\r
124             os_image: centos_7\r
125         inputs:\r
126             keystone_username: ""\r
127             keystone_password: ""\r
128             keystone_tenant_name: ""\r
129             keystone_url: ""\r
130             manager_public_key_name: 'manager-kp'\r
131             agent_public_key_name: 'agent-kp'\r
132             image_id: ""\r
133             flavor_id: "3"\r
134             external_network_name: ""\r
135             ssh_user: centos\r
136             agents_user: ubuntu\r
137     clearwater:\r
138         blueprint:\r
139             file_name: 'openstack-blueprint.yaml'\r
140             name: "clearwater-opnfv"\r
141             destination_folder: "opnfv-cloudify-clearwater"\r
142             url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git\r
143             branch: "stable"\r
144         deployment-name: 'clearwater-opnfv'\r
145         requierments:\r
146             ram_min: 1700\r
147             os_image: ubuntu_14.04\r
148         inputs:\r
149             image_id: ''\r
150             flavor_id: ''\r
151             agent_user: 'ubuntu'\r
152             external_network_name: ''\r
153             public_domain: clearwater.opnfv\r
154 ONOS:\r
155     general:\r
156         onosbench_username: 'root'\r
157         onosbench_password: 'root'\r
158         onoscli_username: 'root'\r
159         onoscli_password: 'root'\r
160         runtimeout: 300\r
161     environment:\r
162         OCT: '10.20.0.1'\r
163         OC1: '10.20.0.7'\r
164         OC2: '10.20.0.7'\r
165         OC3: '10.20.0.7'\r
166         OCN: '10.20.0.4'\r
167         OCN2: '10.20.0.5'\r
168         installer_master: '10.20.0.2'\r
169         installer_master_username: 'root'\r
170         installer_master_password: 'r00tme'\r
171 multisite:\r
172     fuel_environment:\r
173         installer_username: 'root'\r
174         installer_password: 'r00tme'\r
175     compass_environment:\r
176         installer_username: 'root'\r
177         installer_password: 'root'\r
178         multisite_controller_ip: '10.1.0.50'\r
179 promise:\r
180     tenant_name: promise\r
181     tenant_description: promise Functionality Testing\r
182     user_name: promiser\r
183     user_pwd: test\r
184     image_name: promise-img\r
185     flavor_name: promise-flavor\r
186     flavor_vcpus: 1\r
187     flavor_ram: 128\r
188     flavor_disk: 0\r
189     network_name: promise-net\r
190     subnet_name: promise-subnet\r
191     subnet_cidr: 192.168.121.0/24\r
192     router_name: promise-router\r
193 \r
194 example:\r
195     example_vm_name: example-vm\r
196     example_flavor: m1.small\r
197     example_image_name: functest-example-vm\r
198     example_private_net_name: example-net\r
199     example_private_subnet_name: example-subnet\r
200     example_private_subnet_cidr: 192.168.170.0/24\r
201     example_router_name: example-router\r
202     example_sg_name: example-sg\r
203     example_sg_descr: Example Security group\r
204 \r
205 results:\r
206     test_db_url: http://testresults.opnfv.org/test/api/v1\r