ubuntu - Installing Solum for Openstack/Devstack -


i've been trying install solum locally (first on windows, on ubuntu) since 3 weeks ago, no success.

there have been 4 distinct attempts i've tried:

a. installing m2 demo of solum - installation seems succesful, fails on last step - ie. connecting via browser. vagrantbox's port 9001 forwarded, route pingable, both firefox , google chrome respond "unable connect". just-in-case changing 192.168.78.0 192.168.76.0 didn't help.

interestingly, inspecting virtual machine vagrant ssh shows "solum not recognized command".

b. on ubuntu - fatal error right start (no repository). can't find way fix line via config files.

user@user:~/inzynierka/solum/contrib/devstack$ sh setup_devstack.sh checking docker getting solum code cloning '/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 '/home/user/devstack'... fatal: https://git.openstack.org/cgit/openstack-dev/devstack.git/info/refs not valid: git repository? setting devstack 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 /home/user/devstack finished! 

c. installing development environment (from solum's readthedocs dot org - can't post link because of two-link limit users less 10 reputation). once again:

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

d. installing solum separately on devstack - can install devstack no problem, have no idea after that. documentation says it: (again solum's readthedocs dot org - two-link limit)

 todo add docs here on how install on different distros like:       debian      redhat      suse      ubuntu 

am doing wrong? @ point i'm starting wonder if solum has been discontinued or if it's not ready use yet.

have tried using vagrant repo on ubuntu? (https://github.com/rackerlabs/vagrant-solum-dev). preferred approach.

for setting solum directly on devstack, need set solum specific files within devstack. have submitted patch update setup script (https://review.openstack.org/#/c/230222/)

if still run issues, find me on solum's irc channel , out.


Comments