From b30032acaeb7a6fb63ea2bbab4b91913f8c9328c Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 19 Sep 2018 10:55:55 +0400 Subject: Update system reclass model In order to get tacker definitions and latest changes. Change-Id: Ib5bf5034f140e708fb596dd4b622f0b2bdee8a59 Signed-off-by: Michael Polenchuk --- ...ystem.repo-Pin-glusterfs-with-higher-prio.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 mcp/patches/reclass-system-salt-model/0003-system.repo-Pin-glusterfs-with-higher-prio.patch (limited to 'mcp/patches/reclass-system-salt-model/0003-system.repo-Pin-glusterfs-with-higher-prio.patch') diff --git a/mcp/patches/reclass-system-salt-model/0003-system.repo-Pin-glusterfs-with-higher-prio.patch b/mcp/patches/reclass-system-salt-model/0003-system.repo-Pin-glusterfs-with-higher-prio.patch deleted file mode 100644 index 91219f6fa..000000000 --- a/mcp/patches/reclass-system-salt-model/0003-system.repo-Pin-glusterfs-with-higher-prio.patch +++ /dev/null @@ -1,33 +0,0 @@ -:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -: 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 -:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -From: Alexandru Avadanii -Date: Mon, 18 Jun 2018 15:53:31 +0200 -Subject: [PATCH] system.repo: Pin glusterfs with higher prio - -When both glusterfs PPA repo and MCP repos are used on the same node, -the MCP repos used to take priority and install a predefined version -no matter the configuration for GlusterFS PPA. - -Signed-off-by: Alexandru Avadanii ---- - linux/system/repo/glusterfs.yml | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/linux/system/repo/glusterfs.yml b/linux/system/repo/glusterfs.yml -index fb331f0f..71d063ac 100644 ---- a/linux/system/repo/glusterfs.yml -+++ b/linux/system/repo/glusterfs.yml -@@ -9,3 +9,7 @@ parameters: - architectures: amd64 - key_id: 3FE869A9 - key_server: keyserver.ubuntu.com -+ pin: -+ - package: '*' -+ pin: release o=LP-PPA-gluster-glusterfs-${_param:glusterfs_version} -+ priority: 1100 -- cgit 1.2.3-korg