X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=blobdiff_plain;f=opencloud.spec;h=0bbf9a6f34ccec06410f4e34958c9b6cdb6c02cf;hp=dc2c91ac172131c6ed3159c32025c2573c78d14f;hb=HEAD;hpb=9df26a27396717e1645a38b603d10c8f78f61660 diff --git a/opencloud.spec b/opencloud.spec index dc2c91a..0bbf9a6 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,6 +1,6 @@ Summary: OpenCloud core services Name: opencloud -Version: 1.0.27 +Version: 1.0.29 Release: 3 License: GPL+ Group: Development/Tools @@ -31,7 +31,7 @@ requires: wget %pre pip-python install django==1.7 -pip-python install djangorestframework +pip-python install djangorestframework==2.4.4 pip-python install markdown # Markdown support for the browseable API. pip-python install pyyaml # YAML content-type support. pip-python install django-filter # Filtering support @@ -53,6 +53,7 @@ pip-python install python-keystoneclient pip-python install python-novaclient pip-python install python-neutronclient pip-python install python-glanceclient +pip-python install python-ceilometerclient easy_install django_evolution @@ -104,13 +105,6 @@ 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} @@ -119,6 +113,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %config /opt/planetstack/plstackapi_config %config /opt/planetstack/deployment_auth.py +%config /opt/planetstack/model-deps %post ln -s ec2_observer /opt/planetstack/observer @@ -138,6 +133,15 @@ else /opt/planetstack/scripts/opencloud evolvedb fi +# 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 + + # start the server /opt/planetstack/scripts/opencloud runserver