blob: f9691180e38f75d4040fa4a2ba36dd48e02e9238 [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
26 compute:
27 build_timeout: 600
28 min_microversion: 2.1
29 max_microversion: 2.53
30 min_compute_nodes: 2
31 volume_device_name: 'vdc'
32 orchestration:
33 max_template_size: 5440000
34 max_resources_per_stack: 20000
35 dns_feature_enabled:
36 # Switch this to designate_admin_api_enabled once [1] is promoted to stable packages
37 # [1] https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas/designate.git;a=commit;h=96a3f43f6cf1149559e54a00b5548bdf46333749
38 api_admin: false
39 api_v1: false
40 api_v2: true
41 api_v2_quotas: true
42 api_v2_root_recordsets: true
43 bug_1573141_fixed: true
44 volume-feature-enabled:
45 backup: false
46 volume:
47 storage_protocol: iSCSI
48 build_timeout: 300
49 share:
50 min_api_microversion: 2.0
51 max_api_microversion: 2.40
52 backend_names: lvm
53 default_share_type_name: default
54 capability_create_share_from_snapshot_support: True
55 run_mount_snapshot_tests: True
56 run_migration_with_preserve_snapshots_tests: False
57 run_driver_assisted_migration_tests: False
58 run_host_assisted_migration_tests: True
59 run_replication_tests: False
60 run_manage_unmanage_snapshot_tests: False
61 run_manage_unmanage_tests: False
62 run_share_group_tests: False
63 run_revert_to_snapshot_tests: True
64 run_snapshot_tests: True
65 run_shrink_tests: False
66 run_quota_tests: True
67 capability_snapshot_support: True
68 enable_user_rules_for_protocols: cifs
69 enable_ip_rules_for_protocols: nfs
70 suppress_errors_in_cleanup: True
71 share_creation_retry_number: 2