Delete from all-in-one model extra parameters for tempest config
Change-Id: I0362f4f18576cdf2aa1178131ca166e70ab58126
Related-PROD: PROD-21695
diff --git a/classes/cluster/virtual-mcp11-aio/openstack/init.yml b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
index ae753dc..ccfceb9 100755
--- a/classes/cluster/virtual-mcp11-aio/openstack/init.yml
+++ b/classes/cluster/virtual-mcp11-aio/openstack/init.yml
@@ -285,53 +285,3 @@
package:
python-tornado:
version: latest
- runtest:
- enabled: True
- salttest:
- enabled: True
- tempest:
- enabled: True
- cfg_dir: ${_param:runtest_tempest_cfg_dir}
- cfg_name: ${_param:runtest_tempest_cfg_name}
- convert_to_uuid:
- network:
- public_network_id: ${_param:runtest_tempest_public_net}
- 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
- network:
- floating_network_name: ${_param:runtest_tempest_public_net}
- artifact_collector:
- enabled: true
- artifactory:
- enabled: true
- user: ${_param:artifactory_user}
- password: ${_param:artifactory_password}
- host: artifactory.mcp.mirantis.net
- port: 443
- proto: https
- endpoint: /oscore-local/${_param:cluster_domain}/${_param:infra_config_hostname}
- artifacts:
- sys_logs:
- path: /var/log
- etc:
- path: /etc
- cmds:
- service_status:
- cmd: '(. /root/keystonercv3; openstack compute service list; openstack volume service list; openstack catalog list)'
- dst: /tmp/openstack_service_report.txt