commit | e451e05e1a8a974d5a9e47aacd6e48f37bfb8a68 | [log] [tgz] |
---|---|---|
author | Oleg Grigorov <ohryhorov@mirantis.com> | Wed Sep 06 15:24:50 2017 +0300 |
committer | Oleh Hryhorov <ohryhorov@mirantis.com> | Thu Sep 07 10:14:40 2017 +0300 |
tree | c813addb0f52d105ee92ac3c68c754175f512a6c | |
parent | 8a6005e59b6aaef34ab8f1ce3e87d4f94faaf3be [diff] |
Adding pure_repos to the AIO model * This patch is used as workaround solution for one of the cases covered by PROD-14299 * In case of needed "purge_repos: true" will be passed through SALT_OVERRIDES in jenkins job Change-Id: I84478c17fd112bf48eafeff1f20885467d3b0e8f
diff --git a/classes/cluster/virtual-mcp11-aio/infra/config.yml b/classes/cluster/virtual-mcp11-aio/infra/config.yml index ec91ce4..c59029b 100644 --- a/classes/cluster/virtual-mcp11-aio/infra/config.yml +++ b/classes/cluster/virtual-mcp11-aio/infra/config.yml
@@ -7,3 +7,4 @@ system: name: cfg01 domain: ${_param:cluster_domain} + purge_repos: ${_param:linux_system_purge_repos}
diff --git a/classes/cluster/virtual-mcp11-aio/infra/init.yml b/classes/cluster/virtual-mcp11-aio/infra/init.yml index 5bfe7c9..46d0de0 100644 --- a/classes/cluster/virtual-mcp11-aio/infra/init.yml +++ b/classes/cluster/virtual-mcp11-aio/infra/init.yml
@@ -1,3 +1,4 @@ parameters: _param: - apt_mk_version: stable \ No newline at end of file + apt_mk_version: stable + linux_system_purge_repos: false