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: Ifa788182142b9fb4613007c087dae78eec52c5d9
Co-Authored-By: Chris Beukers <chris.beukers@icu-it.nl>
This commit is contained in:
Markus Zoeller 2017-06-26 13:51:33 +02:00
parent 61d36c1151
commit 3e3d5cd07b
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,7 @@ lxc_container_base_name: "{{ lxc_container_base_name_prefix }}{{ lxc_container_m
lxc_architecture_mapping:
x86_64: amd64
ppc64le: ppc64el
s390x: s390x
# lxc container rootfs directory and cache path
lxc_container_directory: "/var/lib/lxc"

View File

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