From eb054ac701ff3ed57dccafea5a4a2e67d6bdbb60 Mon Sep 17 00:00:00 2001 From: Yibo Cai Date: Tue, 7 Nov 2017 13:27:38 +0800 Subject: deploy/template/vm: support aarch64 VM - Use architecture specific host-ARCH.xml if available, otherwise fallback to default host.xml(x86_64). - Add "--nvram" to undefine UEFI enabled VMs. Change-Id: I89a0eb3875f98d18a28463bbf1004f5eca5de324 Signed-off-by: Yibo Cai --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 2f81af36..bccbbd28 100755 --- a/deploy.sh +++ b/deploy.sh @@ -30,6 +30,8 @@ export OPENSTACK_VERSION=${OPENSTACK_VERSION:-ocata} +export COMPASS_ARCH=$(uname -m) + if [[ "x"$KUBERNETES_VERSION != "x" ]]; then unset OPENSTACK_VERSION fi -- cgit 1.2.3-korg