*** dayou has quit IRC | 04:39 | |
*** dayou has joined #openstack-barbican | 04:40 | |
*** velizarx has joined #openstack-barbican | 07:04 | |
*** velizarx has quit IRC | 07:20 | |
*** velizarx has joined #openstack-barbican | 07:30 | |
*** serlex has joined #openstack-barbican | 08:11 | |
*** moguimar has joined #openstack-barbican | 08:44 | |
*** salmankhan has joined #openstack-barbican | 09:05 | |
*** jaosorior has joined #openstack-barbican | 10:26 | |
*** Luzi has joined #openstack-barbican | 10:46 | |
*** raildo has joined #openstack-barbican | 12:02 | |
*** moguimar has quit IRC | 12:51 | |
*** velizarx has quit IRC | 13:00 | |
*** velizarx has joined #openstack-barbican | 13:05 | |
*** jaosorior has quit IRC | 13:39 | |
*** moguimar has joined #openstack-barbican | 13:49 | |
*** asbishop has joined #openstack-barbican | 14:02 | |
*** munimeha1 has joined #openstack-barbican | 14:08 | |
*** velizarx has quit IRC | 14:19 | |
*** velizarx has joined #openstack-barbican | 14:21 | |
*** Luzi has quit IRC | 15:17 | |
*** serlex has quit IRC | 15:23 | |
*** velizarx has quit IRC | 15:26 | |
*** moguimar has quit IRC | 15:36 | |
*** moguimar has joined #openstack-barbican | 15:39 | |
*** evgenyf has joined #openstack-barbican | 16:08 | |
evgenyf | hi 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 |
---|---|---|
redrobot | evgenyf, hmm... I'm not sure I've seen that before. :( Are you using python-barbicanclient? | 16:12 |
evgenyf | redrobot: no, using openstack client on queens | 16:13 |
evgenyf | redrobot: my command is this: openstack secret container create --name EVG_CERT --type certificate --secret "private_key=/tmp/keys/fima/fima.key" | 16:13 |
redrobot | evgenyf, oh I see | 16:14 |
redrobot | evgenyf, instead of "/path/to/file.key" you'll want to upload that first | 16:14 |
evgenyf | redrobot: what do you mean to upload? | 16:15 |
redrobot | evgenyf, so like, openstack secret store --payload $(base64 < /path/to/file.key) --payload-content-type "application/octet-stream --payload-content-encoding base64 | 16:19 |
redrobot | --secret-type private | 16:19 |
redrobot | evgenyf, that'll store the private key in Barbican | 16:19 |
redrobot | and give you a URI | 16:19 |
redrobot | then you can create the container and do --secret private_key=URI | 16:20 |
evgenyf | redrobot: Thanks! | 16:22 |
*** moguimar has quit IRC | 16:34 | |
evgenyf | redrobot: 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 base64 | 16:42 |
*** velizarx has joined #openstack-barbican | 16:42 | |
evgenyf | redrobot: It may be the content type should be different? | 16:43 |
*** velizarx has quit IRC | 16:44 | |
*** evgenyf has quit IRC | 17:08 | |
*** salmankhan has quit IRC | 17:16 | |
*** dave-mccowan has joined #openstack-barbican | 18:58 | |
ade_lee | dave-mccowan, redrobot I'm looking at the python-first patches on the stable branches | 19:15 |
ade_lee | there are some that are breakiing - and trying to fix them | 19:15 |
ade_lee | dave-mccowan, redrobot https://review.openstack.org/#/c/599659/ for instance | 19:16 |
ade_lee | dave-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 script | 19:16 |
ade_lee | did that here -- https://review.openstack.org/608754 | 19:17 |
ade_lee | so that one should be going ok .. | 19:17 |
ade_lee | dave-mccowan, redrobot then there is https://review.openstack.org/#/c/599661/ | 19:17 |
dave-mccowan | several 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_lee | dave-mccowan, redrobot that one has the same dogtag problem .. I tried cherry-picking the change back , but its not letting me | 19:18 |
ade_lee | not sure why! | 19:18 |
ade_lee | dave-mccowan, maybe you can try it? | 19:19 |
dave-mccowan | that 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_trap | 19:21 |
ade_lee | dave-mccowan, basically stable/rocky needs 9298413ab14ceb14e77f162608f69322b4331a64 to be cherry-picked back | 19:21 |
dave-mccowan | 2018-10-08 08:32:30.861 | sudo: setup-ds.pl: command not found | 19:22 |
ade_lee | dave-mccowan, right -- I'm trying to cherry-pick it back and getting error | 19:24 |
dave-mccowan | sorry... i stopped reading here for a sec while i dug through the logs. cherrypick inititated. | 19:25 |
dave-mccowan | https://review.openstack.org/#/c/608755/ | 19:25 |
ade_lee | dave-mccowan, ok good -- I'm dojgn something weaird | 19:25 |
ade_lee | dave-mccowan, redrobot -- then there is https://review.openstack.org/#/c/599656/ | 19:26 |
ade_lee | any idea whats going on here? | 19:26 |
ade_lee | ditto for https://review.openstack.org/#/c/599658/ | 19:27 |
ade_lee | dave-mccowan, ah, those maybe failing coz of the date thing? | 19:29 |
dave-mccowan | the 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_lee | yeah - I just saw that | 19:33 |
dave-mccowan | the second one is the date thing | 19:34 |
ade_lee | dave-mccowan, look slike there is a review for the date thing in https://review.openstack.org/#/c/599658/ | 19:35 |
dave-mccowan | for stable/pike barbican-client it is: https://review.openstack.org/#/c/573157/ , but it is failing on something else | 19:35 |
ade_lee | yeah - rechecking | 19:36 |
ade_lee | dave-mccowan, looks like something like a real error though -- | 19:37 |
ade_lee | http://logs.openstack.org/57/573157/1/check/legacy-python-barbicanclient-dsvm/7c68971/job-output.txt.gz#_2018-09-20_05_02_59_080805 | 19:37 |
*** salmankhan has joined #openstack-barbican | 19:48 | |
*** dayou has quit IRC | 20:24 | |
*** dayou has joined #openstack-barbican | 20:25 | |
*** pcaruana has quit IRC | 20:49 | |
*** raildo has quit IRC | 20:57 | |
*** salmankhan has quit IRC | 21:13 | |
*** dave-mccowan has quit IRC | 22:49 | |
*** munimeha1 has quit IRC | 22:50 | |
*** dave-mccowan has joined #openstack-barbican | 22:51 | |
*** pbourke has quit IRC | 23:08 | |
*** pbourke has joined #openstack-barbican | 23:08 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!