aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/all-mcp-arch-common/backports.yml
blob: d6f4fb563bf09beec6b4f4835e30c36a7f26638d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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