Skip to content
Snippets Groups Projects
Commit 3425b0f6 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "docs: add note about tag suffix for aarch64"

parents bc5e4621 23329dbc
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