X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=opencloud.spec;h=6d79ed51633644be2d6561fa17fb705949a74468;hb=aad5f8d5c975d626c8eface124ecb5b7215b0d8d;hp=895b9dcd0172d725860d17e096a0e5c1f9047c1a;hpb=7121285de503199c2d94c057b7c24fd62414b650;p=plstackapi.git diff --git a/opencloud.spec b/opencloud.spec index 895b9dc..6d79ed5 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud -Version: 1.0.27 -Release: 3 +Version: 1.0.28 +Release: 2 License: GPL+ Group: Development/Tools Source0: %{_tmppath}/%{name}-%{version}.tar.gz @@ -49,6 +49,11 @@ pip-python install django-bitfield pip-python install django-ipware pip-python install django-encrypted-fields pip-python install python-keyczar +pip-python install python-keystoneclient +pip-python install python-novaclient +pip-python install python-neutronclient +pip-python install python-glanceclient + easy_install django_evolution easy_install python_gflags @@ -99,6 +104,14 @@ comm -13 %{_tmppath}/config-files.sorted %{_tmppath}/tmp-filelist.sorted > %{_tm 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}