u/fuel: Bump & rebase for OVS 2.9
[armband.git] / patches / reclass-system-salt-model / 0004-linux.system.repo-hack-Add-Pike-repos-for-Queens.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2018 Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
10 Date: Fri, 8 Jun 2018 14:06:41 +0200
11 Subject: [PATCH] linux.system.repo: hack: Add Pike repos for Queens
12
13 Mirantis repository for Queens lacks certain packages for arm64,
14 try using the Pike repos to fetch them instead.
15
16 This is a temporary workaround until the Queens repos get populated
17 with all required arm64 binaries.
18
19 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
20 ---
21  linux/system/repo/mcp/mirror/v1/openstack.yml | 7 +++++++
22  1 file changed, 7 insertions(+)
23
24 diff --git a/linux/system/repo/mcp/mirror/v1/openstack.yml b/linux/system/repo/mcp/mirror/v1/openstack.yml
25 index 933bf53a..810589e0 100644
26 --- a/linux/system/repo/mcp/mirror/v1/openstack.yml
27 +++ b/linux/system/repo/mcp/mirror/v1/openstack.yml
28 @@ -13,3 +13,10 @@ parameters:
29            - pin: 'release o=Mirantis'
30              priority: 1100
31              package: '*'
32 +        mirantis_openstack_pike:
33 +          source: "deb http://mirror.fuel-infra.org/mcp-repos/pike/${_param:linux_system_codename} pike main"
34 +          key_url: "http://mirror.fuel-infra.org/mcp-repos/pike/${_param:linux_system_codename}/archive-mcppike.key"
35 +          pin:
36 +          - pin: 'release l=pike'
37 +            priority: 1100
38 +            package: '*'