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