Monday, 2018-10-08

*** dayou has quit IRC04:39
*** dayou has joined #openstack-barbican04:40
*** velizarx has joined #openstack-barbican07:04
*** velizarx has quit IRC07:20
*** velizarx has joined #openstack-barbican07:30
*** serlex has joined #openstack-barbican08:11
*** moguimar has joined #openstack-barbican08:44
*** salmankhan has joined #openstack-barbican09:05
*** jaosorior has joined #openstack-barbican10:26
*** Luzi has joined #openstack-barbican10:46
*** raildo has joined #openstack-barbican12:02
*** moguimar has quit IRC12:51
*** velizarx has quit IRC13:00
*** velizarx has joined #openstack-barbican13:05
*** jaosorior has quit IRC13:39
*** moguimar has joined #openstack-barbican13:49
*** asbishop has joined #openstack-barbican14:02
*** munimeha1 has joined #openstack-barbican14:08
*** velizarx has quit IRC14:19
*** velizarx has joined #openstack-barbican14:21
*** Luzi has quit IRC15:17
*** serlex has quit IRC15:23
*** velizarx has quit IRC15:26
*** moguimar has quit IRC15:36
*** moguimar has joined #openstack-barbican15:39
*** evgenyf has joined #openstack-barbican16:08
evgenyfhi guys, I have a question about creating barbican secret container of certificate type. I specify a --secret "private_key=<FQN to the key file> and get "One or more of the provided secret_refs could not be retrieved!". What can be an issue?16:10
redrobotevgenyf, hmm... I'm not sure I've seen that before. :(  Are you using python-barbicanclient?16:12
evgenyfredrobot: no, using openstack client on queens16:13
evgenyfredrobot: my command is this: openstack secret container create --name EVG_CERT --type certificate --secret "private_key=/tmp/keys/fima/fima.key"16:13
redrobotevgenyf, oh I see16:14
redrobotevgenyf, instead of "/path/to/file.key" you'll want to upload that first16:14
evgenyfredrobot: what do you mean to upload?16:15
redrobotevgenyf, so like, openstack secret store --payload $(base64 < /path/to/file.key) --payload-content-type "application/octet-stream --payload-content-encoding base6416:19
redrobot--secret-type private16:19
redrobotevgenyf, that'll store the private key in Barbican16:19
redrobotand give you a URI16:19
redrobotthen you can create the container and do --secret private_key=URI16:20
evgenyfredrobot: Thanks!16:22
*** moguimar has quit IRC16:34
evgenyfredrobot: Well, I get openstack secret store: error: unrecognized arguments. My line is: openstack secret store --payload $(base64 < /tmp/keys/fima/fima.key) --payload-content-type "application/octet-stream" --payload-content-encoding base6416:42
*** velizarx has joined #openstack-barbican16:42
evgenyfredrobot: It may be the content type should be different?16:43
*** velizarx has quit IRC16:44
*** evgenyf has quit IRC17:08
*** salmankhan has quit IRC17:16
*** dave-mccowan has joined #openstack-barbican18:58
ade_leedave-mccowan, redrobot  I'm looking at the python-first patches on the stable branches19:15
ade_leethere are some that are breakiing - and trying to fix them19:15
ade_leedave-mccowan, redrobot https://review.openstack.org/#/c/599659/  for instance19:16
ade_leedave-mccowan, redrobot that one is failing coz of the dogtag gate - which is failing coz it needs to be updated to use the newer ds setup script19:16
ade_leedid that here -- https://review.openstack.org/60875419:17
ade_leeso that one should be going ok ..19:17
ade_leedave-mccowan, redrobot then there is https://review.openstack.org/#/c/599661/19:17
dave-mccowanseveral of the stable branches were broken due hard coded times in functional tests.  i merged a few patches that fixed it.  maybe some other branches/repos need the same patch.19:18
ade_leedave-mccowan, redrobot that one has the same dogtag problem ..  I tried cherry-picking the change back , but its not letting me19:18
ade_leenot sure why!19:18
ade_leedave-mccowan, maybe you can try it?19:19
dave-mccowanthat one is also dog-taggy: 2018-10-08 08:32:30.864 | + /opt/stack/new/barbican/devstack/lib/barbican:install_389_directory_server:1 :   exit_trap19:21
ade_leedave-mccowan, basically stable/rocky needs 9298413ab14ceb14e77f162608f69322b4331a64 to be cherry-picked back19:21
dave-mccowan2018-10-08 08:32:30.861 | sudo: setup-ds.pl: command not found19:22
ade_leedave-mccowan, right -- I'm trying to cherry-pick it back and getting error19:24
dave-mccowansorry... i stopped reading here for a sec while i dug through the logs.   cherrypick inititated.19:25
dave-mccowanhttps://review.openstack.org/#/c/608755/19:25
ade_leedave-mccowan, ok good -- I'm dojgn something weaird19:25
ade_leedave-mccowan, redrobot -- then there is https://review.openstack.org/#/c/599656/19:26
ade_leeany idea whats going on here?19:26
ade_leeditto for https://review.openstack.org/#/c/599658/19:27
ade_leedave-mccowan, ah, those maybe failing coz of the date thing?19:29
dave-mccowanthe first one says something with tripleo-ci: rsync: change_dir "/home/zuul/src/*/openstack-infra/tripleo-ci" failed: No such file or directory (2)19:32
ade_leeyeah - I just saw that19:33
dave-mccowanthe second one is the date thing19:34
ade_leedave-mccowan, look slike there is a review for the date thing in https://review.openstack.org/#/c/599658/19:35
dave-mccowanfor stable/pike barbican-client it is: https://review.openstack.org/#/c/573157/   , but it is failing on something else19:35
ade_leeyeah - rechecking19:36
ade_leedave-mccowan, looks like something like a real error though --19:37
ade_leehttp://logs.openstack.org/57/573157/1/check/legacy-python-barbicanclient-dsvm/7c68971/job-output.txt.gz#_2018-09-20_05_02_59_08080519:37
*** salmankhan has joined #openstack-barbican19:48
*** dayou has quit IRC20:24
*** dayou has joined #openstack-barbican20:25
*** pcaruana has quit IRC20:49
*** raildo has quit IRC20:57
*** salmankhan has quit IRC21:13
*** dave-mccowan has quit IRC22:49
*** munimeha1 has quit IRC22:50
*** dave-mccowan has joined #openstack-barbican22:51
*** pbourke has quit IRC23:08
*** pbourke has joined #openstack-barbican23:08

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