summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2019-04-17 09:36:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-04-17 09:36:22 +0000
commitc257f070507763888e55d3df4a35d858fe900649 (patch)
tree13776ce5b0921ff9cc3da73f353b947409d033a0 /mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml
parent0d09880e386c03077cde68a219924eab182c5b4c (diff)
parent4f44ff53e1364a5c93983b82ad57819993f71e8a (diff)
Merge "Setup repository with backports" into stable/hunter
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml')
-rw-r--r--mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml22
1 files changed, 22 insertions, 0 deletions
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