diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-09-19 10:55:55 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-09-19 14:38:54 +0400 |
commit | b30032acaeb7a6fb63ea2bbab4b91913f8c9328c (patch) | |
tree | fe8d7ae5d543ac6bdbfbd401092e06600bb0584f /mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml | |
parent | c57d4c9a8e26c7dcb8f9f1b98c5b5d6d668750a3 (diff) |
Update system reclass model
In order to get tacker definitions and latest changes.
Change-Id: Ib5bf5034f140e708fb596dd4b622f0b2bdee8a59
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml b/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml new file mode 100644 index 000000000..ecf0e2dc4 --- /dev/null +++ b/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml @@ -0,0 +1,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 |