From a2f5e2800be18071f4867121d71e2ace842354ef Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 5 Apr 2019 17:24:39 +0400 Subject: Setup repository with backports Change-Id: I791436f512dea6c6bc61133c4122ac872950af8e Signed-off-by: Michael Polenchuk --- .../cluster/all-mcp-arch-common/backports.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml (limited to 'mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml') diff --git a/mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml b/mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml new file mode 100644 index 000000000..d6f4fb563 --- /dev/null +++ b/mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml @@ -0,0 +1,22 @@ +############################################################################## +# Copyright (c) 2019 Mirantis Inc., Enea AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +classes: + - system.linux.system.repo.mcp.apt_mirantis.openstack +parameters: + _param: + backports_version: queens + linux: + system: + repo: + mirantis_openstack_backports: + # yamllint disable-line rule:line-length + source: "deb ${_param:linux_system_repo_url}/openstack-${_param:backports_version}/${_param:linux_system_codename} ${_param:linux_system_codename} main" + key: ${_param:linux_system_repo_mirror_mirantis_key} + architectures: ${_param:linux_system_architecture} + clean_file: true -- cgit 1.2.3-korg