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