Skip to content
Snippets Groups Projects
Commit 23329dbc authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz
Browse files

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
parent 29e96d89
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment