aboutsummaryrefslogtreecommitdiffstats
path: root/patches/reclass-system-salt-model/0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-29 17:54:38 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-29 22:21:51 +0200
commit30cc14e3c66740f5718dc3a8e239d55c2ecfa72b (patch)
tree5ac6c1de4ecf2cdbb749884ac3eab5596e33e67c /patches/reclass-system-salt-model/0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch
parenta62523998d00efed4bf0a5f368624a8193947ada (diff)
p/reclass: Retire Pike repo hack
While at it, bump Fuel@OPNFV git submodule to pick up minor fixes. JIRA: ARMBAND-403 Change-Id: I9147e24aefef600416d9f2cad3ee70a195f86af9 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/reclass-system-salt-model/0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch')
-rw-r--r--patches/reclass-system-salt-model/0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/patches/reclass-system-salt-model/0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch b/patches/reclass-system-salt-model/0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch
deleted file mode 100644
index a5210b34..00000000
--- a/patches/reclass-system-salt-model/0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-: Copyright (c) 2018 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 <Alexandru.Avadanii@enea.com>
-Date: Fri, 8 Jun 2018 14:06:41 +0200
-Subject: [PATCH] linux.system.repo: hack: Add Pike repos for Queens
-
-Mirantis repository for Queens lacks certain packages for arm64,
-try using the Pike repos to fetch them instead.
-
-This is a temporary workaround until the Queens repos get populated
-with all required arm64 binaries.
-
-Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
----
- linux/system/repo/mcp/mirror/v1/openstack.yml | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/linux/system/repo/mcp/mirror/v1/openstack.yml b/linux/system/repo/mcp/mirror/v1/openstack.yml
-index 933bf53a..810589e0 100644
---- a/linux/system/repo/mcp/mirror/v1/openstack.yml
-+++ b/linux/system/repo/mcp/mirror/v1/openstack.yml
-@@ -13,3 +13,10 @@ parameters:
- - pin: 'release o=Mirantis'
- priority: 1100
- package: '*'
-+ mirantis_openstack_pike:
-+ source: "deb http://mirror.fuel-infra.org/mcp-repos/pike/${_param:linux_system_codename} pike main"
-+ key_url: "http://mirror.fuel-infra.org/mcp-repos/pike/${_param:linux_system_codename}/archive-mcppike.key"
-+ pin:
-+ - pin: 'release l=pike'
-+ priority: 1100
-+ package: '*'