Fix creds used by vrouter
[functest.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_doctor:        /home/opnfv/repos/doctor
11         repo_odl_test:      /src/odl_test
12         repo_fds:           /src/fds
13         repo_securityscan:  /home/opnfv/repos/securityscanning
14         functest:           /home/opnfv/functest
15         results:            /home/opnfv/functest/results
16         functest_conf:      /home/opnfv/functest/conf
17         functest_data:      /home/opnfv/functest/data
18         ims_data:           /home/opnfv/functest/data/ims/
19         router_data:        /home/opnfv/functest/data/router/
20         functest_images:    /home/opnfv/functest/images
21         rally_inst:         /root/.rally
22
23     openstack:
24         creds: /home/opnfv/functest/conf/openstack.creds
25         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
26
27         image_name: Cirros-0.3.5
28         image_name_alt: Cirros-0.3.5-1
29         image_file_name:  cirros-0.3.5-x86_64-disk.img
30         image_url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
31         image_user: cirros
32         image_disk_format:  qcow2
33         image_username:  cirros
34         image_password:  cubswin:)
35
36         flavor_name: opnfv_flavor
37         flavor_name_alt: opnfv_flavor_1
38         flavor_ram: 512
39         flavor_disk: 1
40         flavor_vcpus: 1
41
42         # Private network for functest. Will be created by config_functest.py
43         neutron_private_net_name: functest-net
44         neutron_private_subnet_name: functest-subnet
45         neutron_private_subnet_cidr: 192.168.120.0/24
46         neutron_private_subnet_start: 192.168.120.2
47         neutron_private_subnet_end: 192.168.120.254
48         neutron_private_subnet_gateway: 192.168.120.254
49         neutron_router_name: functest-router
50
51 snaps:
52     use_keystone: True
53     use_floating_ips: True
54     images:
55       glance_tests:
56         disk_file: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img
57       cirros:
58         disk_file: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img
59       ubuntu:
60         disk_file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img
61       centos:
62         disk_file: /home/opnfv/functest/images/CentOS-7-x86_64-GenericCloud.qcow2
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 vping:
84     ping_timeout:   200
85     vm_flavor: m1.tiny # adapt to your environment
86     vm_name_1: opnfv-vping-1
87     vm_name_2: opnfv-vping-2
88     image_name: functest-vping
89     private_net_name: vping-net
90     # network_type: vlan
91     # physical_network: physnet2
92     # segmentation_id: 2366
93     private_subnet_name: vping-subnet
94     private_subnet_cidr: 192.168.130.0/24
95     router_name: vping-router
96     sg_name: vPing-sg
97     sg_desc: Security group for vPing test case
98     keypair_name: vPing-keypair
99     keypair_priv_file: /tmp/vPing-keypair
100     keypair_pub_file: /tmp/vPing-keypair.pub
101     vm_boot_timeout: 180
102     vm_delete_timeout: 100
103     vm_ssh_connect_timeout: 60
104     cleanup_objects: True
105     unique_names: 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     deployment_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     private_net_name: tempest-net
125     private_subnet_name: tempest-subnet
126     private_subnet_cidr: 192.168.150.0/24
127     router_name: tempest-router
128     use_custom_images: True
129     use_custom_flavors: False
130     volume_device_name: vdc
131
132 rally:
133     deployment_name: opnfv-rally
134     network_name: rally-net
135     subnet_name: rally-subnet
136     subnet_cidr: 192.168.140.0/24
137     router_name: rally-router
138
139 vnf:
140     juju_epc:
141         tenant_name: epc
142         tenant_description: OAI EPC deployed with Juju
143         tenant_images: {}
144     cloudify_ims:
145         tenant_name: cloudify_ims
146         tenant_description: vIMS
147         config: cloudify_ims.yaml
148     orchestra_openims:
149         tenant_name: orchestra_openims
150         tenant_description: OpenIMS deployed with Open Baton
151         config: orchestra.yaml
152     orchestra_clearwaterims:
153         tenant_name: orchestra_clearwaterims
154         tenant_description: Clearwater IMS deployed with Open Baton
155         config: orchestra.yaml
156     vyos_vrouter:
157         tenant_name: vrouter
158         tenant_description: vRouter
159         config: cloudify_vrouter.yaml
160
161 promise:
162     tenant_name: promise
163     tenant_description: promise Functionality Testing
164     user_name: promiser
165     user_pwd: test
166     image_name: promise-img
167     flavor_name: promise-flavor
168     flavor_vcpus: 1
169     flavor_ram: 128
170     flavor_disk: 0
171     network_name: promise-net
172     subnet_name: promise-subnet
173     subnet_cidr: 192.168.121.0/24
174     router_name: promise-router
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
186
187 results:
188     # you can also set a file (e.g. /home/opnfv/functest/results/dump.txt) to dump results
189     # test_db_url: file:///home/opnfv/functest/results/dump.txt
190     test_db_url: http://testresults.opnfv.org/test/api/v1/results
191
192 energy_recorder:
193     api_url: http://energy.opnfv.fr/resources
194     api_user: ""
195     api_password: ""
196