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:
Markus Zoeller 2017-06-26 13:38:34 +02:00
parent d3f209fb57
commit 67fc56366e
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
---
features:
- Add support for Ubuntu on IBM z Systems (s390x).