From d891abc685bee5ffc76efd24ebd04d7aa4366eac Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Mon, 4 Jun 2018 09:50:17 -0500 Subject: [PATCH] Update armada source repository for armada multinode check This ps changes the git source for armada to reflect the move to airship-armada in the openstack namespace Change-Id: I6bb274d4c309eba5083702ecb614b4da42e84199 --- tools/deployment/armada/015-armada-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/armada/015-armada-build.sh b/tools/deployment/armada/015-armada-build.sh index 4094c292ac..86eaf2e703 100755 --- a/tools/deployment/armada/015-armada-build.sh +++ b/tools/deployment/armada/015-armada-build.sh @@ -17,7 +17,7 @@ set -xe TMP_DIR=$(mktemp -d) -git clone --depth 1 http://github.com/att-comdev/armada.git ${TMP_DIR}/armada + git clone --depth 1 http://github.com/openstack/airship-armada.git ${TMP_DIR}/armada sudo pip3 install ${TMP_DIR}/armada sudo make build -C ${TMP_DIR}/armada sudo rm -rf ${TMP_DIR}