Add s390x as supported architecture
The s390x architecture (aka IBM z Systems) supports OpenStack since the Kilo release. This change adds the necessary tweaks to let openstack-ansible do its work on that platform. Change-Id: Ib682fb19626156b6545e9e62bd8dd0732d2f1ab1 Co-Authored-By: Chris Beukers <chris.beukers@icu-it.nl>
This commit is contained in:
parent
d3f209fb57
commit
67fc56366e
@ -27,6 +27,7 @@ lxc_hosts_pip_package_state: "latest"
|
||||
lxc_architecture_mapping:
|
||||
x86_64: amd64
|
||||
ppc64le: ppc64el
|
||||
s390x: s390x
|
||||
|
||||
# Set the volume size in gigabytes for the machine image caches.
|
||||
lxc_host_machine_volume_size: 16
|
||||
|
3
releasenotes/notes/ubuntu-s390x-0a561bc69354d48a.yaml
Normal file
3
releasenotes/notes/ubuntu-s390x-0a561bc69354d48a.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Add support for Ubuntu on IBM z Systems (s390x).
|
Loading…
Reference in New Issue
Block a user