ecf0e2dc419c777dea928f21c1fbe72c54e87c2f
[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 parameters:
10   _param:
11     glusterfs_version: "3.13"
12   linux:
13     system:
14       repo:
15         glusterfs-ppa:
16           # yamllint disable-line rule:line-length
17           source: "deb http://ppa.launchpad.net/gluster/glusterfs-${_param:glusterfs_version}/ubuntu ${_param:linux_system_codename} main"
18           key_id: 3FE869A9
19           key_server: keyserver.ubuntu.com
20           pin:
21             - package: '*'
22               pin: release o=LP-PPA-gluster-glusterfs-${_param:glusterfs_version}
23               priority: 1100