Leverage on DEBUG env var
[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         rally_data: /home/opnfv/functest/data/rally
15         refstack_data: /home/opnfv/functest/data/refstack
16         router_data: /home/opnfv/functest/data/router/opnfv-vnf-data
17         functest_images: /home/opnfv/functest/images
18         rally_inst: /root/.rally
19
20     openstack:
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: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img
25         image_user: cirros
26         image_disk_format: qcow2
27         image_username: cirros
28         image_password: gocubsgo
29
30         flavor_name: opnfv_flavor
31         flavor_name_alt: opnfv_flavor_1
32         flavor_ram: 512
33         flavor_disk: 1
34         flavor_vcpus: 1
35
36         # Private network for functest. Will be created by config_functest.py
37         neutron_private_net_name: functest-net
38         neutron_private_subnet_name: functest-subnet
39         neutron_private_subnet_cidr: 192.168.120.0/24
40         neutron_private_subnet_start: 192.168.120.2
41         neutron_private_subnet_end: 192.168.120.254
42         neutron_private_subnet_gateway: 192.168.120.254
43         neutron_router_name: functest-router
44
45 vping:
46     ping_timeout: 200
47     vm_flavor: m1.tiny   # adapt to your environment
48     vm_name_1: opnfv-vping-1
49     vm_name_2: opnfv-vping-2
50     image_name: functest-vping
51     private_net_name: vping-net
52     # network_type: vlan
53     # physical_network: physnet2
54     # segmentation_id: 2366
55     private_subnet_name: vping-subnet
56     private_subnet_cidr: 192.168.130.0/24
57     router_name: vping-router
58     sg_name: vping-sg
59     sg_desc: Security group for vPing test case
60     keypair_name: vping-keypair
61     keypair_priv_file: /tmp/vPing-keypair
62     keypair_pub_file: /tmp/vPing-keypair.pub
63     vm_boot_timeout: 180
64     vm_delete_timeout: 100
65     vm_ssh_connect_timeout: 60
66     cleanup_objects: 'True'
67
68 cinder:
69     vm_name_1: opnfv-cinder-1
70     vm_name_2: opnfv-cinder-2
71     image_name: functest-cinder
72     private_net_name: cinder-net
73     private_subnet_name: cinder-subnet
74     private_subnet_cidr: 192.168.130.0/24
75     router_name: cinder-router
76     sg_name: cinder-sg
77     sg_desc: Security group for CinderCheck test case
78     keypair_name: cinder-keypair
79     keypair_priv_file: /tmp/CinderCheck-keypair
80     keypair_pub_file: /tmp/CinderCheck-keypair.pub
81     vm_boot_timeout: 180
82     vm_delete_timeout: 100
83     vm_ssh_connect_timeout: 60
84     cleanup_objects: 'True'
85
86 odl_sfc:
87     image_base_url: "http://artifacts.opnfv.org/sfc/images"
88     image_name: sfc_nsh_danube
89     image_file_name: sfc_nsh_danube.qcow2
90     image_format: qcow2
91
92 tempest:
93     verifier_name: opnfv-tempest
94
95 rally:
96     deployment_name: opnfv-rally
97
98 vnf:
99     juju_epc:
100         config: juju_epc.yaml
101         tenant_description: OAI EPC deployed with Juju
102         tenant_name: abotepc
103         private_net_name: abot-net
104         private_subnet_cidr: 172.16.0.0/24
105         private_subnet_name: abot-subnet
106         external_router: abot-router
107     cloudify_ims:
108         tenant_name: cloudify_ims
109         tenant_description: vIMS
110         config: cloudify_ims.yaml
111     heat_ims:
112         config: heat_ims.yaml
113     orchestra_openims:
114         tenant_name: orchestra_openims
115         tenant_description: OpenIMS deployed with Open Baton
116         config: orchestra.yaml
117     orchestra_clearwaterims:
118         tenant_name: orchestra_clearwaterims
119         tenant_description: Clearwater IMS deployed with Open Baton
120         config: orchestra.yaml
121     vyos_vrouter:
122         tenant_name: vrouter
123         tenant_description: vRouter
124         config: cloudify_vrouter.yaml
125
126 example:
127     vm_name: example-vm
128     flavor: m1.small
129     image_name: functest-example-vm
130     private_net_name: example-net
131     private_subnet_name: example-subnet
132     private_subnet_cidr: 192.168.170.0/24
133     router_name: example-router
134     sg_name: example-sg
135     sg_desc: Example Security group