Delete TestCase.create_snapshot()
[functest.git] / functest / ci / config_functest.yaml
1 ---
2 general:
3     dir:
4         home: /home/opnfv
5         repos: /home/opnfv/repos
6         dir_repo_rally: /home/opnfv/repos/rally
7         repo_tempest: /src/tempest
8         dir_repo_releng: /home/opnfv/repos/releng
9         repo_vims_test: /src/vims-test
10         repo_barometer: /home/opnfv/repos/barometer
11         repo_odl_test: /src/odl_test
12         repo_fds: /src/fds
13         repo_securityscan: /home/opnfv/repos/securityscanning
14         functest: /home/opnfv/functest
15         results: /home/opnfv/functest/results
16         functest_conf: /home/opnfv/functest/conf
17         functest_data: /home/opnfv/functest/data
18         ims_data: /home/opnfv/functest/data/ims/
19         router_data: /home/opnfv/functest/data/router/
20         functest_images: /home/opnfv/functest/images
21         rally_inst: /root/.rally
22
23     openstack:
24         creds: /home/opnfv/functest/conf/openstack.creds
25         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
26
27         image_name: Cirros-0.3.5
28         image_name_alt: Cirros-0.3.5-1
29         image_file_name: cirros-0.3.5-x86_64-disk.img
30         image_url:
31             http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
32         image_user: cirros
33         image_disk_format: qcow2
34         image_username: cirros
35         image_password: cubswin:)
36
37         flavor_name: opnfv_flavor
38         flavor_name_alt: opnfv_flavor_1
39         flavor_ram: 512
40         flavor_disk: 1
41         flavor_vcpus: 1
42
43         # Private network for functest. Will be created by config_functest.py
44         neutron_private_net_name: functest-net
45         neutron_private_subnet_name: functest-subnet
46         neutron_private_subnet_cidr: 192.168.120.0/24
47         neutron_private_subnet_start: 192.168.120.2
48         neutron_private_subnet_end: 192.168.120.254
49         neutron_private_subnet_gateway: 192.168.120.254
50         neutron_router_name: functest-router
51
52 snaps:
53     use_keystone: 'True'
54     use_floating_ips: 'True'
55     images:
56         glance_tests:
57             disk_file: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img
58         cirros:
59             disk_file: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img
60         ubuntu:
61             disk_file:
62                 /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img
63         centos:
64             disk_file:
65                 /home/opnfv/functest/images/CentOS-7-x86_64-GenericCloud.qcow2
66 # All of these values are optional and will override the values retrieved
67 # by the RC file
68 #    os_creds_override:
69 #      username: {user}
70 #      password: {password}
71 #      auth_url: {auth_url}
72 #      project_name: {project_name}
73 #      identity_api_version: {2|3}
74 #      network_api_version: {2}
75 #      compute_api_version: {2}
76 #      image_api_version: {1|2}
77 #      user_domain_id: {user_domain_id}
78 #      project_domain_id: {projects_domain_id}
79 #      interface: {interface}
80 #      cacert: {True|False}
81 #      proxy_settings:
82 #        host: {proxy_host}
83 #        port: {proxy_port}
84 #        ssh_proxy_cmd: {OpenSSH -o ProxyCommand value}
85
86 vping:
87     ping_timeout: 200
88     vm_flavor: m1.tiny   # adapt to your environment
89     vm_name_1: opnfv-vping-1
90     vm_name_2: opnfv-vping-2
91     image_name: functest-vping
92     private_net_name: vping-net
93     # network_type: vlan
94     # physical_network: physnet2
95     # segmentation_id: 2366
96     private_subnet_name: vping-subnet
97     private_subnet_cidr: 192.168.130.0/24
98     router_name: vping-router
99     sg_name: vPing-sg
100     sg_desc: Security group for vPing test case
101     keypair_name: vPing-keypair
102     keypair_priv_file: /tmp/vPing-keypair
103     keypair_pub_file: /tmp/vPing-keypair.pub
104     vm_boot_timeout: 180
105     vm_delete_timeout: 100
106     vm_ssh_connect_timeout: 60
107     cleanup_objects: 'True'
108
109 odl_sfc:
110     image_base_url: "http://artifacts.opnfv.org/sfc/images"
111     image_name: sfc_nsh_danube
112     image_file_name: sfc_nsh_danube.qcow2
113     image_format: qcow2
114
115 tempest:
116     verifier_name: opnfv-tempest
117     identity:
118         tenant_name: tempest
119         tenant_description: Tenant for Tempest test suite
120         user_name: tempest
121         user_password: Tempest123!
122     validation:
123         ssh_timeout: 130
124     object_storage:
125         operator_role: SwiftOperator
126     private_net_name: tempest-net
127     private_subnet_name: tempest-subnet
128     private_subnet_cidr: 192.168.150.0/24
129     router_name: tempest-router
130     use_custom_flavors: 'False'
131     volume_device_name: vdc
132
133 rally:
134     deployment_name: opnfv-rally
135     network_name: rally-net
136     subnet_name: rally-subnet
137     subnet_cidr: 192.168.140.0/24
138     router_name: rally-router
139     flavor_name: rally-tiny
140     flavor_alt_name: rally-mini
141
142 vnf:
143     juju_epc:
144         config: juju_epc.yaml
145         tenant_description: OAI EPC deployed with Juju
146         tenant_name: abotepc
147         private_net_name: abot-net
148         private_subnet_cidr: 172.16.0.0/24
149         private_subnet_name: abot-subnet
150         external_router: abot-router
151         external_network_name: ext-net
152         dns_nameserver: ['8.8.8.8']
153
154     cloudify_ims:
155         tenant_name: cloudify_ims
156         tenant_description: vIMS
157         config: cloudify_ims.yaml
158     cloudify_ims_perf:
159         tenant_name: cloudify_ims_perf
160         tenant_description: vIMS
161         config: cloudify_ims_perf.yaml
162     orchestra_openims:
163         tenant_name: orchestra_openims
164         tenant_description: OpenIMS deployed with Open Baton
165         config: orchestra.yaml
166     orchestra_clearwaterims:
167         tenant_name: orchestra_clearwaterims
168         tenant_description: Clearwater IMS deployed with Open Baton
169         config: orchestra.yaml
170     vyos_vrouter:
171         tenant_name: vrouter
172         tenant_description: vRouter
173         config: cloudify_vrouter.yaml
174
175 example:
176     vm_name: example-vm
177     flavor: m1.small
178     image_name: functest-example-vm
179     private_net_name: example-net
180     private_subnet_name: example-subnet
181     private_subnet_cidr: 192.168.170.0/24
182     router_name: example-router
183     sg_name: example-sg
184     sg_desc: Example Security group
185
186 results:
187     # you can also set a file (e.g. /home/opnfv/functest/results/dump.txt)
188     # to dump results
189     # test_db_url: file:///home/opnfv/functest/results/dump.txt
190     test_db_url: http://testresults.opnfv.org/test/api/v1/results
191
192 energy_recorder:
193     api_url: http://energy.opnfv.fr/resources
194     api_user: ""
195     api_password: ""