*** mhen has quit IRC | 02:13 | |
*** mhen has joined #openstack-keystone | 02:14 | |
*** whoami-rajat has joined #openstack-keystone | 02:37 | |
*** vishakha has joined #openstack-keystone | 03:46 | |
*** shyamb has joined #openstack-keystone | 05:48 | |
openstackgerrit | Vishakha Agarwal proposed openstack/keystone master: Add openstack_groups to assertion https://review.openstack.org/588211 | 06:43 |
---|---|---|
*** alexchadin has joined #openstack-keystone | 07:19 | |
openstackgerrit | Vishakha Agarwal proposed openstack/keystone master: Add openstack_groups to assertion https://review.openstack.org/588211 | 07:24 |
*** shyamb has quit IRC | 08:01 | |
*** shyamb has joined #openstack-keystone | 09:09 | |
*** shyamb has quit IRC | 10:33 | |
*** aojea has joined #openstack-keystone | 10:43 | |
*** aojea has quit IRC | 10:47 | |
*** alexchadin has quit IRC | 10:56 | |
*** annp has quit IRC | 10:57 | |
*** shyamb has joined #openstack-keystone | 11:05 | |
*** aojea has joined #openstack-keystone | 11:22 | |
*** jonher has quit IRC | 11:22 | |
*** aojea has quit IRC | 11:26 | |
*** raildo has joined #openstack-keystone | 11:39 | |
openstackgerrit | Merged openstack/keystone master: Use renamed template 'integrated-gate-py3' https://review.openstack.org/626086 | 11:49 |
*** xek has joined #openstack-keystone | 12:13 | |
*** shyamb has quit IRC | 12:52 | |
*** aojea has joined #openstack-keystone | 12:53 | |
*** whoami-rajat has quit IRC | 13:37 | |
*** vishakha has quit IRC | 13:51 | |
*** lbragstad has joined #openstack-keystone | 14:04 | |
*** ChanServ sets mode: +o lbragstad | 14:04 | |
lbragstad | o/ | 14:39 |
*** erus has joined #openstack-keystone | 14:45 | |
erus | Hello :) | 14:53 |
erus | Is anybody there? :p | 14:55 |
*** lbragstad has quit IRC | 14:57 | |
*** lbragstad has joined #openstack-keystone | 14:59 | |
*** ChanServ sets mode: +o lbragstad | 14:59 | |
lbragstad | erus o/ | 15:00 |
erus | Hi, how are you? | 15:00 |
lbragstad | i'm doing well, how are you? | 15:02 |
erus | I'm fine, but dying of heat, it's so hot right now | 15:03 |
erus | I'm in a coffee shop, i can't stay at home haha | 15:05 |
lbragstad | you can come shovel snow with me if you like | 15:06 |
erus | I don't have see the snow yet :) | 15:06 |
erus | I hope one day xD | 15:06 |
erus | Where are you from? | 15:07 |
lbragstad | Fargo, North Dakota | 15:07 |
erus | Oh great! | 15:08 |
lbragstad | you? | 15:08 |
erus | Venezuela :) | 15:08 |
lbragstad | oh - nice | 15:08 |
erus | But actually not living there | 15:09 |
erus | :( | 15:09 |
erus | I left home about 1 year ago | 15:09 |
lbragstad | ah - where are you located now? | 15:10 |
erus | Argentina | 15:10 |
lbragstad | awesome! | 15:10 |
erus | Buenos Aires | 15:10 |
erus | Yay, i don't like it so much really | 15:10 |
erus | The weather is very humid haha | 15:13 |
erus | So, i've been working with devstack and keystone and and trying to understand everything but it has been a little overwhelming | 15:15 |
lbragstad | yeah? | 15:17 |
lbragstad | is there something in particular you have a question about? | 15:17 |
erus | Yes i have some questions | 15:17 |
lbragstad | well - i have a pretty open schedule today, so feel free to ask away | 15:18 |
erus | Thanks :D | 15:18 |
erus | Well, first, i tried to launch an instance but it failed when i attached a volume, without a volume it launch without problems | 15:19 |
erus | But i can't access to the vm neither ping or ssh | 15:19 |
erus | I configured the security group and all of that but don't know whats happening | 15:20 |
*** aojea has quit IRC | 15:20 | |
lbragstad | hmm | 15:20 |
lbragstad | so the first problem sounds like something might be wrong with cinder, or how it's configured | 15:20 |
lbragstad | are you booting from volume? | 15:20 |
lbragstad | or just trying to attach a volume? | 15:21 |
erus | My steps were: create a new flavor, image, networks and then launch the instance selecting the volume option there | 15:22 |
erus | And the keypair | 15:22 |
erus | But it said that failed with status error | 15:22 |
lbragstad | ok - so you are booting from a volume then | 15:22 |
erus | Yes | 15:23 |
lbragstad | did you check the cinder logs on boot? | 15:23 |
erus | But when i do the same but without selecting the volume option it launches | 15:23 |
erus | Don't know how to check the cinder logs :/ | 15:23 |
erus | I'm not very familiar with all the services yet | 15:24 |
lbragstad | no worries - you should be able to use journalctl to check logs | 15:25 |
lbragstad | devstack uses systemd - so if you're familiar with that at all, that might help | 15:26 |
lbragstad | https://docs.openstack.org/devstack/latest/systemd.html | 15:26 |
erus | Ok ok i will check that | 15:26 |
lbragstad | https://docs.openstack.org/devstack/latest/systemd.html#querying-logs tells you how you can query logs for a service | 15:26 |
erus | Thanks | 15:26 |
erus | Do i have to set in somewhwere logs = True or something like that? | 15:27 |
erus | Or it is enable by default? | 15:27 |
lbragstad | well - each service has a configuration file | 15:27 |
erus | Ok ok | 15:27 |
lbragstad | but devstack might set debug on some of those service automatically | 15:28 |
lbragstad | but ``sudo journalctl -f -a --unit devstack@c-*`` will actually give you the logs for all cinder services | 15:28 |
lbragstad | c-api, c-vol, c-sch | 15:28 |
lbragstad | c-api is the cinder API process, c-vol is the process managing the storage itself, and c-sch is the process figuring out how to handle scheduling requests (e.g., give me a 50 GB volume) | 15:29 |
lbragstad | but - if you only wanted the logs for a specific cinder service, you could do ``sudo journalctl -f -a --unit devstack@c-api`` | 15:30 |
erus | Oh i see, got it :) i'll try that | 15:33 |
erus | Another thing is about using curl to access the keystone API | 15:34 |
*** whoami-rajat has joined #openstack-keystone | 15:35 | |
lbragstad | (fwiw - the oslo.log library, which is used by most openstack services, exposes additional configuration options for tweaking log output, like debug, or special formatting options) | 15:35 |
erus | Do i have to set port 5000 in the local.conf? I mean, when i try to get the access token it says failed to connect to port 5000 | 15:36 |
lbragstad | you can see some of that in this sample configuration file for cinder under the oslo.conf section https://docs.openstack.org/cinder/latest/configuration/block-storage/samples/cinder.conf.html | 15:36 |
lbragstad | did you just run a plain devstack installation? | 15:37 |
erus | Ok i'll check that to thanks | 15:37 |
lbragstad | if you just ran devstack, you should see output when stack.sh finishes telling you where your keystone endpoint is | 15:38 |
erus | Yes, i follow the steps in https://docs.openstack.org/devstack/latest/ | 15:38 |
erus | And just add the 4 password to the local.conf nothing else | 15:38 |
erus | Yes i can access to the dashboard, the default por is 80 | 15:39 |
erus | But not sure how to use curl to access the keystone API | 15:40 |
erus | And how to get a token and so on | 15:40 |
lbragstad | https://pasted.tech/pastes/44cf1ca4f3f9a4d633daae1df476bf2fb688f5b9.raw | 15:41 |
lbragstad | for example - that is where my keystone endpoint is | 15:41 |
erus | I was trying to follow the colleen post about setting up keystone with an external identity provider but i couldn't | 15:41 |
lbragstad | for example, i can authenticate directly against the keystone API using... | 15:42 |
erus | Oh i understand now, i thought i need to use port 5000 and not where my keystone endpoint was, i was confused | 15:44 |
lbragstad | https://pasted.tech/pastes/6f5dfe28c60079b45e9a6deef6808d7a0c64194d.raw | 15:44 |
lbragstad | yeah - it doesn't matter which port you use | 15:44 |
lbragstad | but it is configurable due to some legacy requirements of when keystone used to support a v2.0 API | 15:45 |
lbragstad | theoretically, it can run on port 80 or 443 | 15:45 |
erus | Ok ok got it | 15:46 |
lbragstad | https://docs.openstack.org/keystone/latest/contributor/http-api.html tries to explain some of that history | 15:46 |
*** aojea has joined #openstack-keystone | 15:50 | |
erus | I'm in www.gazlene.net/demystifying-keystone-federation.html trying to create federation resources in keystone | 15:53 |
erus | But when i attempt to use curl it says that could not resolve host, not sure if i'm missing something | 15:54 |
*** aojea has quit IRC | 15:54 | |
lbragstad | you can use the clients to do that, too | 15:55 |
lbragstad | as opposed to using curl directly | 15:55 |
erus | Not sure how | 15:58 |
lbragstad | colleen is using python-openstackclient in her blog post | 15:59 |
lbragstad | devstack will install it for you | 16:02 |
erus | There is a link the she send to me https://docs.openstack.org/keystone/latest/advanced-topics/federation/federated_identity.html but its not working, it throw a 404 | 16:08 |
erus | That* | 16:08 |
lbragstad | that section of the documentation was recently refactored | 16:09 |
lbragstad | you can find the new version here - https://docs.openstack.org/keystone/latest/admin/federation/federated_identity.html | 16:09 |
erus | Ok thanks, i saw it | 16:10 |
erus | Well i'll try to set up devstack with an external identity provider | 16:11 |
*** erus has quit IRC | 17:40 | |
*** erus has joined #openstack-keystone | 17:47 | |
*** erus has quit IRC | 18:08 | |
*** erus has joined #openstack-keystone | 18:12 | |
*** aojea has joined #openstack-keystone | 18:13 | |
*** aojea has quit IRC | 18:17 | |
*** dave-mccowan has joined #openstack-keystone | 19:56 | |
*** whoami-rajat has quit IRC | 19:57 | |
*** dave-mccowan has quit IRC | 19:57 | |
*** aojea has joined #openstack-keystone | 20:22 | |
*** aojea has quit IRC | 20:27 | |
*** aojea has joined #openstack-keystone | 20:34 | |
*** raildo has quit IRC | 20:37 | |
*** aojea has quit IRC | 20:54 | |
*** aojea has joined #openstack-keystone | 20:55 | |
*** aojea has quit IRC | 21:20 | |
*** aojea has joined #openstack-keystone | 21:21 | |
*** aojea has quit IRC | 21:26 | |
*** aojea_ has joined #openstack-keystone | 21:26 | |
*** aojea_ has quit IRC | 21:28 | |
*** aojea has joined #openstack-keystone | 21:28 | |
*** dave-mccowan has joined #openstack-keystone | 21:31 | |
openstackgerrit | Merged openstack/keystone master: Update doc with samltest.id https://review.openstack.org/627376 | 22:01 |
*** dave-mccowan has quit IRC | 22:09 | |
*** aojea has quit IRC | 22:24 | |
*** aojea has joined #openstack-keystone | 22:24 | |
*** erus has quit IRC | 22:56 | |
*** aojea has quit IRC | 23:06 | |
*** erus has joined #openstack-keystone | 23:11 | |
*** erus has quit IRC | 23:13 | |
*** lbragstad has quit IRC | 23:27 | |
*** aojea has joined #openstack-keystone | 23:51 | |
*** aojea has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!