Merge "Revert "Add deployment_handler printout to prepare env""
[functest.git] / functest / ci / config_functest.yaml
1 general:
2     dir:
3         # Relative to the path where the repo is cloned:
4         vping:             functest/opnfv_tests/openstack/vping
5         dir_odl:           functest/opnfv_tests/sdn/odl
6         rally:             functest/opnfv_tests/openstack/rally
7         tempest_cases:     functest/opnfv_tests/openstack/tempest/custom_tests
8         dir_onos:          functest/opnfv_tests/sdn/onos/teston
9         dir_onos_sfc:      functest/opnfv_tests/sdn/onos/sfc
10
11         # Absolute path
12         home:               /home/opnfv
13         repos:              /home/opnfv/repos
14         repo_functest:      /home/opnfv/repos/functest
15         dir_repo_rally:     /home/opnfv/repos/rally
16         repo_tempest:       /home/opnfv/repos/tempest
17         dir_repo_releng:    /home/opnfv/repos/releng
18         repo_vims_test:     /home/opnfv/repos/vnfs/vims-test
19         repo_sdnvpn:        /home/opnfv/repos/sdnvpn
20         repo_sfc:           /home/opnfv/repos/sfc
21         dir_repo_onos:      /home/opnfv/repos/onos
22         repo_promise:       /home/opnfv/repos/promise
23         repo_netready:      /home/opnfv/repos/netready
24         repo_doctor:        /home/opnfv/repos/doctor
25         repo_copper:        /home/opnfv/repos/copper
26         dir_repo_ovno:      /home/opnfv/repos/ovno
27         repo_parser:        /home/opnfv/repos/parser
28         repo_domino:        /home/opnfv/repos/domino
29         repo_snaps:         /home/opnfv/repos/snaps
30         repo_securityscan:  /home/opnfv/repos/securityscanning
31         functest:           /home/opnfv/functest
32         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
33         results:            /home/opnfv/functest/results
34         functest_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.json
35         functest_conf:      /home/opnfv/functest/conf
36         functest_data:      /home/opnfv/functest/data
37         ims_data:           /home/opnfv/functest/data/ims/
38         rally_inst:         /home/opnfv/.rally
39
40     openstack:
41         creds: /home/opnfv/functest/conf/openstack.creds
42         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
43
44         image_name: Cirros-0.3.4
45         image_file_name:  cirros-0.3.4-x86_64-disk.img
46         image_disk_format:  qcow2
47
48         flavor_name: opnfv_flavor
49         flavor_ram: 512
50         flavor_disk: 1
51         flavor_vcpus: 1
52
53         # Private network for functest. Will be created by config_functest.py
54         neutron_private_net_name: functest-net
55         neutron_private_subnet_name: functest-subnet
56         neutron_private_subnet_cidr: 192.168.120.0/24
57         neutron_private_subnet_start: 192.168.120.2
58         neutron_private_subnet_end: 192.168.120.254
59         neutron_private_subnet_gateway: 192.168.120.254
60         neutron_router_name: functest-router
61
62     functest:
63         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
64
65 healthcheck:
66     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
67     disk_format: qcow2
68     wait_time: 60
69
70 snaps:
71     use_keystone: True
72     use_floating_ips: False
73
74 vping:
75     ping_timeout:   200
76     vm_flavor: m1.tiny # adapt to your environment
77     vm_name_1: opnfv-vping-1
78     vm_name_2: opnfv-vping-2
79     image_name: functest-vping
80     private_net_name: vping-net
81     private_subnet_name: vping-subnet
82     private_subnet_cidr: 192.168.130.0/24
83     router_name: vping-router
84     sg_name: vPing-sg
85     sg_desc: Security group for vPing test case
86
87 onos_sfc:
88     image_base_url: http://artifacts.opnfv.org/sfc/demo
89     image_name: TestSfcVm
90     image_file_name: firewall_block_image.img
91
92 tempest:
93     deployment_name: opnfv-tempest
94     identity:
95         tenant_name: tempest
96         tenant_description: Tenant for Tempest test suite
97         user_name: tempest
98         user_password: tempest
99     validation:
100         ssh_timeout: 130
101     object_storage:
102         operator_role: SwiftOperator
103     private_net_name: tempest-net
104     private_subnet_name: tempest-subnet
105     private_subnet_cidr: 192.168.150.0/24
106     router_name: tempest-router
107     use_custom_images: False
108     use_custom_flavors: False
109
110 rally:
111     deployment_name: opnfv-rally
112     network_name: rally-net
113     subnet_name: rally-subnet
114     subnet_cidr: 192.168.140.0/24
115     router_name: rally-router
116
117 vnf:
118     aaa:
119         tenant_name: aaa
120         tenant_description: Freeradius server
121         tenant_images: {}
122     juju_epc:
123         tenant_name: epc
124         tenant_description: OAI EPC deployed with Juju
125         tenant_images: {}
126     cloudify_ims:
127         tenant_name: cloudify_ims
128         tenant_description: vIMS
129         config: cloudify_ims.yaml
130     orchestra_ims:
131         tenant_name: orchestra_ims
132         tenant_description: ims deployed with openbaton
133     opera_ims:
134         tenant_name: opera_ims
135         tenant_description: ims deployed with open-o
136
137 ONOS:
138     general:
139         onosbench_username: 'root'
140         onosbench_password: 'root'
141         onoscli_username: 'root'
142         onoscli_password: 'root'
143         runtimeout: 300
144     environment:
145         OCT: '10.20.0.1'
146         OC1: '10.20.0.7'
147         OC2: '10.20.0.7'
148         OC3: '10.20.0.7'
149         OCN: '10.20.0.4'
150         OCN2: '10.20.0.5'
151         installer_master: '10.20.0.2'
152         installer_master_username: 'root'
153         installer_master_password: 'r00tme'
154 multisite:
155     fuel:
156         installer_username: 'root'
157         installer_password: 'r00tme'
158     compass:
159         installer_username: 'root'
160         installer_password: 'root'
161         multisite_controller_ip: '10.1.0.50'
162 promise:
163     tenant_name: promise
164     tenant_description: promise Functionality Testing
165     user_name: promiser
166     user_pwd: test
167     image_name: promise-img
168     flavor_name: promise-flavor
169     flavor_vcpus: 1
170     flavor_ram: 128
171     flavor_disk: 0
172     network_name: promise-net
173     subnet_name: promise-subnet
174     subnet_cidr: 192.168.121.0/24
175     router_name: promise-router
176
177 example:
178     vm_name: example-vm
179     flavor: m1.small
180     image_name: functest-example-vm
181     private_net_name: example-net
182     private_subnet_name: example-subnet
183     private_subnet_cidr: 192.168.170.0/24
184     router_name: example-router
185     sg_name: example-sg
186     sg_desc: Example Security group
187
188 results:
189     test_db_url: http://testresults.opnfv.org/test/api/v1