Linaro US: Add a 16GB RAM label for CentOS 8

Nova CPU service fails to boot instances on ARM64 with the following
error log message:

qemu-kvm: cannot set up guest memory 'mach-virt.ram': Cannot allocate memory

This was observed while testing Octavia-enabled devstack deployments in
CI [1]. This patch adds a 16 GB RAM label for CentOS 8, similarly to
existing  16 GB RAM Bionic label introduced in [2].

[1] https://review.opendev.org/#/c/747629/
[2] https://review.opendev.org/#/c/714346/

Change-Id: If594fe44ad739b517ea56ebcd28008406b3b55ad
This commit is contained in:
Carlos Goncalves 2020-09-21 17:25:39 +02:00
parent 8b02947c99
commit 4769f28666
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,8 @@ labels:
- name: centos-8
- name: centos-8-arm64
min-ready: 1
- name: centos-8-arm64-large
min-ready: 1
- name: debian-buster
- name: debian-buster-arm64
min-ready: 1
@ -444,6 +446,11 @@ providers:
flavor-name: 'os.large'
diskimage: centos-8-arm64
key-name: infra-root-keys-2020-05-13
- name: centos-8-arm64-large
min-ram: 16000
flavor-name: 'm1.xxlarge'
diskimage: centos-8-arm64
key-name: infra-root-keys-2020-05-13
- name: debian-buster-arm64
min-ram: 8000
flavor-name: 'os.large'