Tuesday, 2016-01-05

*** fredyx10 has joined #openstack-barbican00:05
*** fredyx101 has joined #openstack-barbican00:05
*** fredyx102 has joined #openstack-barbican00:08
*** fredyx10 has quit IRC00:09
*** fredyx101 has quit IRC00:10
*** fredyx102 has quit IRC00:12
*** kebray has joined #openstack-barbican00:14
*** fredyx10 has joined #openstack-barbican00:18
*** fredyx101 has joined #openstack-barbican00:19
*** fredyx10 has quit IRC00:22
*** ccneill has quit IRC00:38
*** zz_dimtruck is now known as dimtruck00:49
*** dimtruck is now known as zz_dimtruck01:34
*** dave-mccowan has quit IRC01:48
*** diazjf has joined #openstack-barbican02:03
*** zz_dimtruck is now known as dimtruck02:04
*** igueths has joined #openstack-barbican02:07
*** kebray has quit IRC02:23
*** lisaclark has joined #openstack-barbican02:27
lisaclarkjkf: ping02:32
*** dimtruck is now known as zz_dimtruck02:47
*** zz_dimtruck is now known as dimtruck02:48
*** dimtruck is now known as zz_dimtruck02:55
*** zz_dimtruck is now known as dimtruck02:56
*** fredyx101 has quit IRC02:57
*** dimtruck is now known as zz_dimtruck03:00
*** kebray has joined #openstack-barbican03:01
*** Nirupama has joined #openstack-barbican03:02
*** diazjf has quit IRC03:05
*** zz_dimtruck is now known as dimtruck03:06
*** diazjf has joined #openstack-barbican03:12
*** diazjf has quit IRC03:13
*** sseago has quit IRC03:26
*** pdesai has quit IRC03:44
*** cheneydc has joined #openstack-barbican03:52
*** alee has quit IRC04:06
*** sseago has joined #openstack-barbican04:13
*** alee has joined #openstack-barbican04:22
*** lisaclark has quit IRC04:29
*** kebray has quit IRC04:37
*** kebray has joined #openstack-barbican04:37
*** nelsnels_ has joined #openstack-barbican04:40
*** nelsnelson has quit IRC04:42
*** shohel has joined #openstack-barbican04:44
*** cheneydc has quit IRC04:46
*** Nirupama has quit IRC05:16
*** cheneydc has joined #openstack-barbican05:23
*** jaosorior has joined #openstack-barbican05:37
*** gyee has quit IRC06:01
*** jaosorior has quit IRC06:05
cheneydchi, I add the barbican endpoint to keystone via "openstack endpoint create", but cli still access the localhost, not the endpoint06:20
cheneydcany one can help?06:20
*** jaosorior has joined #openstack-barbican06:26
*** Nirupama has joined #openstack-barbican06:37
*** NazcaLines has joined #openstack-barbican08:08
*** kebray has quit IRC08:09
*** shohel has quit IRC08:15
cheneydcany one can help?08:16
jaosoriorcheneydc: most people are in US timezone unfortunately, but what's up?08:19
cheneydcjaosorior: hi, I want to add the barbican endpoint, but how to make sure it works?08:24
cheneydcjaosorior: barbican cli always access localhost, not the endpoint I added08:25
jaosoriorcheneydc, how does your keystone endpoints look like?08:26
jaosorior*do08:26
cheneydcjaosorior: # openstack endpoint show 53e0130b9cf34128a108633167c9250c08: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
jaosoriorWell, a temporary workaround would be to give the --endpoint flag to the barbican command08:30
jaosoriorand it will take the url that you give it08:31
jaosoriorbut still, that endpoint seems correct08:31
cheneydcjaosorior: I should add the --endpoint flag to cli *everytime* ?08:31
jaosoriorcheneydc: that's a workaround that you can use while we get it to properly work08:31
jaosorioryou shouldn't need doing that... So meanwhile I'm thinking why that's happening08:32
jaosorior* need to do that08:32
jaosoriordamn, my english is getting worst and worst (just got back from vacations)08:32
jaosoriorcheneydc: Anyway, the barbican cli should be using the value given from keystone. if no --endpoint flag is given08:33
cheneydcjaosorior: ok, and I also set the env "export BARBICAN_ENDPOINT="http://l-controller-2:9311""  but did not help08:33
jaosoriorcheneydc: yeah, the BARBICAN_ENDPOINT environment variable should be alternative to using --endpoint08:34
jaosoriorwhat 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
jaosorioror is it so that your secret refs are set in localhost? such as http://localhost:9311/v1/secrets/<secret-id> ??08:36
cheneydcjaosorior: Starting new HTTP connection (1): l-controller-108:36
cheneydcThe resource could not be found. (HTTP 404) (Request-ID: req-f049f3d0-c1be-4ee4-b63d-3e31c23f053a)08:36
jaosoriorwhat call are you trying to do?08:38
*** shohel has joined #openstack-barbican08:39
cheneydcjaosorior: root@l-controller-1:~# barbican ca list08:40
cheneydcStarting new HTTP connection (1): l-controller-108:40
cheneydcThe resource could not be found. (HTTP 404) (Request-ID: req-f049f3d0-c1be-4ee4-b63d-3e31c23f053a)08:40
jaosorioralso, can you post the output that the --debug flag gives?08:40
cheneydcroot@l-controller-1:~# barbican secret list08:40
cheneydcStarting new HTTP connection (1): l-controller-108:40
cheneydcThe resource could not be found. (HTTP 404) (Request-ID: req-dd89888c-4f97-412e-9d8b-ec9694dde01f)08:40
cheneydcroot@l-controller-1:~# barbican order list08:40
cheneydcStarting new HTTP connection (1): l-controller-108:40
cheneydcThe resource could not be found. (HTTP 404) (Request-ID: req-dc28a993-264a-4574-a6df-4bc3bbb0213f)08:40
cheneydcjaosorior: ok08:40
cheneydcjaosorior: http://paste.openstack.org/show/483004/08:41
jaosoriorcheneydc: Checking it out08:46
cheneydcjaosorior: thanks for help08:47
jaosoriorcheneydc: trying to replicate it. but you're sure that the BARBICAN_ENDPONT is l-controller-2 and not -1, right?08:48
cheneydcjaosorior: yes, it -2, I have two controller nodes, and most services runing on 208:50
jaosoriorok, just wanted to make sure08:51
cheneydcjaosorior: :)08:52
jaosoriorcheneydc: Now that I think about it08:53
jaosoriorwhat version of barbican are you using?08:53
jaosorioror where did you get it from?08:53
cheneydcjaosorior: github, liberty branch08:54
jaosoriorcheneydc: can you post the output of barbican order list --debug --verbose09:12
jaosoriorI'm getting really similar output, but mine is failing because it tries to query keystone and gets the 404 for the project09:13
cheneydcjaosorior: http://paste.openstack.org/show/483007/09:14
jaosorioryours is too09:14
jaosoriorcheneydc: So there it seems it tries to use l-controller-1 for keystone09:15
cheneydcjaosorior: ah,  for keystone makes sence09:16
jaosoriorcheneydc: What's the value of OS_AUTH_URL?09:16
jaosoriorso is that correct for keystone?09:16
jaosoriorcheneydc: 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 40409:17
jaosoriorthat might be related to the project you're using09:17
*** cheneydc has quit IRC09:17
*** cheneydc has joined #openstack-barbican09:18
jaosoriorcheneydc: 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 40409:19
jaosoriorcheneydc: and that might be related to the project you're using09:20
cheneydcjaosorior: thanks, I'll check my env09:31
*** jaosorior has quit IRC09:44
*** jaosorior has joined #openstack-barbican09:44
openstackgerritting wang proposed openstack/barbican: Add PUT support for generic container types  https://review.openstack.org/20724909:47
*** shohel has quit IRC09:53
*** jaosorior has quit IRC09:56
*** jaosorior has joined #openstack-barbican09:56
*** cheneydc has quit IRC10:00
*** yuanying has quit IRC10:11
*** yuanying has joined #openstack-barbican10:11
*** yuanying has quit IRC10:28
*** yuanying has joined #openstack-barbican10:29
*** yuanying has quit IRC11:15
*** dimtruck is now known as zz_dimtruck11:25
*** zz_dimtruck is now known as dimtruck12:04
*** dimtruck is now known as zz_dimtruck12:15
*** peter-hamilton has joined #openstack-barbican12:44
*** cheneydc has joined #openstack-barbican12:47
*** sseago has quit IRC12:59
*** zz_dimtruck is now known as dimtruck13:07
*** sseago has joined #openstack-barbican13:13
*** NazcaLines has quit IRC13:14
*** dimtruck is now known as zz_dimtruck13:20
*** sseago has quit IRC13:20
*** sseago has joined #openstack-barbican13:21
*** alee has quit IRC13:24
*** zz_dimtruck is now known as dimtruck14:04
*** Nirupama has quit IRC14:08
*** lisaclark has joined #openstack-barbican14:19
*** woodster_ has joined #openstack-barbican14:19
*** dimtruck is now known as zz_dimtruck14:29
*** alee has joined #openstack-barbican14:36
*** zz_dimtruck is now known as dimtruck14:53
*** shohel has joined #openstack-barbican15:06
*** rellerreller has joined #openstack-barbican15:11
*** lisaclark has quit IRC15:13
*** rellerreller has quit IRC15:18
*** lisaclark has joined #openstack-barbican15:18
*** mp1 has joined #openstack-barbican15:20
*** rellerreller has joined #openstack-barbican15:22
*** cheneydc has quit IRC15:27
*** lisaclark has quit IRC15:30
*** spotz_zzz is now known as spotz15:30
*** lisaclark has joined #openstack-barbican15:32
*** silos has joined #openstack-barbican15:33
*** jkf has quit IRC15:43
*** jkf has joined #openstack-barbican15:44
*** edtubill has joined #openstack-barbican15:48
*** fredyx10 has joined #openstack-barbican15:58
*** mragupat has joined #openstack-barbican16:01
*** edtubill has quit IRC16:02
*** fredyx10 has quit IRC16:14
*** fredyx10 has joined #openstack-barbican16:14
*** shakamunyi has joined #openstack-barbican16:14
*** lisaclark has quit IRC16:15
*** dave-mccowan has joined #openstack-barbican16:15
*** barra204 has quit IRC16:15
*** lisaclark has joined #openstack-barbican16:19
*** diazjf has joined #openstack-barbican16:21
*** ccneill has joined #openstack-barbican16:25
*** woodster_ has quit IRC16:26
*** mp1 has quit IRC16:34
*** mp1 has joined #openstack-barbican16:42
*** kebray has joined #openstack-barbican16:50
*** kebray has quit IRC16:50
*** kebray has joined #openstack-barbican16:50
*** fredyx101 has joined #openstack-barbican16:51
*** fredyx10 has quit IRC16:55
*** diazjf has quit IRC16:56
*** diazjf has joined #openstack-barbican16:59
*** gyee has joined #openstack-barbican17:08
*** edtubill has joined #openstack-barbican17:22
*** lisaclark has quit IRC17:24
*** lisaclark has joined #openstack-barbican17:26
*** silos has quit IRC17:30
*** kebray has quit IRC17:33
*** silos has joined #openstack-barbican17:37
mp1Hi 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 IRC17:44
*** jaosorior has joined #openstack-barbican17:44
*** jaosorior has quit IRC17:45
*** jaosorior has joined #openstack-barbican17:45
peter-hamiltonmp1: welcome!17:46
*** fredyx10 has joined #openstack-barbican17:46
*** fredyx101 has quit IRC17:48
*** fredyx10 has quit IRC17:48
*** fredyx10 has joined #openstack-barbican17:48
*** kebray has joined #openstack-barbican17:53
*** mragupat has quit IRC17:56
*** mragupat has joined #openstack-barbican17:56
*** mp1 has quit IRC18:01
*** kebray has quit IRC18:03
*** lisaclark has quit IRC18:05
*** mp1 has joined #openstack-barbican18:06
*** mp1 has quit IRC18:06
*** silos has quit IRC18:09
*** mp1 has joined #openstack-barbican18:11
*** ccneill has quit IRC18:12
*** pdesai1 has joined #openstack-barbican18:15
*** mp1 has left #openstack-barbican18:15
*** mp1 has joined #openstack-barbican18:16
*** ccneill has joined #openstack-barbican18:20
*** rellerreller has quit IRC18:26
*** lisaclark has joined #openstack-barbican18:29
*** mp1 has quit IRC18:29
*** pdesai has joined #openstack-barbican18:29
*** pdesai1 has quit IRC18:32
*** jaosorior has quit IRC18:43
*** pdesai1 has joined #openstack-barbican18:48
*** pdesai has quit IRC18:50
*** mp1 has joined #openstack-barbican19:08
*** silos has joined #openstack-barbican19:12
*** edtubill has quit IRC19:13
*** rellerreller has joined #openstack-barbican19:14
*** edtubill has joined #openstack-barbican19:19
openstackgerritElvin Tubillara proposed openstack/barbican-specs: Create spec for cron job db garbage collector and secret undeletion  https://review.openstack.org/24380619:28
*** stanzi has joined #openstack-barbican19:32
*** lisaclark has quit IRC19:36
*** lisaclark has joined #openstack-barbican19:36
*** lisaclark has quit IRC19:37
*** lisaclark has joined #openstack-barbican19:39
*** lisaclark has quit IRC19:40
*** lisaclark has joined #openstack-barbican19:40
*** darrenmoffat has quit IRC19:54
*** darrenmoffat has joined #openstack-barbican19:55
*** rellerreller has quit IRC20:05
*** stanzi has quit IRC20:07
*** stanzi has joined #openstack-barbican20:10
*** stanzi has quit IRC20:11
*** stanzi has joined #openstack-barbican20:12
*** gyee has quit IRC20:25
*** stanzi_ has joined #openstack-barbican20:29
*** stanzi has quit IRC20:29
*** kebray has joined #openstack-barbican20:32
*** kebray has quit IRC20:37
*** kebray has joined #openstack-barbican20:39
*** mragupat has quit IRC20:57
*** mragupat has joined #openstack-barbican20:58
*** kebray has quit IRC20:58
*** mragupat has quit IRC20:59
*** lisaclark has quit IRC20:59
*** stanzi_ has quit IRC21:00
*** mragupat has joined #openstack-barbican21:01
*** kebray has joined #openstack-barbican21:03
*** mragupat has quit IRC21:05
*** mragupat has joined #openstack-barbican21:05
*** mragupat has quit IRC21:06
*** mragupat has joined #openstack-barbican21:06
*** mragupat has quit IRC21:11
*** mp1 has quit IRC21:14
*** mp1 has joined #openstack-barbican21:16
*** mragupat has joined #openstack-barbican21:20
*** chlong has quit IRC21:22
*** stanzi has joined #openstack-barbican21:30
*** mragupat has quit IRC21:30
*** gyee has joined #openstack-barbican21:30
*** mragupat has joined #openstack-barbican21:30
*** mragupat_ has joined #openstack-barbican21:32
*** shohel has quit IRC21:33
*** peter-hamilton has quit IRC21:33
*** gyee has quit IRC21:34
*** mragupat has quit IRC21:35
*** silos has quit IRC21:36
*** lisaclark has joined #openstack-barbican21:38
*** lisaclark has quit IRC21:38
*** silos has joined #openstack-barbican21:39
*** gyee has joined #openstack-barbican21:41
*** stanzi has quit IRC21:49
*** jorge_munoz has quit IRC21:53
* redrobot waves at mp121:55
*** silos has quit IRC21:56
*** lisaclark has joined #openstack-barbican21:56
openstackgerritMichael Perng proposed openstack/python-barbicanclient: Update Order Create Type Help Dialog  https://review.openstack.org/26392422:01
*** silos has joined #openstack-barbican22:03
*** kebray has quit IRC22:05
*** jorge_munoz has joined #openstack-barbican22:10
*** silos has left #openstack-barbican22:33
*** dave-mccowan has quit IRC22:37
*** mragupat has joined #openstack-barbican22:41
*** mragupat_ has quit IRC22:44
*** lisaclark has quit IRC22:53
*** edtubill has quit IRC22:56
*** mp1 has quit IRC22:59
*** mp1 has joined #openstack-barbican22:59
*** yuanying has joined #openstack-barbican23:03
*** mp1 has quit IRC23:04
*** woodster_ has joined #openstack-barbican23:07
*** mragupat has quit IRC23:09
*** diazjf has quit IRC23:12
*** chlong has joined #openstack-barbican23:12
*** alee has quit IRC23:13
*** chlong has quit IRC23:14
*** kebray has joined #openstack-barbican23:15
*** stanzi has joined #openstack-barbican23:16
*** dimtruck is now known as zz_dimtruck23:29
*** kebray has quit IRC23:30
*** chlong has joined #openstack-barbican23:30
*** spotz is now known as spotz_zzz23:32
*** ccneill has quit IRC23:46
*** kebray has joined #openstack-barbican23:55
*** kebray has quit IRC23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!