aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml
blob: ecf0e2dc419c777dea928f21c1fbe72c54e87c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##############################################################################
# Copyright (c) 2018 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
##############################################################################
---
parameters:
  _param:
    glusterfs_version: "3.13"
  linux:
    system:
      repo:
        glusterfs-ppa:
          # yamllint disable-line rule:line-length
          source: "deb http://ppa.launchpad.net/gluster/glusterfs-${_param:glusterfs_version}/ubuntu ${_param:linux_system_codename} main"
          key_id: 3FE869A9
          key_server: keyserver.ubuntu.com
          pin:
            - package: '*'
              pin: release o=LP-PPA-gluster-glusterfs-${_param:glusterfs_version}
              priority: 1100