blob: 172d161c0e426f3a8caa571dabe52b852db67ab4 [file] [log] [blame]
Tatyana Leontovich1e8154d2018-11-29 18:34:22 +02001classes:
2- service.runtest.tempest
3- service.runtest.tempest.public_net
4- service.runtest.tempest.services.manila.glance
5parameters:
6 _param:
7 image_url: http://cz8133.bud.mirantis.net:8099
8 glance_image_cirros_location: ${_param:image_url}/cirros-0.3.5-x86_64-disk.img
9 glance_image_fedora_location: ${_param:image_url}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
10 glance_image_manila_location: ${_param:image_url}/manila-service-image-master.qcow2
11 openstack_public_neutron_subnet_allocation_end: 10.16.0.246
12 openstack_public_neutron_subnet_allocation_start: 10.16.0.10
13 openstack_public_neutron_subnet_cidr: 10.16.0.0/24
14 openstack_public_neutron_subnet_gateway: 10.16.0.1
15 runtest_tempest_cfg_dir: /tmp/test
16 runtest_tempest_cfg_name: tempest.conf
17 runtest_tempest_public_net: public
18 tempest_test_target: gtw01.${_param:cluster_domain}*
19 neutron:
20 client:
21 enabled: true
22 runtest:
23 enabled: true
24 keystonerc_node: ctl01*
25 tempest:
26 DEFAULT:
27 log_file: tempest.log
28 cfg_dir: ${_param:runtest_tempest_cfg_dir}
29 cfg_name: ${_param:runtest_tempest_cfg_name}
30 compute:
31 min_compute_nodes: 2
32 convert_to_uuid:
33 network:
34 public_network_id: ${_param:runtest_tempest_public_net}
35 enabled: true
36 heat_plugin:
37 build_timeout: '600'
38 put_keystone_rc_enabled: true
39 put_local_image_file_enabled: false
40 share:
41 capability_snapshot_support: true
42 run_driver_assisted_migration_tests: false
43 run_manage_unmanage_snapshot_tests: false
44 run_manage_unmanage_tests: false
45 run_migration_with_preserve_snapshots_tests: false
46 run_quota_tests: true
47 run_replication_tests: false
48 run_snapshot_tests: true