Tuesday, 2017-09-19

*** chlong has joined #openstack-barbican00:20
*** namnh has joined #openstack-barbican00:48
*** namnh has quit IRC00:53
*** mixos has joined #openstack-barbican01:16
*** namnh has joined #openstack-barbican01:30
rm_worktrying to figure out how to upload binary data with openstackclient01:35
rm_workas a secret01:35
rm_workopenstack secret store --name='cert1' --payload-content-type='application/x-pkcs12' --payload="$(cat server.p12)"01:35
rm_work^^ that doesn't work01:36
*** liujiong has joined #openstack-barbican01:39
*** mixos has quit IRC01:54
*** namnh has quit IRC02:02
*** chlong has quit IRC02:03
*** dave-mccowan has quit IRC02:35
-openstackstatus- NOTICE: Gerrit is being restarted to feed its insatiable memory appetite02:39
*** daidv has joined #openstack-barbican03:07
*** namnh has joined #openstack-barbican03:56
*** namnh has quit IRC05:00
*** namnh has joined #openstack-barbican05:01
*** namnh has quit IRC05:05
*** namnh has joined #openstack-barbican05:14
*** namnh has quit IRC05:39
*** namnh has joined #openstack-barbican05:39
*** namnh has quit IRC05:44
*** namnh has joined #openstack-barbican05:49
*** namnh has quit IRC05:54
*** serlex has joined #openstack-barbican05:57
*** aspiers has quit IRC06:05
*** jmccrory has quit IRC06:05
*** tdasilva has quit IRC06:05
*** Dmitrii-Sh has quit IRC06:05
*** Dmitrii-Sh has joined #openstack-barbican06:07
*** hieulq has quit IRC06:08
*** hieulq has joined #openstack-barbican06:09
*** jmccrory has joined #openstack-barbican06:10
*** tdasilva has joined #openstack-barbican06:10
*** hieulq has quit IRC06:11
*** hieulq has joined #openstack-barbican06:12
*** aspiers has joined #openstack-barbican06:12
*** andreas_s has joined #openstack-barbican06:22
*** namnh has joined #openstack-barbican06:24
*** namnh has quit IRC06:28
-openstackstatus- NOTICE: Post jobs are not executed currently, do not tag any releases07:20
*** ChanServ changes topic to "Post jobs are not executed currently, do not tag any releases"07:20
*** pcaruana has joined #openstack-barbican07:22
*** namnh has joined #openstack-barbican07:29
*** namnh has quit IRC07:34
*** namnh has joined #openstack-barbican07:49
*** namnh has quit IRC08:13
*** liujiong_lj has joined #openstack-barbican08:14
*** hieulq has quit IRC08:14
*** liujiong has quit IRC08:15
*** hieulq has joined #openstack-barbican08:16
*** jaosorior has quit IRC08:33
*** jaosorior has joined #openstack-barbican08:34
*** pbourke has joined #openstack-barbican08:54
*** salmankhan has joined #openstack-barbican09:12
*** salmankhan has quit IRC09:53
*** salmankhan has joined #openstack-barbican09:53
*** liujiong_lj has quit IRC10:05
*** livelace2 has quit IRC10:11
*** salmankhan has quit IRC10:58
*** salmankhan has joined #openstack-barbican10:58
*** jaosorior has quit IRC12:02
*** raildo has joined #openstack-barbican12:13
*** dave-mccowan has joined #openstack-barbican12:46
*** catintheroof has joined #openstack-barbican12:49
*** dave-mcc_ has joined #openstack-barbican12:51
*** dave-mccowan has quit IRC12:51
*** chlong has joined #openstack-barbican13:20
*** raildo has quit IRC14:44
*** jaosorior has joined #openstack-barbican14:48
*** ssathaye has joined #openstack-barbican15:03
*** andreas_s has quit IRC15:05
*** raildo has joined #openstack-barbican15:24
*** jaosorior has quit IRC15:32
*** raildo has quit IRC15:39
openstackgerritLee Yarwood proposed openstack/barbican master: DNM: openstack/nova privsep change testing  https://review.openstack.org/50531315:54
*** raildo has joined #openstack-barbican15:55
*** pcaruana has quit IRC16:38
*** ykuo has joined #openstack-barbican17:28
*** serlex has quit IRC17:34
rm_workdoes anyone know how to successfully store and retrieve a binary secret using the openstack client?17:39
rm_workI finally did this and was able to store it:17:39
rm_workopenstack secret store --name cert1 -p "$(cat server.p12 | base64)" -e base64 -t 'application/octet-stream'17:39
rm_workbut i can't retrieve it17:40
rm_workopenstack secret get http://127.0.0.1:9311/v1/secrets/9ddfd59f-7ae7-4bc7-9871-dbaa66b035cd -t 'application/octet-stream' -p17:41
rm_workUnicodeDecodeError: 'utf8' codec can't decode byte 0x82 in position 1: invalid start byte17:41
rm_workfunnily, I feel like I may have written the code around where this is decoded...17:46
*** ssathaye has quit IRC17:57
*** salmankhan has quit IRC18:14
*** salmankhan has joined #openstack-barbican18:15
*** salmankhan has quit IRC18:20
*** alee is now known as alee_afk18:57
*** tinwood has quit IRC19:31
*** tinwood has joined #openstack-barbican19:32
*** raildo has quit IRC19:57
*** raildo has joined #openstack-barbican20:17
-openstackstatus- NOTICE: Zuul and Gerrit are being restarted to address issues discovered with the Gerrit 2.13 upgrade. review.openstack.org will be inaccessible for a few minutes while we make these changes. Currently running jobs will be restarted for you once Zuul and Gerrit are running again.20:25
*** ssathaye has joined #openstack-barbican20:28
*** ssathaye has quit IRC20:30
*** ssathaye has joined #openstack-barbican20:35
*** salmankhan has joined #openstack-barbican20:45
rm_workok yeah it's just a client issue20:46
rm_workreally need to enable the client to pull from / put to a file20:46
rm_worki think someone mentioned that the option for that in cliff or something is there now?20:46
*** catintheroof has quit IRC20:50
*** catintheroof has joined #openstack-barbican20:50
*** catintheroof has quit IRC20:51
*** alee_afk is now known as alee21:25
*** tinwood has quit IRC21:30
*** noslzzp has quit IRC21:31
*** tinwood has joined #openstack-barbican21:31
*** noslzzp has joined #openstack-barbican21:35
ykuoI am getting this error message: Table 'barbican.certificate_authorities' doesn't exist. and I am using barbican version 4.0.0 python-barbicanclient version 4.2.0. Any ideas?21:36
*** raildo has quit IRC21:40
*** noslzzp has quit IRC21:41
*** noslzzp has joined #openstack-barbican21:44
ykuoI think the certificate_authorities table doesn't exist error is coming from "su -s /bin/sh -c "barbican-manage db upgrade" barbican" command when populating barbican database, I got error message: Specified key was too long; max key length is 1000 bytes') [SQL: u'CREATE INDEX values_index ON container_consumer_metadata (container_id, name, `URL`)']21:46
*** salmankhan has quit IRC21:49
dave-mcc_rm_work --file option is in a patch still pending: https://review.openstack.org/38898122:05
dave-mcc_ykuo  what database are you using?22:06
*** noslzzp has quit IRC22:07
ykuomariadb22:07
ykuodo I need to set default-storage-engine = innodb to resolve this issue?22:08
*** noslzzp has joined #openstack-barbican22:09
*** noslzzp has quit IRC22:13
*** noslzzp has joined #openstack-barbican22:15
*** noslzzp has quit IRC22:18
*** noslzzp has joined #openstack-barbican22:21
*** chlong has quit IRC22:21
*** noslzzp has quit IRC22:25
*** noslzzp has joined #openstack-barbican22:28
dave-mcc_ykuo i've not seen this issue before.22:31
-openstackstatus- NOTICE: Gerrit is being restarted to address some final issues, review.openstack.org will be inaccessible for a few minutes while we restart22:32
*** noslzzp has quit IRC22:33
dave-mcc_ykuo URL is not defined as an index in the model, it looks like a bug if barbican-manage is trying to make it one.22:33
ykuodave-mcc, setting default-storage-engine = innodb solves the issue22:33
*** dave-mcc_ has quit IRC22:33
*** noslzzp has joined #openstack-barbican22:35
*** noslzzp has quit IRC22:35
*** catintheroof has joined #openstack-barbican22:45
*** openstackgerrit has quit IRC22:47
*** nkinder has quit IRC22:52
*** nkinder has joined #openstack-barbican23:07
*** ChanServ changes topic to "Discussion about development of OpenStack Barbican and its client libraries. - Logs: http://eavesdrop.openstack.org/irclogs/%23openstack-barbican/"23:37
-openstackstatus- NOTICE: Gerrit is once again part of normal puppet config management. Problems with Gerrit gitweb links and Zuul post jobs have been addressed. We currently cannot create new gerrit projects (fixes in progress) and email sending is slow (being debugged).23:37

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