Fix ara installation

Using the latest ara supporting ansible 2.5.5

Change-Id: Id44948986609093b709e23e0d9f9eddd690fa2b8
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2020-07-01 23:56:03 -05:00
parent 7cf8c6f893
commit ecb58b85be
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3

View File

@ -64,7 +64,7 @@ function ansible_install {
# what's deployed in the gates # what's deployed in the gates
sudo -H -E pip3 install --upgrade "ansible==2.5.5" sudo -H -E pip3 install --upgrade "ansible==2.5.5"
sudo -H -E pip3 install --upgrade \ sudo -H -E pip3 install --upgrade \
ara \ ara==0.16.5 \
yq yq
} }
@ -84,7 +84,7 @@ else
fi fi
cd ${WORK_DIR} cd ${WORK_DIR}
export ANSIBLE_CALLBACK_PLUGINS="$(python -c 'import os,ara; print(os.path.dirname(ara.__file__))')/plugins/callbacks" export ANSIBLE_CALLBACK_PLUGINS="$(python3 -m ara.setup.callback_plugins)"
rm -rf ${HOME}/.ara rm -rf ${HOME}/.ara
function dump_logs () { function dump_logs () {