简体   繁体   中英

Installing Solum for Openstack/Devstack

I've been trying to install Solum locally (first on Windows, then on Ubuntu) since about 3 weeks ago, with no success.

There have been four distinct attempts I've tried:

A. Installing m2 demo of Solum - installation seems succesful, but fails on the last step - ie. connecting via browser. VagrantBox's port 9001 is forwarded, the route is pingable, but both Firefox and Google Chrome respond with "Unable to connect". Just-in-case changing 192.168.78.0 to 192.168.76.0 didn't help.

Interestingly, inspecting the virtual machine with vagrant ssh shows that "solum is not a recognized command".

B. On Ubuntu - fatal error right by the start (no repository). I can't find a way to fix that line via any config files.

user@user:~/Inzynierka/solum/contrib/devstack$ sh setup_devstack.sh
Checking for Docker
Getting Solum Code
Cloning into '/home/user/solum'...
remote: Counting objects: 11080, done.
remote: Compressing objects: 100% (5272/5272), done.
remote: Total 11080 (delta 7927), reused 8395 (delta 5518)
Receiving objects: 100% (11080/11080), 1.64 MiB | 1.59 MiB/s, done.
Resolving deltas: 100% (7927/7927), done.
Checking connectivity... done.
Getting devstack Code
Cloning into '/home/user/devstack'...
fatal: https://git.openstack.org/cgit/openstack-dev/devstack.git/info/refs not valid: is this a git repository?
Setting up devstack for Solum
cp: cannot create regular file ‘/home/user/devstack/lib’: No such file or directory
cp: cannot create regular file ‘/home/user/devstack/extras.d’: No such file or directory
Starting devstack
setup_devstack.sh: 27: cd: can't cd to /home/user/devstack
Finished!

C. Installing the development environment (from solum's readthedocs dot org - can't post link because of two-link limit for users with less than 10 reputation). Once again:

fatal: remote error: access denied or repository not exported: /stackforge/solum

D. Installing solum separately on devstack - I can install devstack with no problem, but I have no idea what to do after that. All the documentation says about it: (again from solum's readthedocs dot org - two-link limit)

 TODO add docs here on how to install on different distros like:

     debian
     redhat
     suse
     ubuntu

Am I doing something wrong? At this point I'm starting to wonder if Solum has been discontinued or if it's not ready for use yet.

Have you tried using vagrant repo on Ubuntu? ( https://github.com/rackerlabs/vagrant-solum-dev ). This is the preferred approach.

For setting up Solum directly on Devstack, you will need to set up Solum specific files within Devstack. Recently I have submitted a patch to update the setup script ( https://review.openstack.org/#/c/230222/ )

If you still run into issues, find me on Solum's IRC channel and I will help you out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM