Hi everybody,

I've gotten the packaging issues we discussed taken care of in regards to trying to keep with Nova's layout/style. I hope that it's close to what everyone's envisioning.

I've updated the Blueprint: http://wiki.openstack.org/QuantumPackaging

It has a full run-down of getting started with the using the Quantum packages. You can get the source on github: https://github.com/CiscoSystems/quantum

There are also packages on PyPi so you can install Quantum with:

        virtualenv ~/.quantum-venv&&  pip install quantum -E ~/.quantum-venv
        #Install the sample-plugin
        pip install quantum-sample-plugin -E ~/.quantum-venv



This is a huge update in the way everything works, because it now has a unified build script, with a few different installation options (some requiring system privileges, some not). You can also run directly from the source code so you don't have to reinstall constantly.

Building of both RPMs and deb packages are working. Deb support is a bit hacked together. It first has to build an RPM, then use alien to convert it, so it would most likely need to be extracted/rebuilt after the initial building to make nice release packages. I'm working on finding a better solution.

Please test out installing and using the software and let me know if you run into any problems, or have any suggestions.

Thanks,
-Tyler

--
Mailing list: https://launchpad.net/~netstack
Post to     : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to