Skip to content
Snippets Groups Projects
Commit 04eef90e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Unpin ARA, update callback location"

parents 6ca1c68b fd60d2ba
No related branches found
No related tags found
No related merge requests found
...@@ -123,11 +123,11 @@ function setup_ansible { ...@@ -123,11 +123,11 @@ function setup_ansible {
# Record the running state of the environment as seen by the setup module # Record the running state of the environment as seen by the setup module
ansible all -i ${RAW_INVENTORY} -m setup > /tmp/logs/ansible/initial-setup ansible all -i ${RAW_INVENTORY} -m setup > /tmp/logs/ansible/initial-setup
sudo pip install ara==0.9.1 sudo pip install ara
sudo mkdir /etc/ansible sudo mkdir /etc/ansible
sudo tee /etc/ansible/ansible.cfg<<EOF sudo tee /etc/ansible/ansible.cfg<<EOF
[defaults] [defaults]
callback_plugins = /usr/lib/python2.7/site-packages/ara/callback:\$VIRTUAL_ENV/lib/python2.7/site-packages/ara/callback:/usr/local/lib/python2.7/dist-packages/ara/callback callback_plugins = /usr/lib/python2.7/site-packages/ara/plugins/callbacks:\$VIRTUAL_ENV/lib/python2.7/site-packages/ara/plugins/callbacks
EOF EOF
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment