Thursday, 2015-04-02

*** tmcpeak has quit IRC00:42
*** salv-orlando has quit IRC00:44
*** edmondsw has quit IRC01:20
*** salv-orlando has joined #openstack-security01:44
*** salv-orlando has quit IRC01:49
*** tkelsey has joined #openstack-security02:30
*** ULISES has joined #openstack-security02:30
*** ULISES has quit IRC02:31
*** tkelsey has quit IRC02:34
*** bpokorny has quit IRC03:45
*** jamielennox is now known as jamielennox|away03:51
*** JAHoagie has joined #openstack-security04:02
*** salv-orlando has joined #openstack-security04:16
*** salv-orlando has quit IRC04:20
*** tkelsey has joined #openstack-security04:31
*** tkelsey has quit IRC04:35
*** v4s has quit IRC05:05
*** v4s has joined #openstack-security05:06
*** JAHoagie has quit IRC05:15
openstackgerritOpenStack Proposal Bot proposed openstack/security-doc: Imported Translations from Transifex  https://review.openstack.org/16962306:01
*** dave-mccowan has quit IRC06:08
*** tkelsey has joined #openstack-security06:41
*** tkelsey has quit IRC06:42
*** salv-orlando has joined #openstack-security07:13
*** salv-orlando has quit IRC07:21
*** salv-orlando has joined #openstack-security07:41
*** markvoelker has quit IRC08:18
*** aswadr has joined #openstack-security08:41
*** markvoelker has joined #openstack-security08:49
*** markvoelker has quit IRC08:55
openstackgerritTim Kelsey proposed stackforge/anchor: Updating domain validator to pass if given an empty list  https://review.openstack.org/17004809:01
*** tmcpeak has joined #openstack-security10:32
*** markvoelker has joined #openstack-security10:52
*** markvoelker has quit IRC10:57
*** aswadr has quit IRC11:21
*** markvoelker has joined #openstack-security11:53
*** markvoelker has quit IRC11:58
*** dave-mccowan has joined #openstack-security12:28
*** markvoelker has joined #openstack-security12:29
*** bknudson has quit IRC12:32
openstackgerritDave Belcher proposed stackforge/bandit: Added csv output format  https://review.openstack.org/17011312:59
*** bknudson has joined #openstack-security13:13
openstackgerritDave Belcher proposed stackforge/bandit: Added csv output format  https://review.openstack.org/17011313:26
*** singlethink has joined #openstack-security13:27
*** aswadr has joined #openstack-security13:37
openstackgerritDave Belcher proposed stackforge/bandit: Added csv output format  https://review.openstack.org/17011314:01
*** edmondsw has joined #openstack-security14:18
*** voodookid has joined #openstack-security14:33
*** dwyde has joined #openstack-security15:01
*** a2u01g6 has joined #openstack-security15:05
a2u01g6I bet someone will actually say something here!15:05
a2u01g6:-*15:06
*** a2u01g6 has left #openstack-security15:06
*** bpokorny has joined #openstack-security15:15
*** sicarie has joined #openstack-security15:23
*** ljfisher has joined #openstack-security15:46
*** aswadr has quit IRC15:52
*** tkelsey has joined #openstack-security15:57
openstackgerritRobert Clark proposed openstack/security-doc: Adding OSSN-0046 Pecan Debug  https://review.openstack.org/16938816:01
*** rlpple has joined #openstack-security16:06
*** aswadr has joined #openstack-security16:21
openstackgerritRobert Clark proposed openstack/security-doc: Adding OSSN-0046 Pecan Debug  https://review.openstack.org/16938816:28
*** dwyde has quit IRC16:48
openstackgerritMerged stackforge/bandit: Added csv output format  https://review.openstack.org/17011317:02
*** aswadr has quit IRC17:30
*** dwyde has joined #openstack-security17:53
*** tkelsey has quit IRC18:00
nkindertmcpeak: I missed the meeting, but I have some updates on the YAML stuff18:01
nkindertmcpeak: I've written a class to convert security notes into a python representation18:02
rlppleWhat channel is the meeting in?  I saw one in openstack-meeting-alt for Fuel this last hour18:02
nkinderI can output it to YAML, but I'm not sure if there is a great benefit18:02
rlpplesorry just18:02
nkinderrlpple: it's supposed to be in openstack-meeting-alt18:02
rlpplerealized I looked at the wrong screen.  :(18:02
nkinderrlpple: did it not take place an hour ago?18:03
tmcpeaknkinder: awesome18:03
tmcpeaknkinder: got a link?18:03
nkindertmcpeak: so the idea around YAML was to have something parseable18:03
nkindertmcpeak: we have that via the python representation that my class gives us.18:04
nkinderThe YAML output isn't easier to read or edit, so I don't think it's neccessarily valuable18:04
nkindertmcpeak: let me get some links for you18:04
tmcpeaknkinder: cool18:04
nkindertmcpeak: here's YAML output (there are some bugs in it to fix still): http://paste.openstack.org/show/197962/18:05
nkinderI tried two approaches for outputting YAML18:05
nkinderthe first was to use PyYaml18:05
nkinderthat produced valid, but ugly, output18:06
tmcpeakthis looks pretty solid18:06
nkinderwe can't control the order of items, so the title was towards the bottom, etc.18:06
tmcpeakI also missed the meeting btw :)18:06
nkinderah, I'm not alone! :)18:06
nkinderso this output I pasted above is my class outputting raw YAML itself18:06
nkinderthe trouble is around formatting18:07
tmcpeakhow does it do that without using a library?18:07
nkinderI made each paragraph in a section it's own item18:07
nkindertmcpeak: I'll put the code somewhere in a minute18:07
tmcpeakahh you implemented your own pretty YAML output?18:07
nkinder...and I strip line wrapping for everything but our example blocks18:07
tmcpeakgood solution18:08
nkindertmcpeak: http://paste.openstack.org/show/197965/18:10
tmcpeakthis is a lot nicer than that stinker code I gave you ;)18:11
nkindertmcpeak: :)18:12
nkindertmcpeak: so I think we should bail on the YAML part of it18:12
tmcpeakbail on the YAML part of what?18:12
nkindertmcpeak: I don't think we should put the notes in YAML18:12
tmcpeakwhy?18:12
nkinderI think we can use this to load them from text and have a python structure that we can use for various things18:13
tmcpeakahh gotcha18:13
nkinderWith this, we can load from text and it would be easy to write a tool that can compare a config file against all notes to see it it applies to a deployment18:13
tmcpeakso YAML not needed to get what we want18:13
nkinderor, we can have a gate job that loads in from text and validates everything, re-line wraps, etc.18:13
tmcpeaknkinder: yeah, makes sense18:13
nkinderyeah, exactly18:13
nkinderif YAML made it easier to parse or write notes, then I'd be all for it18:14
tmcpeaknkinder: right, makes sense18:14
tmcpeakI'm happy for that solution18:14
*** bpokorny_ has joined #openstack-security18:21
nkindertmcpeak: here's a simple test program if you want to try it - http://paste.openstack.org/show/197966/18:21
nkindertmcpeak: you can see that it's pretty easy to jsue use the class to load and output in various formats18:21
nkindertmcpeak: the repr() output will give you an idea of the structure I used18:21
tmcpeaknkinder: cool, I'll check it out18:22
*** bpokorny has quit IRC18:23
*** tkelsey has joined #openstack-security18:29
*** tkelsey has quit IRC18:34
*** edmondsw has quit IRC19:33
*** rlpple has quit IRC20:24
openstackgerritOpenStack Proposal Bot proposed openstack/security-doc: Updated from openstack-manuals  https://review.openstack.org/17028621:09
*** ljfisher has quit IRC21:24
*** bpokorny has joined #openstack-security21:33
*** sweston has quit IRC21:33
*** mgagne has quit IRC21:33
*** bpokorny_ has quit IRC21:36
*** sweston has joined #openstack-security21:36
*** erw has quit IRC21:38
*** mgagne has joined #openstack-security21:40
*** erw has joined #openstack-security21:45
*** bknudson has quit IRC22:22
*** vozcelik has joined #openstack-security22:28
*** singlethink has quit IRC22:40
*** voodookid has quit IRC23:06
*** dwyde has quit IRC23:07
*** vozcelik has quit IRC23:13
*** vozcelik has joined #openstack-security23:17
*** sicarie has left #openstack-security23:32
*** vozcelik has quit IRC23:56

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