sgudz | 09e9aa9 | 2018-04-12 12:31:53 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - service.runtest.tempest |
| 3 | parameters: |
| 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 Butenko | ff2c31e | 2018-04-23 14:40:16 +0300 | [diff] [blame] | 26 | heat_plugin: |
| 27 | floating_network_name: ${_param:runtest_tempest_public_net} |
sgudz | 09e9aa9 | 2018-04-12 12:31:53 +0300 | [diff] [blame] | 28 | compute: |
| 29 | build_timeout: 600 |
| 30 | min_microversion: 2.1 |
| 31 | max_microversion: 2.53 |
| 32 | min_compute_nodes: 2 |
sgudz | 09e9aa9 | 2018-04-12 12:31:53 +0300 | [diff] [blame] | 33 | dns_feature_enabled: |
| 34 | # Switch this to designate_admin_api_enabled once [1] is promoted to stable packages |
| 35 | # [1] https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas/designate.git;a=commit;h=96a3f43f6cf1149559e54a00b5548bdf46333749 |
| 36 | api_admin: false |
| 37 | api_v1: false |
| 38 | api_v2: true |
| 39 | api_v2_quotas: true |
| 40 | api_v2_root_recordsets: true |
| 41 | bug_1573141_fixed: true |
sgudz | 09e9aa9 | 2018-04-12 12:31:53 +0300 | [diff] [blame] | 42 | share: |
| 43 | min_api_microversion: 2.0 |
| 44 | max_api_microversion: 2.40 |
| 45 | backend_names: lvm |
| 46 | default_share_type_name: default |
| 47 | capability_create_share_from_snapshot_support: True |
| 48 | run_mount_snapshot_tests: True |
| 49 | run_migration_with_preserve_snapshots_tests: False |
| 50 | run_driver_assisted_migration_tests: False |
| 51 | run_host_assisted_migration_tests: True |
| 52 | run_replication_tests: False |
| 53 | run_manage_unmanage_snapshot_tests: False |
| 54 | run_manage_unmanage_tests: False |
| 55 | run_share_group_tests: False |
| 56 | run_revert_to_snapshot_tests: True |
| 57 | run_snapshot_tests: True |
| 58 | run_shrink_tests: False |
| 59 | run_quota_tests: True |
| 60 | capability_snapshot_support: True |
| 61 | enable_user_rules_for_protocols: cifs |
| 62 | enable_ip_rules_for_protocols: nfs |
| 63 | suppress_errors_in_cleanup: True |
| 64 | share_creation_retry_number: 2 |