Friday, 2015-08-14

*** jamielennox is now known as jamielennox|away00:05
*** jamielennox|away is now known as jamielennox00:07
*** arunkant_ has left #openstack-barbican00:09
*** jamielennox is now known as jamielennox|away00:10
*** lisaclark1 has joined #openstack-barbican00:38
*** dimtruck is now known as zz_dimtruck00:47
openstackgerritDave McCowan proposed openstack/barbican: Add get_count() method to project resource repositories  https://review.openstack.org/21287601:03
*** vivek-ebay has quit IRC01:05
*** alee_ has quit IRC01:29
pksinghHi rm_work , are u around?01:32
pksinghHi everyone, i have some questions about castellan , can anybody answer please01:36
pksinghwhat is the purpose of castellan?01:42
rm_youpksingh: yes I am here01:44
rm_youpksingh: the idea is that it provides a high level interface for Secret storage01:44
rm_youpksingh: so that other projects like Cinder / Nova / Glance / Sahara / etc can use it, and then at a very high level a deployer can decide how they want secrets stored (with Barbican, directly in a HSM/KMIP device, etc)01:45
pksinghrm_you: ok01:45
pksinghrm_you: how stable it is?01:45
rm_youit is ... nearing its first useful release, I think01:45
rm_youI think there are projects hopeful to be able to use it by the end of the L release01:46
pksinghrm_you: so is it not released yet?01:46
pksinghok01:46
rm_youI mean...01:46
rm_youI think the current version is a bit old01:46
rm_youbut if you pull from master, it should be pretty decent now01:47
rm_youthe barbican implementation is still pending an update I think01:47
pksinghrm_you: ok01:47
pksinghrm_you: so it is for only secret store or we can create secret also?01:48
rm_youyou can also create01:48
rm_youthough it might be limited? I forget which create options are available01:48
rm_youcreate/store/get/delete01:49
pksinghrm_you: ok01:49
rm_youI believe "copy" was there but just got removed01:49
pksinghok01:51
pksinghrm_you: is tls/ssl secret also supported by castellan?01:52
rm_youpksingh: WORKING ON IT. >_>01:52
pksinghrm_you: ok thanks a lot01:52
rm_youfeel free to comment on https://review.openstack.org/#/c/156623/401:53
pksinghif have other questions , will come to you :)01:53
rm_youpksingh: ^^01:53
rm_youthe tls/ssl secret thing is an ongoing debate01:53
*** crc32 has quit IRC01:53
rm_youredrobot: ^^ notice what pksingh asked with zero prompting from me :P01:54
rm_youjust sayin'01:54
*** alee_ has joined #openstack-barbican02:04
*** jamielennox|away is now known as jamielennox02:08
*** zz_dimtruck is now known as dimtruck02:25
*** gyee_500 has quit IRC02:29
*** lisaclark1 has quit IRC02:53
*** crc32 has joined #openstack-barbican03:28
*** tkelsey has joined #openstack-barbican03:29
*** xaeth_afk is now known as xaeth03:31
*** tkelsey has quit IRC03:33
*** mixos has joined #openstack-barbican03:35
mixosHi anyone here ?03:35
* rm_you waves at mixos 03:36
mixos@rm_you you here again ?03:36
rm_youI am ALWAYS here03:36
*** crc32 has quit IRC03:36
rm_youwhich may or may not be good for my sanity03:36
rm_youwhat's up?03:37
mixos@rm_you saw you @ openstack summit presentation.03:37
mixospresenting contents related to lbaas.03:37
mixosThat was you. right ?03:37
rm_youyes03:38
mixoscool . :- )03:38
mixosa question on barbican.03:38
mixoswhen you delete an order ref.03:38
mixosthe corresponding scret should be deleted as well. right ?03:39
rm_youhmm, may not be able to answer this -- I know there was some discussion of a difference between "deleting" and "cancelling" an order, at least if it was still in progress03:39
rm_youah03:39
rm_youno03:39
rm_youdeleting an order should not delete anything that came from it03:39
mixosno ?03:39
rm_youif it is finished03:39
rm_youat least I wouldn't assume it does?03:39
rm_youthat would be... weird03:39
mixosjust sec.03:40
rm_youi can test quick tho :P03:40
*** crc32 has joined #openstack-barbican03:40
mixos "order_ref": "http://localhost:9311/v1/orders/6ae5ab0c-4c00-4163-9b0d-aaf28a502567",03:40
mixos            "secret_ref": "http://localhost:9311/v1/secrets/92a6ddb7-e1a6-4039-afec-b3990dc908d9",03:40
mixosthese two (order ref and secret ref ) points to the same key.03:41
mixosso... deleting from secret .. should delete same entry from orders.03:41
mixosbut it does not behave this way now.03:42
mixosthought it was bug.03:42
rm_workerr03:42
rm_workorder ref is an object03:42
rm_workand secret ref is an object03:42
rm_workorder ref has metadata that points to the secret ref03:42
mixoscorrect.03:43
rm_workbut deleting either will not delete the other03:43
rm_worksince it is not actually the same object03:43
mixosis that right behavior ?03:43
rm_worki believe so03:43
mixoswhy ?03:43
rm_workbecause if i create an order, it finishes, and i have a secret, i should be able to clear out the order03:43
rm_workand why would it delete the secret? it's just a reference to it03:44
mixosI see.03:44
rm_worksame as if i create a secret, and create a container, and then delete the container03:44
rm_workwhy would it delete the secret?03:44
mixosnow I get it...03:44
*** crc32 has quit IRC03:44
mixosorder ... just order to create secret.03:44
rm_workyes03:44
mixosGOT IT . :- )03:44
mixosmake sense.03:45
rm_workthe actual order object is useless once it is completed03:45
rm_workother than as history, maybe03:45
mixosI just thought that if they cross ref, then one deleted and the other should be as well.03:45
mixosbut that was total misunderstanding.03:45
rm_workyeah don't think of it as a cross-reference03:45
rm_workit's just a one-way linkage03:46
rm_worklike a symlink on a filesystem03:46
mixosright. make sense.03:46
mixosAnyway good to see you here again.03:46
rm_workcool cool :)03:46
rm_workyeah i am on too much for my own good03:46
rm_workgoing to go watch some TV before i start working again in two hours :)03:46
mixoshaha. life's short. don't work too much.03:47
mixosThanks for helping me with the concept. !03:48
*** jamielennox is now known as jamielennox|away04:02
*** dimtruck is now known as zz_dimtruck04:09
openstackgerritDave McCowan proposed openstack/barbican: Add Quota Enforcement API  https://review.openstack.org/21296704:12
*** Nirupama has joined #openstack-barbican04:18
*** vivek-ebay has joined #openstack-barbican04:19
*** vivek-ebay has quit IRC04:21
*** vivek-ebay has joined #openstack-barbican04:27
*** morgan_404 is now known as morgan_20404:42
*** morgan_204 is now known as morgan_20604:44
*** morgan_206 is now known as morgan_50304:45
*** jamielennox|away is now known as jamielennox04:46
*** dave-mccowan has quit IRC05:14
*** vivek-ebay has quit IRC05:14
*** vivek-ebay has joined #openstack-barbican05:23
*** chlong has quit IRC05:41
*** vivek-ebay has quit IRC05:43
*** vivek-ebay has joined #openstack-barbican05:44
*** chlong has joined #openstack-barbican05:44
*** vivek-ebay has quit IRC05:48
*** mixos has quit IRC06:22
*** jamielennox is now known as jamielennox|away07:17
*** tkelsey has joined #openstack-barbican07:31
*** tkelsey has quit IRC07:35
*** chlong has quit IRC07:36
*** chlong has joined #openstack-barbican07:39
*** tkelsey has joined #openstack-barbican07:51
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/21224309:14
*** tkelsey has quit IRC09:22
*** peter-hamilton has joined #openstack-barbican11:20
*** peter-hamilton has quit IRC11:43
*** peter-hamilton has joined #openstack-barbican12:12
*** SheenaG has joined #openstack-barbican12:17
*** peter-hamilton has quit IRC12:23
*** Nirupama has quit IRC12:32
*** peter-hamilton has joined #openstack-barbican12:37
*** xaeth is now known as xaeth_afk12:38
*** rellerreller has joined #openstack-barbican12:49
*** dave-mccowan has joined #openstack-barbican12:52
*** SheenaG has quit IRC12:57
*** SheenaG has joined #openstack-barbican13:10
*** zz_dimtruck is now known as dimtruck13:20
*** vivek-ebay has joined #openstack-barbican13:28
*** everjeje has joined #openstack-barbican13:53
rellerrellerI could use a workflow on https://review.openstack.org/#/c/212578/ . It's one line and has 2 +2s and several +1s.13:56
*** spotz_zzz is now known as spotz13:58
hockeynutrellerreller done13:59
rellerrellerhockeynut thanks!14:00
*** dimtruck is now known as zz_dimtruck14:03
dave-mccowani nominate today "quota code review day".  if you're looking for something to read with your morning coffee, take a look.  There are 3 now, include 2 smaller bite-sized ones. :-) https://review.openstack.org/#/c/212967/ https://review.openstack.org/212876 https://review.openstack.org/20589414:10
peter-hamiltonrellerreller: PyKMIP 0.4.0 has been released, you should be good to go14:12
*** edtubill has joined #openstack-barbican14:13
*** lisaclark1 has joined #openstack-barbican14:15
rellerrellerpeter-hamilton thanks! I will recheck it.14:19
*** chlong has quit IRC14:19
*** vivek-eb_ has joined #openstack-barbican14:20
*** pglass has joined #openstack-barbican14:22
*** vivek-ebay has quit IRC14:22
*** lisaclark1 has quit IRC14:26
*** zz_dimtruck is now known as dimtruck14:27
openstackgerritMerged openstack/barbican: Made Functional Test Key 256 Bits  https://review.openstack.org/21257814:30
*** lisaclark1 has joined #openstack-barbican14:41
openstackgerritZhenyu Zheng proposed openstack/barbican: Drop downgrade field in alembic script.py.mako and version  https://review.openstack.org/20932314:45
*** SheenaG has quit IRC14:52
*** SheenaG has joined #openstack-barbican14:56
*** alee_ is now known as alee_afk15:00
*** nelsnelson has joined #openstack-barbican15:04
*** xaeth_afk is now known as xaeth15:07
*** lisaclark1 has quit IRC15:12
*** lisaclark1 has joined #openstack-barbican15:12
*** silos has joined #openstack-barbican15:17
*** openstackgerrit has quit IRC15:31
*** openstackgerrit has joined #openstack-barbican15:32
*** darrenmoffat has quit IRC15:38
*** darrenmoffat has joined #openstack-barbican15:39
*** pglass has quit IRC15:39
*** pglass has joined #openstack-barbican15:49
*** lisaclark1 has quit IRC15:57
*** woodster_ has joined #openstack-barbican16:04
*** rellerreller has quit IRC16:04
*** lisaclark1 has joined #openstack-barbican16:07
*** lisaclark1 has joined #openstack-barbican16:07
*** gyee has joined #openstack-barbican16:37
*** lisaclark1 has quit IRC16:40
*** lisaclark1 has joined #openstack-barbican16:41
*** lisaclark1 has quit IRC16:55
*** peter-hamilton has quit IRC16:56
*** atiwari has joined #openstack-barbican16:56
*** peter-hamilton has joined #openstack-barbican16:59
*** rellerreller has joined #openstack-barbican17:07
*** crc32 has joined #openstack-barbican17:11
*** crc32 has quit IRC17:13
*** david-lyle is now known as cbrown17:17
openstackgerritDave McCowan proposed openstack/barbican: Add get_count() method to project resource repositories  https://review.openstack.org/21287617:24
*** crc32 has joined #openstack-barbican17:27
*** SheenaG has quit IRC17:53
openstackgerritDave McCowan proposed openstack/barbican: Add get_count() method to project resource repositories  https://review.openstack.org/21287617:55
*** rellerreller has quit IRC18:00
*** peter-hamilton has quit IRC18:00
*** rellerreller has joined #openstack-barbican18:01
*** lisaclark1 has joined #openstack-barbican18:09
*** woodster_ has quit IRC18:10
*** edtubill has quit IRC18:12
*** vivek-eb_ has quit IRC18:21
*** lisaclark1 has quit IRC18:54
*** lisaclark1 has joined #openstack-barbican18:57
*** lisaclark1 has quit IRC19:03
*** lisaclark1 has joined #openstack-barbican19:03
*** vivek-ebay has joined #openstack-barbican19:08
*** crc32 has quit IRC19:25
*** edtubill has joined #openstack-barbican19:35
*** silos has left #openstack-barbican19:39
*** rellerreller has quit IRC19:41
*** crc32 has joined #openstack-barbican19:50
*** lisaclark1 has quit IRC20:00
*** lisaclark1 has joined #openstack-barbican20:03
*** vivek-ebay has quit IRC20:06
*** SheenaG has joined #openstack-barbican20:11
*** woodster_ has joined #openstack-barbican20:13
*** SheenaG1 has joined #openstack-barbican20:21
*** SheenaG has quit IRC20:22
*** vivek-ebay has joined #openstack-barbican20:37
*** vivek-eb_ has joined #openstack-barbican20:40
*** vivek-ebay has quit IRC20:41
*** gyee has quit IRC21:09
*** SheenaG1 has quit IRC21:11
*** cbrown is now known as david-lyle21:20
*** SheenaG has joined #openstack-barbican21:21
*** vivek-eb_ has quit IRC21:26
*** vivek-ebay has joined #openstack-barbican21:26
*** lisaclark1 has quit IRC21:32
*** vivek-eb_ has joined #openstack-barbican21:41
*** xaeth is now known as xaeth_afk21:41
*** vivek-ebay has quit IRC21:44
*** edtubill has quit IRC22:04
*** spotz is now known as spotz_zzz22:08
*** pglass has quit IRC22:15
*** dimtruck is now known as zz_dimtruck22:21
*** zz_dimtruck is now known as dimtruck22:36
*** lisaclark1 has joined #openstack-barbican22:40
*** vivek-eb_ has quit IRC22:42
*** vivek-ebay has joined #openstack-barbican22:42
*** rellerreller has joined #openstack-barbican22:45
*** dimtruck is now known as zz_dimtruck22:51
*** zz_dimtruck is now known as dimtruck22:57
*** lisaclark1 has quit IRC22:59
*** atiwari1 has joined #openstack-barbican23:04
*** atiwari has quit IRC23:06
*** rellerreller has quit IRC23:17
*** dimtruck is now known as zz_dimtruck23:23
*** SheenaG has quit IRC23:48
*** mixos has joined #openstack-barbican23:57

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