Sometime if I find enough time I’ll create a full wiki page compiling the state of OpenStack and Devstack on openSUSE…
For now,
-
Although much closer than any time I can remember it looks like installing the full OpenStack on openSUSE is closer but still not possible. There is specific SUSE/openSUSE documentation but for now won’t deliver on openSUSE (maybe it does for SLES).
-
For the time being, no hope to install the OpenStack Controller node on LEAP because eucatools won’t compile. But, Compute and Network nodes do install on LEAP. If you want to try installing, install the Controller node on openSUSE 13.2. But, be prepared for a fail (see above).
-
Good news installing Devstack instead of full OpenStack on openSUSE 13.2 (and maybe all stable versions of openSUSE and SUSE). By default Devstack installs nova networking instead of neutron networking, but I’d guess that should be possible as an “after install” re-configuration. And, for most people I’d also guess that DevStack should provide all the OpenStack functionality and scalability that’s needed, and is Production quality(or install small for demo or instructional purposes). As of today, there is no official documentation for installing DevStack on any openSUSE/SUSE but I have created a script that fully automates and makes installation drop-dead easy. Because of a zypper issue, you need to run the following script twice in succession
https://github.com/putztzu/public_scripts/blob/master/devstack_on_13.2.sh
If you are new to DevStack/OpenStack, after you have a running DevStack on openSUSE I strongly recommend the first steps exploring what you have in the original DevStack SDB
https://en.opensuse.org/SDB:DevStack
So, Fedora and Ubuntu now aren’t the only distros you can install DevStack!
TSU