Sunday, 2015-07-12

*** jtriley has joined #kolla00:07
*** achanda has quit IRC00:16
*** dims has quit IRC00:22
*** jasonsb_ has quit IRC00:29
*** jasonsb has joined #kolla00:30
*** jasonsb has quit IRC00:34
*** jtriley has quit IRC00:59
*** dims has joined #kolla01:00
*** achanda has joined #kolla01:17
*** britthouser has joined #kolla01:17
*** erkules_ has joined #kolla01:20
*** sdake_ has quit IRC01:21
*** achanda has quit IRC01:22
*** erkules has quit IRC01:22
*** jasonsb has joined #kolla01:23
*** achanda has joined #kolla01:58
*** jtriley has joined #kolla02:16
*** jtriley has quit IRC02:21
*** sdake has joined #kolla02:22
*** dims_ has joined #kolla02:35
*** dims has quit IRC02:37
*** britthouser has quit IRC02:51
*** britthouser has joined #kolla02:53
SamYaplemorning people02:54
SamYaplesdake: got the modules already and working02:54
sdakehey samyaple02:54
sdakecool so we are ticking with the modules you wrote then?02:54
SamYaplesince there are no other alternatives, yea02:55
sdakewell we could ue the modules from osad02:55
sdakebut its not lie ka big thing eithe way02:55
SamYapleit isnt merged into the main branch yet02:55
SamYapleprobably wont for a week or two02:55
sdakeif what you have is working and implemented its a very small part of our codebae02:55
sdakei see02:55
sdakewell we can't wait that long02:55
SamYaplepep8 gate needs to ignore ansible modules02:55
SamYaplehttps://review.openstack.org/#/c/199463/02:56
sdakethat is easy enough02:56
sdakelet me switch networks to find example of how its done02:57
sdakenm already on correct network02:57
SamYapleI could clena up most of those errors, but the wildcard import stays. period02:57
SamYaplethe rest are ansible style choices02:57
SamYapleim just following most modules style02:57
sdake[flake8]02:58
sdake# H803 skipped on purpose per list discussion.02:58
sdake# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/12602:58
sdake# E711 is ignored because it is normal to use "column == None" in sqlalchemy02:58
sdake# The rest of the ignores are TODOs02:58
sdake# New from hacking 0.9: E129, E131, H407, H405, H90402:58
sdake# E251 Skipped due to https://github.com/jcrocholl/pep8/issues/30102:58
sdakeignore = E121,E122,E123,E124,E125,E131,E251,H302,H405,H803,H904,E71102:58
sdakeexclude =  .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,magnum/common/pythonk8sclient02:58
sdakesorry i guess I shoudl have pasted that02:58
sdakeanyway this is from magnum02:58
sdakecan you insert a patch in front of the one you have there02:58
sdakethat does the exclusion list02:58
sdakeyou can probably keep the ignore rules out02:59
sdakeI'm not sure if flake8 has hit our rep yet - let me check that out02:59
SamYaplegoing to have to ignore H303 and H403, probably H231 as well02:59
SamYapleAnsible is not even close to working with python 3.x. it doesn't even allow some of the "compatible" syntax03:00
sdakesamyaple just ignore the modules entirely samyaple03:01
sdakeare they in a specific directory?03:01
SamYapleyea03:01
sdakejust add to tox.ini under flake8 the ignore list03:01
sdakesec let me find link03:01
*** dims_ has quit IRC03:01
sdakehttps://github.com/stackforge/kolla/blob/master/tox.ini#L6603:02
sdaketry adding there03:02
sdakeinsert a patch in your patch stream03:02
sdakegit commit --allow-empty iirc03:02
sdakesamyaple make sense?03:04
sdakejusti ignore the entire directory03:04
openstackgerritSam Yaple proposed stackforge/kolla: Add temporary Ansible keystone modules  https://review.openstack.org/19946303:04
sdakeor make pep8 complaint as much as possible03:04
SamYaplewell see03:04
sdakeplease make as a separate commit if you can03:05
SamYapleill never fisnish this ansible stuff03:05
sdakeits coming along :)03:06
sdakewhat do you mean you will never finish ? :)03:06
sdakewe need to get more people working on it03:06
SamYaplenot when i have t oagain rebase so ill be 4 rebases in to actually work on nova03:06
sdakeso its not just all you03:07
SamYaplewe cant until there is a foundation. with 4 reabses deep and a week between reviews its not going to happen03:07
SamYaplenot by the end of the month03:07
sdakeok i'll ask harmw to be fast and i'll be fast on the reviews as well03:07
sdakeagree reviews have been slow03:08
sdakei have reviews outstanding for 2-3 days03:08
openstackgerritSam Yaple proposed stackforge/kolla: Add temporary Ansible keystone modules  https://review.openstack.org/19946303:08
SamYaplelet me guess youre going to make me file a bug for this too03:09
SamYaplefurther delaying things03:09
sdakeits been particularlly tough because of hte from source has created a bunch of rebasing03:09
sdakewe dont have to have all of the containers running in ansible - i'd be satisified with the core services03:10
sdakein other words, neutron, nova, glance, keystone, db, amqp03:10
SamYapleprobably wont happen and work well unless we actually commit.03:10
sdakeya we need to jsut ge tthe patches appoved03:10
sdakeso other people can start running with them03:10
SamYaplewith this tox.ini in a seperate commit we are probably a week and a half away from nova ansible merging03:10
SamYapleand that is written03:10
sdakespeaking of that, I want to get my env setup so I can run these03:11
sdakeyour syaing putting tox.ini in a separate commit will add 10 days ?03:11
SamYaplenow nova requires 4 patches to actually merge :)03:11
SamYapleso yes03:11
openstackgerritSam Yaple proposed stackforge/kolla: filter ansible/library from tox.ini  https://review.openstack.org/20085903:13
sdakeare all the patches finished for nova?03:14
SamYaplelocally. but i have to keep rebasing them03:14
openstackgerritSam Yaple proposed stackforge/kolla: Add temporary Ansible keystone modules  https://review.openstack.org/19946303:15
sdakeyou have to rebase because of the from source work?03:15
SamYapleno i have to rebase because i have (now) 3 pending ansible patches that nova depends on03:16
SamYaplewell i suppose one is tox. so 2 pending and then this tox patch03:16
sdakeif you keep them in one stream it makes approving them alot easier03:16
sdakeotherwise its hard to tell what the deps are03:16
sdakewhere are theo ther patches?03:16
SamYapleits not. it says it before you scroll down03:16
sdakei dont understand whaty ou mean03:18
SamYaplehttps://review.openstack.org/#/c/199463/03:18
SamYapledo you not see the big "DEPENDS ON"03:18
SamYaple?03:18
sdakeya got it03:18
sdakeany others that need reviewing?03:24
sdakethat looks good minus a todo comment03:24
sdakebut that point isn't a big deal03:24
sdaketypically I'd be a little more aggressive on todos, but I am certain these todos will change so they wont get lost03:25
SamYaplehttps://review.openstack.org/#/c/199406/03:25
SamYaplehttps://review.openstack.org/#/c/198520/ not need, but its been sitting for over a week...03:26
openstackgerritMerged stackforge/kolla: Fixes an issue with AIO and galera clusters  https://review.openstack.org/19940603:30
openstackgerritMerged stackforge/kolla: Add +x to Magnum's config-internal.sh scripts  https://review.openstack.org/20064503:31
openstackgerritMerged stackforge/kolla: Add RabbitMQ image for Ubuntu  https://review.openstack.org/20018303:34
sdakesamyaple ya people dont like their name attached to security fixes typically03:40
SamYapleyea thats just keep that open03:40
SamYaplebetter option there03:40
sdakelet me ask a security guy to look and review the change - if he gives it thumbs up i'll approve monday03:41
sdakehe doesn't work weekends ;)03:41
SamYaplethe same one from before?03:41
sdakeyup03:41
SamYaplethat already has?03:41
sdakehe hasn't +1'ed the review?03:42
SamYapleno ye just posted a generic link without looking at the review03:42
sdakeyes03:42
sdakei'll ask him out of band to look at the review monday03:42
sdakenot super man hard for me to remember everyone's requuests...03:43
sdakei'll end him mail now sec03:43
*** sdake_ has joined #kolla03:45
sdake_there mail away03:46
sdake_and i'll ask him via irc on monday as well03:46
SamYaplecool03:46
sdake_if you could remind me monday it would be appreciated03:47
sdake_if he hasn't reviewed by the morning03:47
SamYaplesure03:48
sdake_ta03:48
*** sdake has quit IRC03:49
*** sdake_ is now known as sdake03:54
*** jtriley has joined #kolla04:17
*** sdake has quit IRC04:19
*** jtriley has quit IRC04:22
openstackgerritMerged stackforge/kolla: Fix Horizon config-internal.sh permissions  https://review.openstack.org/20084105:50
*** achanda has quit IRC07:17
*** achanda has joined #kolla07:22
*** achanda has quit IRC07:32
*** jtriley has joined #kolla09:19
*** jtriley has quit IRC09:24
openstackgerritSam Yaple proposed stackforge/kolla: Ansible Nova w/ libvirt support  https://review.openstack.org/20088112:44
*** jtriley has joined #kolla13:20
*** jtriley has quit IRC13:26
*** sdake has joined #kolla13:55
*** pbourke has quit IRC14:21
*** pbourke has joined #kolla14:22
*** sdake has quit IRC14:51
*** sdake has joined #kolla15:00
sdakemorning15:08
*** achanda has joined #kolla17:06
*** achanda has quit IRC18:09
*** achanda has joined #kolla18:46
harmwhow is this important? https://blueprints.launchpad.net/kolla/+spec/enable-ntp-container19:14
harmwfrom a kolla perspective19:14
harmwhm19:17
harmw$ cat docker/centos/rdo/openvswitch/ovs-base/config-internal.sh19:17
harmw../../../../common/openvswitch/ovs-base/config-external.sh19:17
harmwthat doesn't look good19:17
*** jtriley has joined #kolla19:23
*** jtriley has quit IRC19:28
*** sdake has quit IRC20:07
*** achanda has quit IRC20:18
*** achanda has joined #kolla20:18
*** achanda has quit IRC20:19
*** achanda has joined #kolla20:26
*** achanda has quit IRC20:35
*** sdake has joined #kolla21:43
*** sdake has quit IRC21:46
*** sdake has joined #kolla21:51
*** achanda has joined #kolla22:14
*** jasonsb has quit IRC22:32
*** jasonsb has joined #kolla22:32
*** achanda_ has joined #kolla22:36
*** jasonsb has quit IRC22:37
*** achanda has quit IRC22:38
*** achanda_ has quit IRC22:44
*** achanda has joined #kolla23:09
*** mandre has joined #kolla23:40
*** sdake has quit IRC23:56
*** sdake has joined #kolla23:57
sdakeharmw I am not quite sure but the docs say to install ntp23:58
sdakeharmw if a link is wrong can you file a bug for it23:58

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