Merge "Put the Logger as Object oriented."
[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_doctor:        /home/opnfv/repos/doctor
24         repo_copper:        /home/opnfv/repos/copper
25         dir_repo_ovno:      /home/opnfv/repos/ovno
26         repo_parser:        /home/opnfv/repos/parser
27         repo_domino:        /home/opnfv/repos/domino
28         repo_snaps:         /home/opnfv/repos/snaps
29         repo_securityscan:  /home/opnfv/repos/securityscanning
30         functest:           /home/opnfv/functest
31         functest_test:      /home/opnfv/repos/functest/functest/opnfv_tests
32         results:            /home/opnfv/functest/results
33         functest_logging_cfg:   /home/opnfv/repos/functest/functest/ci/logging.json
34         functest_conf:      /home/opnfv/functest/conf
35         functest_data:      /home/opnfv/functest/data
36         ims_data:           /home/opnfv/functest/data/ims/
37         rally_inst:         /home/opnfv/.rally
38
39     openstack:
40         creds: /home/opnfv/functest/conf/openstack.creds
41         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
42
43         image_name: Cirros-0.3.4
44         image_file_name:  cirros-0.3.4-x86_64-disk.img
45         image_disk_format:  qcow2
46
47         flavor_name: opnfv_flavor
48         flavor_ram: 512
49         flavor_disk: 1
50         flavor_vcpus: 1
51
52         # Private network for functest. Will be created by config_functest.py
53         neutron_private_net_name: functest-net
54         neutron_private_subnet_name: functest-subnet
55         neutron_private_subnet_cidr: 192.168.120.0/24
56         neutron_private_subnet_start: 192.168.120.2
57         neutron_private_subnet_end: 192.168.120.254
58         neutron_private_subnet_gateway: 192.168.120.254
59         neutron_router_name: functest-router
60
61     functest:
62         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
63
64 healthcheck:
65     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
66     disk_format: qcow2
67     wait_time: 60
68
69 snaps:
70     use_keystone: True
71     use_floating_ips: False
72
73 vping:
74     ping_timeout:   200
75     vm_flavor: m1.tiny # adapt to your environment
76     vm_name_1: opnfv-vping-1
77     vm_name_2: opnfv-vping-2
78     image_name: functest-vping
79     private_net_name: vping-net
80     private_subnet_name: vping-subnet
81     private_subnet_cidr: 192.168.130.0/24
82     router_name: vping-router
83     sg_name: vPing-sg
84     sg_desc: Security group for vPing test case
85
86 onos_sfc:
87     image_base_url: http://artifacts.opnfv.org/sfc/demo
88     image_name: TestSfcVm
89     image_file_name: firewall_block_image.img
90
91 tempest:
92     deployment_name: opnfv-tempest
93     identity:
94         tenant_name: tempest
95         tenant_description: Tenant for Tempest test suite
96         user_name: tempest
97         user_password: tempest
98     validation:
99         ssh_timeout: 130
100     object_storage:
101         operator_role: SwiftOperator
102     private_net_name: tempest-net
103     private_subnet_name: tempest-subnet
104     private_subnet_cidr: 192.168.150.0/24
105     router_name: tempest-router
106     use_custom_images: False
107     use_custom_flavors: False
108
109 rally:
110     deployment_name: opnfv-rally
111     network_name: rally-net
112     subnet_name: rally-subnet
113     subnet_cidr: 192.168.140.0/24
114     router_name: rally-router
115
116 vnf:
117     aaa:
118         tenant_name: aaa
119         tenant_description: Freeradius server
120         tenant_images: {}
121     juju_epc:
122         tenant_name: epc
123         tenant_description: OAI EPC deployed with Juju
124         tenant_images: {}
125     cloudify_ims:
126         tenant_name: cloudify_ims
127         tenant_description: vIMS
128         config: cloudify_ims.yaml
129     orchestra_ims:
130         tenant_name: orchestra_ims
131         tenant_description: ims deployed with openbaton
132     opera_ims:
133         tenant_name: opera_ims
134         tenant_description: ims deployed with open-o
135
136 ONOS:
137     general:
138         onosbench_username: 'root'
139         onosbench_password: 'root'
140         onoscli_username: 'root'
141         onoscli_password: 'root'
142         runtimeout: 300
143     environment:
144         OCT: '10.20.0.1'
145         OC1: '10.20.0.7'
146         OC2: '10.20.0.7'
147         OC3: '10.20.0.7'
148         OCN: '10.20.0.4'
149         OCN2: '10.20.0.5'
150         installer_master: '10.20.0.2'
151         installer_master_username: 'root'
152         installer_master_password: 'r00tme'
153 multisite:
154     fuel:
155         installer_username: 'root'
156         installer_password: 'r00tme'
157     compass:
158         installer_username: 'root'
159         installer_password: 'root'
160         multisite_controller_ip: '10.1.0.50'
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     test_db_url: http://testresults.opnfv.org/test/api/v1