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