Rectify system reclass after update
[fuel.git] / mcp / reclass / classes / cluster / mcp-common-ha / glusterfs_repo.yml
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 classes:
10   - system.linux.system.repo.keystorage.glusterfs
11 parameters:
12   _param:
13     glusterfs_version: "3.13"
14   linux:
15     system:
16       repo:
17         mcp_glusterfs:
18           # yamllint disable-line rule:line-length
19           source: "deb http://ppa.launchpad.net/gluster/glusterfs-${_param:glusterfs_version}/ubuntu ${_param:linux_system_codename} main"
20           key: ${_param:linux_system_repo_mcp_glusterfs_key}
21           pin:
22             - package: '*'
23               pin: release o=LP-PPA-gluster-glusterfs-${_param:glusterfs_version}
24               priority: 1100