commit | 3791a8ab0664b881db6f0c0e49517d1e8de75c69 | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Wed Jan 17 12:15:58 2018 +0200 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Tue Jan 23 10:16:22 2018 +0000 |
tree | 6bd8ccc0a4e9f2f97720f6fe9fbc7e3402251a3c | |
parent | 1baa22dccea111d54a925d054d9c16ff908dc078 [diff] |
Add runtest parameters This commit adds parameters needed for full tempest run to be successfull These are the same parameters used currently in tempest [1] [1] https://gerrit.mcp.mirantis.net/gitweb?p=mcp/rally-tempest.git;a=blob;f=aio_mcp.conf;h=220d16619280ab04285d43f562efe115385fc6ef;hb=HEAD Change-Id: I20b1a6f9004ca55ebec2643e8a47218e919eabd8 (cherry picked from commit fec53a03c073df46d7e1bd4b1cc0aebc755905d3)
diff --git a/classes/cluster/virtual-mcp11-aio/openstack/init.yml b/classes/cluster/virtual-mcp11-aio/openstack/init.yml index dc3611f..1179274 100755 --- a/classes/cluster/virtual-mcp11-aio/openstack/init.yml +++ b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
@@ -275,3 +275,21 @@ enabled: True cfg_dir: ${_param:runtest_tempest_cfg_dir} cfg_name: ${_param:runtest_tempest_cfg_name} + compute: + build_timeout: 600 + min_microversion: 2.1 + max_microversion: 2.53 + orchestration: + max_template_size: 5440000 + max_resources_per_stack: 20000 + dns_feature_enabled: + # Switch this to designate_admin_api_enabled once [1] is promoted to stable packages + # [1] https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas/designate.git;a=commit;h=96a3f43f6cf1149559e54a00b5548bdf46333749 + api_admin: false + api_v1: false + api_v2: true + api_v2_quotas: true + api_v2_root_recordsets: true + bug_1573141_fixed: true + volume-feature-enabled: + backup: false