From 2ec48942a22cb2de425bf89ad242a5726475b4cb Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sun, 25 Feb 2018 03:54:45 +0100 Subject: u/fuel: Bump & rebase for compute parameterization While at it, enable hugepages on AArch64 by removing the patch that used to disable them. JIRA: ARMBAND-341 Change-Id: I8f5e8bbceeaa2c99a983a14d9c03da497eec64c4 Signed-off-by: Alexandru Avadanii Signed-off-by: Cristina Pauna --- ...tal-virtual-Extend-arch-list-for-UCA-repo.patch | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 patches/opnfv-fuel/0010-baremetal-virtual-Extend-arch-list-for-UCA-repo.patch (limited to 'patches/opnfv-fuel/0010-baremetal-virtual-Extend-arch-list-for-UCA-repo.patch') diff --git a/patches/opnfv-fuel/0010-baremetal-virtual-Extend-arch-list-for-UCA-repo.patch b/patches/opnfv-fuel/0010-baremetal-virtual-Extend-arch-list-for-UCA-repo.patch new file mode 100644 index 00000000..bd6edb83 --- /dev/null +++ b/patches/opnfv-fuel/0010-baremetal-virtual-Extend-arch-list-for-UCA-repo.patch @@ -0,0 +1,46 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: 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 +Date: Wed, 30 Aug 2017 22:15:07 +0200 +Subject: [PATCH] baremetal, virtual: Extend arch list for UCA repo + +JIRA: https://jira.opnfv.org/browse/ARMBAND-304 + +Signed-off-by: Alexandru Avadanii +--- + mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml | 2 +- + mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml b/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml +index d2d611c..0a3fc6f 100644 +--- a/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml ++++ b/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml +@@ -190,7 +190,7 @@ parameters: + repo: + uca: + source: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/${_param:openstack_version} main" +- architectures: amd64 ++ architectures: amd64,arm64 + key_id: EC4926EA + key_server: keyserver.ubuntu.com + kernel: +diff --git a/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml b/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml +index 46d7af4..076f38a 100644 +--- a/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml ++++ b/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml +@@ -96,7 +96,7 @@ parameters: + repo: + uca: + source: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/${_param:openstack_version} main" +- architectures: amd64 ++ architectures: amd64,arm64 + key_id: EC4926EA + key_server: keyserver.ubuntu.com + kernel: -- cgit 1.2.3-korg