ging / fiware-idm-deprecated

DEPRECATED - Identity Manager - Keyrock
Apache License 2.0
18 stars 25 forks source link

Step by step Installation failed #22

Closed Jaredmmx closed 8 years ago

Jaredmmx commented 8 years ago

I've successfully followed all steps until fab keystone.dev_server when:

2015-10-23 14:37:25.290 1174 WARNING keystone.openstack.common.versionutils [-] Deprecated: keystone.middleware.core.XmlBodyMiddleware is deprecated as of Icehouse in favor of support for "application/json" only and may be removed in Kilo. 2015-10-23 14:37:25.394 1174 WARNING keystone.openstack.common.versionutils [-] Deprecated: keystone.contrib.revoke.backends.kvs is deprecated as of Juno in favor of keystone.contrib.revoke.backends.sql and may be removed in Kilo. 2015-10-23 14:37:25.397 1174 INFO keystone.common.kvs.core [-] Using default dogpile sha1_mangle_key as KVS region os-revoke-driver key_mangler 2015-10-23 14:37:25.473 1174 INFO keystone.common.environment.eventlet_server [-] Starting bin/keystone-all on 192.168.10.36:35357 2015-10-23 14:37:25.474 1174 INFO keystone.openstack.common.service [-] Starting 2 workers 2015-10-23 14:37:25.476 1174 INFO keystone.openstack.common.service [-] Started child 1177 2015-10-23 14:37:25.479 1174 INFO keystone.openstack.common.service [-] Started child 1178 2015-10-23 14:37:25.485 1174 INFO keystone.common.environment.eventlet_server [-] Starting bin/keystone-all on 192.168.10.36:5000 2015-10-23 14:37:25.489 1174 INFO keystone.openstack.common.service [-] Starting 2 workers 2015-10-23 14:37:25.482 1177 INFO eventlet.wsgi.server - wsgi starting up on http://192.168.10.36:35357/ 2015-10-23 14:37:25.491 1174 INFO keystone.openstack.common.service [-] Started child 1179 2015-10-23 14:37:25.488 1178 INFO eventlet.wsgi.server - wsgi starting up on http://192.168.10.36:35357/ 2015-10-23 14:37:25.499 1174 INFO keystone.openstack.common.service [-] Started child 1180 2015-10-23 14:37:25.506 1179 INFO eventlet.wsgi.server - wsgi starting up on http://192.168.10.36:5000/ 2015-10-23 14:37:25.509 1180 INFO eventlet.wsgi.server - wsgi starting up on http://192.168.10.36:5000/

An there it stays until I get bored and press Ctrl+C...

IP used to be 0.0.0.0 so I edited the config file to set the current IP address but, as you can see, it makes no difference.

After all I would like to install keyrock extensions into a working copy of devstack (openstack), because I need other devstack components installed. Bu I found no info about how to do it.

If you could only give me instructions for that I'd appretiate.

garcianavalon commented 8 years ago

Hi @Jaredmmx ,

Keystone is a REST service and its there waiting for you to make a request. If you don't ask him to do anything, it won't do anything, as any other server. Try using the REST API http://fiware-idm.readthedocs.org/en/latest/introduction.html#api-overview Or run horizon to provide a GUI for Keystone http://fiware-idm.readthedocs.org/en/latest/admin_guide.html#installing-the-front-end

Currently there is no documentation or supported method to install our extension in a vanilla Keystone. You can copy-paste all the extensions and required conf in your Keystone and make it work or replace the devstack Keystone with ours. One of the future improvements is to package independently all the extensions to allow this custom installations.

BR, Enrique

Jaredmmx commented 8 years ago

I've successfully completed install, using the scripts provided.

I'd appretiate documentation or supported method to install our extension in a vanilla Keystone or instructions to correctly copy-paste all the extensions and required conf in my Keystone.

garcianavalon commented 8 years ago

Its a planned improvement but I can't say when will it be ready. I can give you support I've you encounter an specific issue.

I'll close this issue for now, feel free to open it again if something is not yet solved.