[opensuse-cloud] Errors deploying DevStack on openSUSE
Hello, This is my first post on the list =) I'm trying to deploy OpenStack via DevStack for testing purposes. I followed the guide: http://en.opensuse.org/SDB:DevStack, but it doesn't goes as smooth as it says on the guide. In fact I'm having error after error and I'm getting frustrated. I tried both with openSUSE 12.3 and I had an error permission on a python lib which I could fix myself and then I had another error which I don't remember. Then I read that the officially supported was 12.2. I tried again with openSUSE 12.2, and here are the results: - The first error was that glance wasn't running, so I started manually with: glance-api prior stack.sh - The second one was that nova wasn't running, similarly I started manually with: nova-api prior stack.sh Now I'm getting this error: /usr/bin/nova-manage --config-file /etc/nova/nova.conf network create private 10.0.0.0/24 1 256 All the tests were run using devstack from github (master branch). I also tried the stable/folsom branch but openSUSE 12.2 wasn't supported (I had to use FORCE=yes), many errors happened too. Question: How do I deploy devstack on openSUSE (any version would do)??? Thanks a lot! -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
Hi Albert, Yup. I just tried installing in an LXC container and I'm getting keystone errors which my guess are related. You might want to take a look at a couple bugs I've submitted The first time I ran into this problem https://bugzilla.novell.com/show_bug.cgi?id=822493 Frustrated no one appears to be interested in resolving, asking for embedded tools which could help pin down the problem on my own https://bugzilla.novell.com/show_bug.cgi?id=822493 If you're experiencing what I've run into, the problem appears to be an authentication problem likely related to missing certs in a Gnome Key Ring. As I described in the second bug, the problem first appeared in Nova (Folsom) but that setup code now appears to have been moved to setting up Quantum (Grizzly). So, although the setup script errors I ran into were identified as Nova and Quantum errors, there is also a possibly of getting an error related to keystone (which I just got when attempting to install into an LXC container) because the nature of the problem is likely authentication. I've only tried installing Folsom and Grizzly on openSUSE 12.2 and 12.3. I haven't tried installing on SLES and wonder if no problem exists on SLES which might be why this problem on openSUSE is getting zero attention (again, if this is all the same problem). BTW - I tried to run ./stack.sh using a FORCE parameter every way I could imagine without success so wondering how you did it to run on 12.3 (if you were able). The workaround I created which works is to edit line 112, adding opensuse 12.3 as a supported distro follows(a little white lie) if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|saucy|7.0|wheezy|sid|testing|jessie|f16|f17|f18|f19|opensuse-12.2|opensuse-12.3|rhel6) ]]; then Tony On Sat, Sep 14, 2013 at 2:32 PM, Albert De La Fuente <vonpupp@gmail.com> wrote:
Hello,
This is my first post on the list =)
I'm trying to deploy OpenStack via DevStack for testing purposes. I followed the guide: http://en.opensuse.org/SDB:DevStack, but it doesn't goes as smooth as it says on the guide. In fact I'm having error after error and I'm getting frustrated.
I tried both with openSUSE 12.3 and I had an error permission on a python lib which I could fix myself and then I had another error which I don't remember. Then I read that the officially supported was 12.2.
I tried again with openSUSE 12.2, and here are the results: - The first error was that glance wasn't running, so I started manually with: glance-api prior stack.sh - The second one was that nova wasn't running, similarly I started manually with: nova-api prior stack.sh
Now I'm getting this error: /usr/bin/nova-manage --config-file /etc/nova/nova.conf network create private 10.0.0.0/24 1 256 All the tests were run using devstack from github (master branch). I also tried the stable/folsom branch but openSUSE 12.2 wasn't supported (I had to use FORCE=yes), many errors happened too.
Question: How do I deploy devstack on openSUSE (any version would do)???
Thanks a lot! -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
participants (2)
-
Albert De La Fuente
-
Tony Su