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
This commit is contained in:
Steve Wilkerson 2018-06-04 09:50:17 -05:00
parent d76591d974
commit d891abc685

View File

@ -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}