commit | 8fd7b6f05c7503859f136445cd4dfc09fdc6072b | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <sapanb@cs.princeton.edu> | Wed Nov 05 10:38:15 2014 -0500 |
committer | Sapan Bhatia <sapanb@cs.princeton.edu> | Wed Nov 05 10:38:15 2014 -0500 |
tree | 1b3634e80f40421f07b7f1ad1b1e81dc4ebe09c7 | |
parent | 475c597082a6b4c888e6ea11f606cd062882c732 [diff] |
Installation of ansible-based Observer
diff --git a/opencloud.spec b/opencloud.spec index 8a3df76..dc2c91a 100644 --- a/opencloud.spec +++ b/opencloud.spec
@@ -104,6 +104,14 @@ cp %{_tmppath}/tmp-filelist /tmp/tmp-filelist +# Clone ansible with latest openstack modules +git clone --recursive git://github.com/ansible/ansible.git /opt/ansible +mkdir -p /etc/ansible +echo > /etc/ansible/hosts << "EOF" +[localhost] +127.0.0.1 +EOF + %clean rm -rf %{buildroot}