Uplift Armband to Fuel Newton
[armband.git] / patches / fuel-web / multiarch-fuel / 0001-FIXME-Disable-amd64-Newton-on-Ubuntu-for-now.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Sat, 19 Mar 2016 19:02:15 +0100
3 Subject: [PATCH] FIXME: Disable amd64 Newton on Ubuntu for now.
4
5 Until we fix all cohabitation of amd64 and arm64, disable Openstack
6 releases <Newton on Ubuntu 16.04> and <Newton on Ubuntu+UCA 16.04>
7 (both x86_64) in openstack.yaml fixture.
8
9 TODO: Propose renaming above releases to include arch in name.
10 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
11 ---
12  nailgun/nailgun/fixtures/openstack.yaml | 2 ++
13  1 file changed, 2 insertions(+)
14
15 diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml
16 --- a/nailgun/nailgun/fixtures/openstack.yaml
17 +++ b/nailgun/nailgun/fixtures/openstack.yaml
18 @@ -1980,6 +1980,7 @@
19    extend: *base_release
20    fields:
21      name: "Newton on Ubuntu 16.04"
22 +    state: "unavailable"
23      version: "newton-10.0"
24      arch: "amd64"
25      operating_system: "Ubuntu"
26 @@ -2221,5 +2222,6 @@
27    fields:
28      name: "Newton on Ubuntu+UCA 16.04"
29 +    state: "unavailable"
30      version: "newton-10.0"
31      arch: "amd64"
32      description: "This option will install the OpenStack Newton packages using Ubuntu as a base operating system, including Ubuntu Cloud Archive OpenStack packages. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."