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:
parent
d76591d974
commit
d891abc685
@ -17,7 +17,7 @@
|
|||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
TMP_DIR=$(mktemp -d)
|
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 pip3 install ${TMP_DIR}/armada
|
||||||
sudo make build -C ${TMP_DIR}/armada
|
sudo make build -C ${TMP_DIR}/armada
|
||||||
sudo rm -rf ${TMP_DIR}
|
sudo rm -rf ${TMP_DIR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user