Config volume_device_name as vdc for fuel
[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:
24             http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
25         image_user: cirros
26         image_disk_format: qcow2
27         image_username: cirros
28         image_password: gocubsgo
29
30         flavor_name: opnfv_flavor
31         flavor_name_alt: opnfv_flavor_1
32         flavor_ram: 512
33         flavor_disk: 1
34         flavor_vcpus: 1
35
36         # Private network for functest. Will be created by config_functest.py
37         neutron_private_net_name: functest-net
38         neutron_private_subnet_name: functest-subnet
39         neutron_private_subnet_cidr: 192.168.120.0/24
40         neutron_private_subnet_start: 192.168.120.2
41         neutron_private_subnet_end: 192.168.120.254
42         neutron_private_subnet_gateway: 192.168.120.254
43         neutron_router_name: functest-router
44
45 snaps:
46     use_keystone: 'True'
47     use_floating_ips: 'True'
48     images:
49         glance_tests:
50             disk_file: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img
51         cirros:
52             disk_file: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img
53         ubuntu:
54             disk_file:
55                 /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img
56         centos:
57             disk_file:
58                 /home/opnfv/functest/images/CentOS-7-x86_64-GenericCloud.qcow2
59 #   netconf_override:
60 #       network_type: vlan
61 #       physical_network: physnet2
62 #       segmentation_id: 2366
63
64 # All of these values are optional and will override the values retrieved
65 # by the RC file
66 #    os_creds_override:
67 #      username: {user}
68 #      password: {password}
69 #      auth_url: {auth_url}
70 #      project_name: {project_name}
71 #      identity_api_version: {2|3}
72 #      network_api_version: {2}
73 #      compute_api_version: {2}
74 #      image_api_version: {1|2}
75 #      user_domain_id: {user_domain_id}
76 #      project_domain_id: {projects_domain_id}
77 #      interface: {interface}
78 #      cacert: {True|False}
79 #      proxy_settings:
80 #        host: {proxy_host}
81 #        port: {proxy_port}
82 #        ssh_proxy_cmd: {OpenSSH -o ProxyCommand value}
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 odl_sfc:
108     image_base_url: "http://artifacts.opnfv.org/sfc/images"
109     image_name: sfc_nsh_danube
110     image_file_name: sfc_nsh_danube.qcow2
111     image_format: qcow2
112
113 tempest:
114     verifier_name: opnfv-tempest
115     identity:
116         tenant_name: tempest
117         tenant_description: Tenant for Tempest test suite
118         user_name: tempest
119         user_password: Tempest123!
120     validation:
121         ssh_timeout: 130
122     object_storage:
123         operator_role: SwiftOperator
124     # network_type: vlan
125     # physical_network: physnet2
126     # segmentation_id: 2366
127     private_net_name: tempest-net
128     private_subnet_name: tempest-subnet
129     private_subnet_cidr: 192.168.150.0/24
130     router_name: tempest-router
131     use_custom_flavors: 'False'
132     volume_device_name: vdb
133
134 rally:
135     deployment_name: opnfv-rally
136     network_name: rally-net
137     # network_type: vlan
138     # physical_network: physnet2
139     # segmentation_id: 2366
140     subnet_name: rally-subnet
141     subnet_cidr: 192.168.140.0/24
142     router_name: rally-router
143     flavor_name: rally-tiny
144     flavor_alt_name: rally-mini
145
146 vnf:
147     juju_epc:
148         config: juju_epc.yaml
149         tenant_description: OAI EPC deployed with Juju
150         tenant_name: abotepc
151         private_net_name: abot-net
152         private_subnet_cidr: 172.16.0.0/24
153         private_subnet_name: abot-subnet
154         external_router: abot-router
155     cloudify_ims:
156         tenant_name: cloudify_ims
157         tenant_description: vIMS
158         config: cloudify_ims.yaml
159     cloudify_ims_perf:
160         tenant_name: cloudify_ims_perf
161         tenant_description: vIMS
162         config: cloudify_ims_perf.yaml
163     orchestra_openims:
164         tenant_name: orchestra_openims
165         tenant_description: OpenIMS deployed with Open Baton
166         config: orchestra.yaml
167     orchestra_clearwaterims:
168         tenant_name: orchestra_clearwaterims
169         tenant_description: Clearwater IMS deployed with Open Baton
170         config: orchestra.yaml
171     vyos_vrouter:
172         tenant_name: vrouter
173         tenant_description: vRouter
174         config: cloudify_vrouter.yaml
175
176 example:
177     vm_name: example-vm
178     flavor: m1.small
179     image_name: functest-example-vm
180     private_net_name: example-net
181     private_subnet_name: example-subnet
182     private_subnet_cidr: 192.168.170.0/24
183     router_name: example-router
184     sg_name: example-sg
185     sg_desc: Example Security group