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