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