[salt] Retire Armband Saltstack repos
[armband.git] / patches / opnfv-fuel / 0008-Revert-Get-back-to-the-GA-kernel.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: Mon, 22 Jan 2018 19:41:37 +0100
11 Subject: [PATCH] Revert "Get back to the GA kernel"
12
13 This partially reverts commit b3b4b2e1bcd42f4628e53796c3dab81151f56bc2
14 This reverts commit d06bcfb72c44b507c3efee4de00f415869f48450.
15 ---
16  mcp/reclass/classes/cluster/mcp-pike-common-ha/infra/maas.yml | 2 +-
17  mcp/reclass/classes/cluster/mcp-pike-odl-ha/infra/maas.yml    | 2 +-
18  2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/mcp/reclass/classes/cluster/mcp-pike-common-ha/infra/maas.yml b/mcp/reclass/classes/cluster/mcp-pike-common-ha/infra/maas.yml
21 index 238ae95a..3cdb8bf0 100644
22 --- a/mcp/reclass/classes/cluster/mcp-pike-common-ha/infra/maas.yml
23 +++ b/mcp/reclass/classes/cluster/mcp-pike-common-ha/infra/maas.yml
24 @@ -25,7 +25,7 @@ parameters:
25      maas_db_password: opnfv_secret
26      dns_server01: ${_param:opnfv_dns_server01}
27      single_address: ${_param:infra_maas_node01_deploy_address}
28 -    hwe_kernel: 'hwe-16.04'
29 +    hwe_kernel: 'hwe-16.04-edge'
30    maas:
31      region:
32        salt_master_ip: ${_param:reclass_config_master}
33 diff --git a/mcp/reclass/classes/cluster/mcp-pike-odl-ha/infra/maas.yml b/mcp/reclass/classes/cluster/mcp-pike-odl-ha/infra/maas.yml
34 index 6662f1fa..be18e212 100644
35 --- a/mcp/reclass/classes/cluster/mcp-pike-odl-ha/infra/maas.yml
36 +++ b/mcp/reclass/classes/cluster/mcp-pike-odl-ha/infra/maas.yml
37 @@ -11,4 +11,4 @@ classes:
38    - cluster.mcp-pike-odl-ha.infra
39  parameters:
40    _param:
41 -    hwe_kernel: 'ga-16.04'
42 +    hwe_kernel: 'hwe-16.04-edge'