From 1cab5ba700f7752a05d069e2d55afd54a241f236 Mon Sep 17 00:00:00 2001 From: connorhaugh <49422820+connorhaugh@users.noreply.github.com> Date: Mon, 31 Jan 2022 15:35:35 -0500 Subject: [PATCH] docs: include M1 Chip Workaround Currently, Devstack and MYSQL interact poorly with newer Apple Machines which use "M1" Chips. An error causes provisioning to fail. A workaround is to specify ``platform: linux/amd64`` under the heading ``mysql57`` in ``docker-compose.yml`` and attempting to provision again. Solution found in: https://onexlab-io.medium.com/apple-m1-chip-no-matching-manifest-for-linux-arm64-v8-docker-mysql-5142060a9309 . Update a result of https://docs.google.com/document/d/1XU0z92O_OvVczFavhsxhj-7beWXOc1_4SPPzwwexKho/edit --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6026e6c424..5657f1a2d2 100644 --- a/README.rst +++ b/README.rst @@ -370,7 +370,7 @@ because services are in the process of being upgraded to Elasticsearch 7, but no support Elasticsearch 7 yet. As we complete these migrations, we will update the dependencies of these containers. - +Currently, Devstack and MYSQL interact poorly with newer Apple Machines which use "M1" Chips. An error causes provisioning to fail. A workaround is to specify ``platform: linux/amd64`` under the heading ``mysql57`` in ``docker-compose.yml`` and attempting to provision again. Advanced Configuration Options ------------------------------