X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=opencloud.spec;h=31ab169565c4d361bf584accbdb9f801342ae1cd;hb=1cd32f69aa781a03adf89da7c42b0888fd1b937e;hp=6d79ed51633644be2d6561fa17fb705949a74468;hpb=aad5f8d5c975d626c8eface124ecb5b7215b0d8d;p=plstackapi.git diff --git a/opencloud.spec b/opencloud.spec index 6d79ed5..31ab169 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud Version: 1.0.28 -Release: 2 +Release: 5 License: GPL+ Group: Development/Tools Source0: %{_tmppath}/%{name}-%{version}.tar.gz @@ -104,13 +104,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 +112,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 +132,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