Merge "Stop cloning when running vyos_vrouter"
[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/opnfv-vnf-data
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     flavor_extra_specs: {}
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
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 cinder:
109     vm_name_1: opnfv-cinder-1
110     vm_name_2: opnfv-cinder-2
111     image_name: functest-cinder
112     private_net_name: cinder-net
113     private_subnet_name: cinder-subnet
114     private_subnet_cidr: 192.168.130.0/24
115     router_name: cinder-router
116     sg_name: cinder-sg
117     sg_desc: Security group for CinderCheck test case
118     keypair_name: cinder-keypair
119     keypair_priv_file: /tmp/CinderCheck-keypair
120     keypair_pub_file: /tmp/CinderCheck-keypair.pub
121     vm_boot_timeout: 180
122     vm_delete_timeout: 100
123     vm_ssh_connect_timeout: 60
124     cleanup_objects: 'True'
125
126 odl_sfc:
127     image_base_url: "http://artifacts.opnfv.org/sfc/images"
128     image_name: sfc_nsh_danube
129     image_file_name: sfc_nsh_danube.qcow2
130     image_format: qcow2
131
132 tempest:
133     verifier_name: opnfv-tempest
134     identity:
135         tenant_name: tempest
136         tenant_description: Tenant for Tempest test suite
137         user_name: tempest
138         user_password: Tempest123!
139     validation:
140         ssh_timeout: 130
141     object_storage:
142         operator_role: SwiftOperator
143     # network_type: vlan
144     # physical_network: physnet2
145     # segmentation_id: 2366
146     private_net_name: tempest-net
147     private_subnet_name: tempest-subnet
148     private_subnet_cidr: 192.168.150.0/24
149     router_name: tempest-router
150
151 rally:
152     deployment_name: opnfv-rally
153     network_name: rally-net
154
155 vnf:
156     juju_epc:
157         config: juju_epc.yaml
158         tenant_description: OAI EPC deployed with Juju
159         tenant_name: abotepc
160         private_net_name: abot-net
161         private_subnet_cidr: 172.16.0.0/24
162         private_subnet_name: abot-subnet
163         external_router: abot-router
164     cloudify_ims:
165         tenant_name: cloudify_ims
166         tenant_description: vIMS
167         config: cloudify_ims.yaml
168     heat_ims:
169         config: heat_ims.yaml
170     orchestra_openims:
171         tenant_name: orchestra_openims
172         tenant_description: OpenIMS deployed with Open Baton
173         config: orchestra.yaml
174     orchestra_clearwaterims:
175         tenant_name: orchestra_clearwaterims
176         tenant_description: Clearwater IMS deployed with Open Baton
177         config: orchestra.yaml
178     vyos_vrouter:
179         tenant_name: vrouter
180         tenant_description: vRouter
181         config: cloudify_vrouter.yaml
182
183 example:
184     vm_name: example-vm
185     flavor: m1.small
186     image_name: functest-example-vm
187     private_net_name: example-net
188     private_subnet_name: example-subnet
189     private_subnet_cidr: 192.168.170.0/24
190     router_name: example-router
191     sg_name: example-sg
192     sg_desc: Example Security group