blob: 573bd541090b6f853affc90df002b2857e499373 [file] [log] [blame]
sgudz09e9aa92018-04-12 12:31:53 +03001classes:
2- service.runtest.tempest
3parameters:
4 _param:
5 runtest_tempest_cfg_dir: /root/test/
6 runtest_tempest_cfg_name: tempest.conf
7 runtest_tempest_public_net: net04_ext
8 tempest_test_target: gtw01*
9 neutron:
10 client:
11 enabled: true
12 runtest:
13 enabled: True
14 keystonerc_node: ctl01*
15 tempest:
16 enabled: True
17 cfg_dir: ${_param:runtest_tempest_cfg_dir}
18 cfg_name: ${_param:runtest_tempest_cfg_name}
19 convert_to_uuid:
20 network:
21 public_network_id: ${_param:runtest_tempest_public_net}
22 network:
23 floating_network_name: ${_param:runtest_tempest_public_net}
24 DEFAULT:
25 log_file: tempest.log
Oleksii Butenkoff2c31e2018-04-23 14:40:16 +030026 heat_plugin:
27 floating_network_name: ${_param:runtest_tempest_public_net}
sgudz09e9aa92018-04-12 12:31:53 +030028 compute:
29 build_timeout: 600
30 min_microversion: 2.1
31 max_microversion: 2.53
32 min_compute_nodes: 2
33 volume_device_name: 'vdc'
34 orchestration:
35 max_template_size: 5440000
36 max_resources_per_stack: 20000
37 dns_feature_enabled:
38 # Switch this to designate_admin_api_enabled once [1] is promoted to stable packages
39 # [1] https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas/designate.git;a=commit;h=96a3f43f6cf1149559e54a00b5548bdf46333749
40 api_admin: false
41 api_v1: false
42 api_v2: true
43 api_v2_quotas: true
44 api_v2_root_recordsets: true
45 bug_1573141_fixed: true
46 volume-feature-enabled:
47 backup: false
48 volume:
49 storage_protocol: iSCSI
50 build_timeout: 300
51 share:
52 min_api_microversion: 2.0
53 max_api_microversion: 2.40
54 backend_names: lvm
55 default_share_type_name: default
56 capability_create_share_from_snapshot_support: True
57 run_mount_snapshot_tests: True
58 run_migration_with_preserve_snapshots_tests: False
59 run_driver_assisted_migration_tests: False
60 run_host_assisted_migration_tests: True
61 run_replication_tests: False
62 run_manage_unmanage_snapshot_tests: False
63 run_manage_unmanage_tests: False
64 run_share_group_tests: False
65 run_revert_to_snapshot_tests: True
66 run_snapshot_tests: True
67 run_shrink_tests: False
68 run_quota_tests: True
69 capability_snapshot_support: True
70 enable_user_rules_for_protocols: cifs
71 enable_ip_rules_for_protocols: nfs
72 suppress_errors_in_cleanup: True
73 share_creation_retry_number: 2