docs: add note about tag suffix for aarch64

Users of aarch64 architecture need to set tag suffix if they use
official images.

Change-Id: Iefc2e736d23e0e86ed55d8225e71857fb997a4c3
This commit is contained in:
Marcin Juszkiewicz 2023-01-04 11:32:21 +01:00
parent 29e96d89b1
commit 23329dbc70

View File

@ -190,6 +190,19 @@ There are a few options that are required to deploy Kolla Ansible:
kolla_base_distro: "rocky"
* AArch64 options
Kolla provides images for both x86-64 and aarch64 architectures. They are not
"multiarch" so users of aarch64 need to define "openstack_tag_suffix"
setting:
.. code-block:: console
openstack_tag_suffix: "-aarch64"
This way images built for aarch64 architecture will be used.
* Networking
Kolla Ansible requires a few networking options to be set.