diff options
author | Florin Dumitrascu <florin.dumitrascu@enea.com> | 2016-03-08 14:17:01 +0100 |
---|---|---|
committer | Florin Dumitrascu <florin.dumitrascu@enea.com> | 2016-03-22 19:03:21 +0100 |
commit | 80ba8c45cda5308010ded08b3d070343a92d58b5 (patch) | |
tree | faa6ffd8020d73cee7a1cc966dee5ab1af557163 /patches/fuel-web/0001-Add-arm64-fixture.patch | |
parent | 7bfc08a72654b440b52c609ca67199f13df2f668 (diff) |
Add fixes and improvements for arm64 deployment
[ Florin Dumitrascu <florin.dumitrascu@enea.com> ]
* arm64 support for OpenDaylight Fuel Plugin
[ Stanislaw Kardach <kda@semihalf.com> ]
* Limit ESP to first drive
* Remove default+timeout+tr from cobbler profile
* Fix puppet syntax errors
* Disable usb tablet on aarch64
* Support direct kernel boot for CirrOS TestVM on aarch64
* Remove git version signature not to confuse patches-export
* Fix VGA support for CirrOS TestVM
* Makefile: Add clean-{docker,build}.
[ Alexandru Avadanii <Alexandru.Avadanii@enea.com> ]
* Performance: Use gzip instead of xz compression.
* Switch mirror proto from https to http.
* Update TODO with remaining tasks.
* Disable amd64 Liberty fixture (no multi-arch support yet).
* m1.micro: Increase RAM size to 128MB for aarch64 images.
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Florin Dumitrascu <florin.dumitrascu@enea.com>
Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
Diffstat (limited to 'patches/fuel-web/0001-Add-arm64-fixture.patch')
-rw-r--r-- | patches/fuel-web/0001-Add-arm64-fixture.patch | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/patches/fuel-web/0001-Add-arm64-fixture.patch b/patches/fuel-web/0001-Add-arm64-fixture.patch index 58a64e49..95281c8c 100644 --- a/patches/fuel-web/0001-Add-arm64-fixture.patch +++ b/patches/fuel-web/0001-Add-arm64-fixture.patch @@ -7,7 +7,7 @@ Subject: [PATCH] Add arm64 fixture 1 file changed, 99 insertions(+) diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml -index f9c8ab6..4daa2a2 100644 +index f9c8ab6..bf6f7c4 100644 --- a/nailgun/nailgun/fixtures/openstack.yaml +++ b/nailgun/nailgun/fixtures/openstack.yaml @@ -2079,3 +2079,102 @@ @@ -69,19 +69,19 @@ index f9c8ab6..4daa2a2 100644 + priority: 1050 + - type: "deb" + name: "mos-updates" -+ uri: "https://linux.enea.com/mos-repos/ubuntu/{cluster.release.environment_version}/" ++ uri: "http://linux.enea.com/mos-repos/ubuntu/{cluster.release.environment_version}" + suite: "mos8.0-updates" + section: "main restricted" + priority: 1050 + - type: "deb" + name: "mos-security" -+ uri: "https://linux.enea.com/mos-repos/ubuntu/{cluster.release.environment_version}/" ++ uri: "http://linux.enea.com/mos-repos/ubuntu/{cluster.release.environment_version}" + suite: "mos8.0-security" + section: "main restricted" + priority: 1050 + - type: "deb" + name: "mos-holdback" -+ uri: "https://linux.enea.com/mos-repos/ubuntu/{cluster.release.environment_version}/" ++ uri: "http://linux.enea.com/mos-repos/ubuntu/{cluster.release.environment_version}" + suite: "mos8.0-holdback" + section: "main restricted" + priority: 1100 @@ -113,6 +113,3 @@ index f9c8ab6..4daa2a2 100644 + uri: "http://{settings.MASTER_IP}:8080/targetimages/env_{cluster.id}_ubuntu_1404_arm64-boot.img.gz" + format: "ext2" + container: "gzip" --- -1.9.1 - |