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