commit | 9314c9184b9467aa86b808a028204ce9346df469 | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Wed Jan 17 12:15:58 2018 +0200 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Wed Jan 17 12:48:15 2018 +0000 |
tree | 6a97400672c53946af24b3ad1804d3daf7173cb9 | |
parent | c44ddc4e204ecede612526a8385b575bb2df52ff [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] max_microversion - changed to actual for Newton - 2.38 designate parameters removed - no designate in Newton [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 2d0ec6d..f3da593 100755 --- a/classes/cluster/virtual-mcp11-aio/openstack/init.yml +++ b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
@@ -122,3 +122,12 @@ 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.38 + orchestration: + max_template_size: 5440000 + max_resources_per_stack: 20000 + volume-feature-enabled: + backup: false