*** fredyx10 has joined #openstack-barbican | 00:05 | |
*** fredyx101 has joined #openstack-barbican | 00:05 | |
*** fredyx102 has joined #openstack-barbican | 00:08 | |
*** fredyx10 has quit IRC | 00:09 | |
*** fredyx101 has quit IRC | 00:10 | |
*** fredyx102 has quit IRC | 00:12 | |
*** kebray has joined #openstack-barbican | 00:14 | |
*** fredyx10 has joined #openstack-barbican | 00:18 | |
*** fredyx101 has joined #openstack-barbican | 00:19 | |
*** fredyx10 has quit IRC | 00:22 | |
*** ccneill has quit IRC | 00:38 | |
*** zz_dimtruck is now known as dimtruck | 00:49 | |
*** dimtruck is now known as zz_dimtruck | 01:34 | |
*** dave-mccowan has quit IRC | 01:48 | |
*** diazjf has joined #openstack-barbican | 02:03 | |
*** zz_dimtruck is now known as dimtruck | 02:04 | |
*** igueths has joined #openstack-barbican | 02:07 | |
*** kebray has quit IRC | 02:23 | |
*** lisaclark has joined #openstack-barbican | 02:27 | |
lisaclark | jkf: ping | 02:32 |
---|---|---|
*** dimtruck is now known as zz_dimtruck | 02:47 | |
*** zz_dimtruck is now known as dimtruck | 02:48 | |
*** dimtruck is now known as zz_dimtruck | 02:55 | |
*** zz_dimtruck is now known as dimtruck | 02:56 | |
*** fredyx101 has quit IRC | 02:57 | |
*** dimtruck is now known as zz_dimtruck | 03:00 | |
*** kebray has joined #openstack-barbican | 03:01 | |
*** Nirupama has joined #openstack-barbican | 03:02 | |
*** diazjf has quit IRC | 03:05 | |
*** zz_dimtruck is now known as dimtruck | 03:06 | |
*** diazjf has joined #openstack-barbican | 03:12 | |
*** diazjf has quit IRC | 03:13 | |
*** sseago has quit IRC | 03:26 | |
*** pdesai has quit IRC | 03:44 | |
*** cheneydc has joined #openstack-barbican | 03:52 | |
*** alee has quit IRC | 04:06 | |
*** sseago has joined #openstack-barbican | 04:13 | |
*** alee has joined #openstack-barbican | 04:22 | |
*** lisaclark has quit IRC | 04:29 | |
*** kebray has quit IRC | 04:37 | |
*** kebray has joined #openstack-barbican | 04:37 | |
*** nelsnels_ has joined #openstack-barbican | 04:40 | |
*** nelsnelson has quit IRC | 04:42 | |
*** shohel has joined #openstack-barbican | 04:44 | |
*** cheneydc has quit IRC | 04:46 | |
*** Nirupama has quit IRC | 05:16 | |
*** cheneydc has joined #openstack-barbican | 05:23 | |
*** jaosorior has joined #openstack-barbican | 05:37 | |
*** gyee has quit IRC | 06:01 | |
*** jaosorior has quit IRC | 06:05 | |
cheneydc | hi, I add the barbican endpoint to keystone via "openstack endpoint create", but cli still access the localhost, not the endpoint | 06:20 |
cheneydc | any one can help? | 06:20 |
*** jaosorior has joined #openstack-barbican | 06:26 | |
*** Nirupama has joined #openstack-barbican | 06:37 | |
*** NazcaLines has joined #openstack-barbican | 08:08 | |
*** kebray has quit IRC | 08:09 | |
*** shohel has quit IRC | 08:15 | |
cheneydc | any one can help? | 08:16 |
jaosorior | cheneydc: most people are in US timezone unfortunately, but what's up? | 08:19 |
cheneydc | jaosorior: hi, I want to add the barbican endpoint, but how to make sure it works? | 08:24 |
cheneydc | jaosorior: barbican cli always access localhost, not the endpoint I added | 08:25 |
jaosorior | cheneydc, how does your keystone endpoints look like? | 08:26 |
jaosorior | *do | 08:26 |
cheneydc | jaosorior: # openstack endpoint show 53e0130b9cf34128a108633167c9250c | 08:28 |
cheneydc | +--------------+----------------------------------+ | 08:28 |
cheneydc | | Field | Value | | 08:28 |
cheneydc | +--------------+----------------------------------+ | 08:28 |
cheneydc | | enabled | True | | 08:28 |
cheneydc | | id | 53e0130b9cf34128a108633167c9250c | | 08:28 |
cheneydc | | interface | public | | 08:28 |
cheneydc | | region | RegionOne | | 08:28 |
cheneydc | | region_id | RegionOne | | 08:28 |
cheneydc | | service_id | f835f175a42b4f07aa813f9f38561e95 | | 08:28 |
cheneydc | | service_name | barbican | | 08:28 |
cheneydc | | service_type | key-manager | | 08:28 |
cheneydc | | url | http://l-controller-2:9311 | | 08:28 |
cheneydc | +--------------+----------------------------------+ | 08:28 |
jaosorior | Well, a temporary workaround would be to give the --endpoint flag to the barbican command | 08:30 |
jaosorior | and it will take the url that you give it | 08:31 |
jaosorior | but still, that endpoint seems correct | 08:31 |
cheneydc | jaosorior: I should add the --endpoint flag to cli *everytime* ? | 08:31 |
jaosorior | cheneydc: that's a workaround that you can use while we get it to properly work | 08:31 |
jaosorior | you shouldn't need doing that... So meanwhile I'm thinking why that's happening | 08:32 |
jaosorior | * need to do that | 08:32 |
jaosorior | damn, my english is getting worst and worst (just got back from vacations) | 08:32 |
jaosorior | cheneydc: Anyway, the barbican cli should be using the value given from keystone. if no --endpoint flag is given | 08:33 |
cheneydc | jaosorior: ok, and I also set the env "export BARBICAN_ENDPOINT="http://l-controller-2:9311"" but did not help | 08:33 |
jaosorior | cheneydc: yeah, the BARBICAN_ENDPOINT environment variable should be alternative to using --endpoint | 08:34 |
jaosorior | what do you mean it's only using localhost? Do you mean the client tries to use localhost and eventually gets a 404? (which is what I initially understood) | 08:35 |
jaosorior | or is it so that your secret refs are set in localhost? such as http://localhost:9311/v1/secrets/<secret-id> ?? | 08:36 |
cheneydc | jaosorior: Starting new HTTP connection (1): l-controller-1 | 08:36 |
cheneydc | The resource could not be found. (HTTP 404) (Request-ID: req-f049f3d0-c1be-4ee4-b63d-3e31c23f053a) | 08:36 |
jaosorior | what call are you trying to do? | 08:38 |
*** shohel has joined #openstack-barbican | 08:39 | |
cheneydc | jaosorior: root@l-controller-1:~# barbican ca list | 08:40 |
cheneydc | Starting new HTTP connection (1): l-controller-1 | 08:40 |
cheneydc | The resource could not be found. (HTTP 404) (Request-ID: req-f049f3d0-c1be-4ee4-b63d-3e31c23f053a) | 08:40 |
jaosorior | also, can you post the output that the --debug flag gives? | 08:40 |
cheneydc | root@l-controller-1:~# barbican secret list | 08:40 |
cheneydc | Starting new HTTP connection (1): l-controller-1 | 08:40 |
cheneydc | The resource could not be found. (HTTP 404) (Request-ID: req-dd89888c-4f97-412e-9d8b-ec9694dde01f) | 08:40 |
cheneydc | root@l-controller-1:~# barbican order list | 08:40 |
cheneydc | Starting new HTTP connection (1): l-controller-1 | 08:40 |
cheneydc | The resource could not be found. (HTTP 404) (Request-ID: req-dc28a993-264a-4574-a6df-4bc3bbb0213f) | 08:40 |
cheneydc | jaosorior: ok | 08:40 |
cheneydc | jaosorior: http://paste.openstack.org/show/483004/ | 08:41 |
jaosorior | cheneydc: Checking it out | 08:46 |
cheneydc | jaosorior: thanks for help | 08:47 |
jaosorior | cheneydc: trying to replicate it. but you're sure that the BARBICAN_ENDPONT is l-controller-2 and not -1, right? | 08:48 |
cheneydc | jaosorior: yes, it -2, I have two controller nodes, and most services runing on 2 | 08:50 |
jaosorior | ok, just wanted to make sure | 08:51 |
cheneydc | jaosorior: :) | 08:52 |
jaosorior | cheneydc: Now that I think about it | 08:53 |
jaosorior | what version of barbican are you using? | 08:53 |
jaosorior | or where did you get it from? | 08:53 |
cheneydc | jaosorior: github, liberty branch | 08:54 |
jaosorior | cheneydc: can you post the output of barbican order list --debug --verbose | 09:12 |
jaosorior | I'm getting really similar output, but mine is failing because it tries to query keystone and gets the 404 for the project | 09:13 |
cheneydc | jaosorior: http://paste.openstack.org/show/483007/ | 09:14 |
jaosorior | yours is too | 09:14 |
jaosorior | cheneydc: So there it seems it tries to use l-controller-1 for keystone | 09:15 |
cheneydc | jaosorior: ah, for keystone makes sence | 09:16 |
jaosorior | cheneydc: What's the value of OS_AUTH_URL? | 09:16 |
jaosorior | so is that correct for keystone? | 09:16 |
jaosorior | cheneydc: So it seems that the issue is that it tries to get a token from keystone at l-controller-1 and there it gets the 404 | 09:17 |
jaosorior | that might be related to the project you're using | 09:17 |
*** cheneydc has quit IRC | 09:17 | |
*** cheneydc has joined #openstack-barbican | 09:18 | |
jaosorior | cheneydc: So it seems that the issue is that it tries to get a token from keystone at l-controller-1 and there it gets the 404 | 09:19 |
jaosorior | cheneydc: and that might be related to the project you're using | 09:20 |
cheneydc | jaosorior: thanks, I'll check my env | 09:31 |
*** jaosorior has quit IRC | 09:44 | |
*** jaosorior has joined #openstack-barbican | 09:44 | |
openstackgerrit | ting wang proposed openstack/barbican: Add PUT support for generic container types https://review.openstack.org/207249 | 09:47 |
*** shohel has quit IRC | 09:53 | |
*** jaosorior has quit IRC | 09:56 | |
*** jaosorior has joined #openstack-barbican | 09:56 | |
*** cheneydc has quit IRC | 10:00 | |
*** yuanying has quit IRC | 10:11 | |
*** yuanying has joined #openstack-barbican | 10:11 | |
*** yuanying has quit IRC | 10:28 | |
*** yuanying has joined #openstack-barbican | 10:29 | |
*** yuanying has quit IRC | 11:15 | |
*** dimtruck is now known as zz_dimtruck | 11:25 | |
*** zz_dimtruck is now known as dimtruck | 12:04 | |
*** dimtruck is now known as zz_dimtruck | 12:15 | |
*** peter-hamilton has joined #openstack-barbican | 12:44 | |
*** cheneydc has joined #openstack-barbican | 12:47 | |
*** sseago has quit IRC | 12:59 | |
*** zz_dimtruck is now known as dimtruck | 13:07 | |
*** sseago has joined #openstack-barbican | 13:13 | |
*** NazcaLines has quit IRC | 13:14 | |
*** dimtruck is now known as zz_dimtruck | 13:20 | |
*** sseago has quit IRC | 13:20 | |
*** sseago has joined #openstack-barbican | 13:21 | |
*** alee has quit IRC | 13:24 | |
*** zz_dimtruck is now known as dimtruck | 14:04 | |
*** Nirupama has quit IRC | 14:08 | |
*** lisaclark has joined #openstack-barbican | 14:19 | |
*** woodster_ has joined #openstack-barbican | 14:19 | |
*** dimtruck is now known as zz_dimtruck | 14:29 | |
*** alee has joined #openstack-barbican | 14:36 | |
*** zz_dimtruck is now known as dimtruck | 14:53 | |
*** shohel has joined #openstack-barbican | 15:06 | |
*** rellerreller has joined #openstack-barbican | 15:11 | |
*** lisaclark has quit IRC | 15:13 | |
*** rellerreller has quit IRC | 15:18 | |
*** lisaclark has joined #openstack-barbican | 15:18 | |
*** mp1 has joined #openstack-barbican | 15:20 | |
*** rellerreller has joined #openstack-barbican | 15:22 | |
*** cheneydc has quit IRC | 15:27 | |
*** lisaclark has quit IRC | 15:30 | |
*** spotz_zzz is now known as spotz | 15:30 | |
*** lisaclark has joined #openstack-barbican | 15:32 | |
*** silos has joined #openstack-barbican | 15:33 | |
*** jkf has quit IRC | 15:43 | |
*** jkf has joined #openstack-barbican | 15:44 | |
*** edtubill has joined #openstack-barbican | 15:48 | |
*** fredyx10 has joined #openstack-barbican | 15:58 | |
*** mragupat has joined #openstack-barbican | 16:01 | |
*** edtubill has quit IRC | 16:02 | |
*** fredyx10 has quit IRC | 16:14 | |
*** fredyx10 has joined #openstack-barbican | 16:14 | |
*** shakamunyi has joined #openstack-barbican | 16:14 | |
*** lisaclark has quit IRC | 16:15 | |
*** dave-mccowan has joined #openstack-barbican | 16:15 | |
*** barra204 has quit IRC | 16:15 | |
*** lisaclark has joined #openstack-barbican | 16:19 | |
*** diazjf has joined #openstack-barbican | 16:21 | |
*** ccneill has joined #openstack-barbican | 16:25 | |
*** woodster_ has quit IRC | 16:26 | |
*** mp1 has quit IRC | 16:34 | |
*** mp1 has joined #openstack-barbican | 16:42 | |
*** kebray has joined #openstack-barbican | 16:50 | |
*** kebray has quit IRC | 16:50 | |
*** kebray has joined #openstack-barbican | 16:50 | |
*** fredyx101 has joined #openstack-barbican | 16:51 | |
*** fredyx10 has quit IRC | 16:55 | |
*** diazjf has quit IRC | 16:56 | |
*** diazjf has joined #openstack-barbican | 16:59 | |
*** gyee has joined #openstack-barbican | 17:08 | |
*** edtubill has joined #openstack-barbican | 17:22 | |
*** lisaclark has quit IRC | 17:24 | |
*** lisaclark has joined #openstack-barbican | 17:26 | |
*** silos has quit IRC | 17:30 | |
*** kebray has quit IRC | 17:33 | |
*** silos has joined #openstack-barbican | 17:37 | |
mp1 | Hi guys, my name is Michael & I am interested in working on the barbican project. I am on the same team as silos, diazjf, and edtubill, who are helping get acquainted with the whole Openstack contribution process. Nice to meet all of you! | 17:43 |
*** jaosorior has quit IRC | 17:44 | |
*** jaosorior has joined #openstack-barbican | 17:44 | |
*** jaosorior has quit IRC | 17:45 | |
*** jaosorior has joined #openstack-barbican | 17:45 | |
peter-hamilton | mp1: welcome! | 17:46 |
*** fredyx10 has joined #openstack-barbican | 17:46 | |
*** fredyx101 has quit IRC | 17:48 | |
*** fredyx10 has quit IRC | 17:48 | |
*** fredyx10 has joined #openstack-barbican | 17:48 | |
*** kebray has joined #openstack-barbican | 17:53 | |
*** mragupat has quit IRC | 17:56 | |
*** mragupat has joined #openstack-barbican | 17:56 | |
*** mp1 has quit IRC | 18:01 | |
*** kebray has quit IRC | 18:03 | |
*** lisaclark has quit IRC | 18:05 | |
*** mp1 has joined #openstack-barbican | 18:06 | |
*** mp1 has quit IRC | 18:06 | |
*** silos has quit IRC | 18:09 | |
*** mp1 has joined #openstack-barbican | 18:11 | |
*** ccneill has quit IRC | 18:12 | |
*** pdesai1 has joined #openstack-barbican | 18:15 | |
*** mp1 has left #openstack-barbican | 18:15 | |
*** mp1 has joined #openstack-barbican | 18:16 | |
*** ccneill has joined #openstack-barbican | 18:20 | |
*** rellerreller has quit IRC | 18:26 | |
*** lisaclark has joined #openstack-barbican | 18:29 | |
*** mp1 has quit IRC | 18:29 | |
*** pdesai has joined #openstack-barbican | 18:29 | |
*** pdesai1 has quit IRC | 18:32 | |
*** jaosorior has quit IRC | 18:43 | |
*** pdesai1 has joined #openstack-barbican | 18:48 | |
*** pdesai has quit IRC | 18:50 | |
*** mp1 has joined #openstack-barbican | 19:08 | |
*** silos has joined #openstack-barbican | 19:12 | |
*** edtubill has quit IRC | 19:13 | |
*** rellerreller has joined #openstack-barbican | 19:14 | |
*** edtubill has joined #openstack-barbican | 19:19 | |
openstackgerrit | Elvin Tubillara proposed openstack/barbican-specs: Create spec for cron job db garbage collector and secret undeletion https://review.openstack.org/243806 | 19:28 |
*** stanzi has joined #openstack-barbican | 19:32 | |
*** lisaclark has quit IRC | 19:36 | |
*** lisaclark has joined #openstack-barbican | 19:36 | |
*** lisaclark has quit IRC | 19:37 | |
*** lisaclark has joined #openstack-barbican | 19:39 | |
*** lisaclark has quit IRC | 19:40 | |
*** lisaclark has joined #openstack-barbican | 19:40 | |
*** darrenmoffat has quit IRC | 19:54 | |
*** darrenmoffat has joined #openstack-barbican | 19:55 | |
*** rellerreller has quit IRC | 20:05 | |
*** stanzi has quit IRC | 20:07 | |
*** stanzi has joined #openstack-barbican | 20:10 | |
*** stanzi has quit IRC | 20:11 | |
*** stanzi has joined #openstack-barbican | 20:12 | |
*** gyee has quit IRC | 20:25 | |
*** stanzi_ has joined #openstack-barbican | 20:29 | |
*** stanzi has quit IRC | 20:29 | |
*** kebray has joined #openstack-barbican | 20:32 | |
*** kebray has quit IRC | 20:37 | |
*** kebray has joined #openstack-barbican | 20:39 | |
*** mragupat has quit IRC | 20:57 | |
*** mragupat has joined #openstack-barbican | 20:58 | |
*** kebray has quit IRC | 20:58 | |
*** mragupat has quit IRC | 20:59 | |
*** lisaclark has quit IRC | 20:59 | |
*** stanzi_ has quit IRC | 21:00 | |
*** mragupat has joined #openstack-barbican | 21:01 | |
*** kebray has joined #openstack-barbican | 21:03 | |
*** mragupat has quit IRC | 21:05 | |
*** mragupat has joined #openstack-barbican | 21:05 | |
*** mragupat has quit IRC | 21:06 | |
*** mragupat has joined #openstack-barbican | 21:06 | |
*** mragupat has quit IRC | 21:11 | |
*** mp1 has quit IRC | 21:14 | |
*** mp1 has joined #openstack-barbican | 21:16 | |
*** mragupat has joined #openstack-barbican | 21:20 | |
*** chlong has quit IRC | 21:22 | |
*** stanzi has joined #openstack-barbican | 21:30 | |
*** mragupat has quit IRC | 21:30 | |
*** gyee has joined #openstack-barbican | 21:30 | |
*** mragupat has joined #openstack-barbican | 21:30 | |
*** mragupat_ has joined #openstack-barbican | 21:32 | |
*** shohel has quit IRC | 21:33 | |
*** peter-hamilton has quit IRC | 21:33 | |
*** gyee has quit IRC | 21:34 | |
*** mragupat has quit IRC | 21:35 | |
*** silos has quit IRC | 21:36 | |
*** lisaclark has joined #openstack-barbican | 21:38 | |
*** lisaclark has quit IRC | 21:38 | |
*** silos has joined #openstack-barbican | 21:39 | |
*** gyee has joined #openstack-barbican | 21:41 | |
*** stanzi has quit IRC | 21:49 | |
*** jorge_munoz has quit IRC | 21:53 | |
* redrobot waves at mp1 | 21:55 | |
*** silos has quit IRC | 21:56 | |
*** lisaclark has joined #openstack-barbican | 21:56 | |
openstackgerrit | Michael Perng proposed openstack/python-barbicanclient: Update Order Create Type Help Dialog https://review.openstack.org/263924 | 22:01 |
*** silos has joined #openstack-barbican | 22:03 | |
*** kebray has quit IRC | 22:05 | |
*** jorge_munoz has joined #openstack-barbican | 22:10 | |
*** silos has left #openstack-barbican | 22:33 | |
*** dave-mccowan has quit IRC | 22:37 | |
*** mragupat has joined #openstack-barbican | 22:41 | |
*** mragupat_ has quit IRC | 22:44 | |
*** lisaclark has quit IRC | 22:53 | |
*** edtubill has quit IRC | 22:56 | |
*** mp1 has quit IRC | 22:59 | |
*** mp1 has joined #openstack-barbican | 22:59 | |
*** yuanying has joined #openstack-barbican | 23:03 | |
*** mp1 has quit IRC | 23:04 | |
*** woodster_ has joined #openstack-barbican | 23:07 | |
*** mragupat has quit IRC | 23:09 | |
*** diazjf has quit IRC | 23:12 | |
*** chlong has joined #openstack-barbican | 23:12 | |
*** alee has quit IRC | 23:13 | |
*** chlong has quit IRC | 23:14 | |
*** kebray has joined #openstack-barbican | 23:15 | |
*** stanzi has joined #openstack-barbican | 23:16 | |
*** dimtruck is now known as zz_dimtruck | 23:29 | |
*** kebray has quit IRC | 23:30 | |
*** chlong has joined #openstack-barbican | 23:30 | |
*** spotz is now known as spotz_zzz | 23:32 | |
*** ccneill has quit IRC | 23:46 | |
*** kebray has joined #openstack-barbican | 23:55 | |
*** kebray has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!