Saturday, 2016-12-03

*** klindgren__ has quit IRC00:02
openstackgerritOpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements  https://review.openstack.org/40583000:06
*** ducttape_ has quit IRC00:09
*** ducttape_ has joined #openstack-lbaas00:10
greghaynesjohnsom: ohai, we can chat in here since its a bit octavia specific00:16
greghaynesjohnsom: anything I should look at re: sysctl00:16
johnsomSo you added pipefail, which is good, it points out a problem00:17
greghaynesah00:17
johnsomsysctl-set-value00:17
greghaynesyes, we lint on that in DIB but tripleo-image-elements does not00:17
johnsomIt's doing: if ! sysctl -a | grep -q "^$NAME"; then00:17
johnsomWhich I think is backwards since they are using -q00:17
johnsomBut a bigger question is why is it caring about the host and not the image.00:18
greghaynesisnt q just quiet?00:18
johnsomQuiet; do not write anything to standard output.  Exit immediately with zero status if any match is found,00:18
johnsom              even if an error was detected.00:18
greghaynesah so you think the fail case changed00:19
johnsomSo, it exits with 0 on match, we invert so it becomes 1, thus, fails on match00:19
johnsomWithout pipefail it just went along happy00:19
greghaynesoh because the sysctl -a succeeded00:20
greghayneshahaa00:20
johnsomI just thing that check is invalid as it is testing the host running DIB and not the kernel in the image being built.  Same with the sysctl -p00:20
greghaynesyea, agreed00:21
johnsomsysctl -p sets the values on the host, not in the image.  That is what the files the ssyctl-write-value does.00:21
greghaynesid +2 removing that00:22
johnsomSo, I have your patch working and solves my issue.  I guess I need to push one up against that sysctl00:22
johnsomWith that out of the way we are building images again00:22
greghaynesawesome :) now without tripleo deps?00:22
johnsomCorrect00:22
greghaynes\O/00:23
johnsomOk, give me ten minutes to push up a DIB patch00:23
johnsomgreghaynes https://review.openstack.org/40641300:27
openstackgerritMichael Johnson proposed openstack/octavia: Stop depending on tripleo-image-elements  https://review.openstack.org/35659000:29
greghaynesjohnsom: actually, wait a set - why are you all using sysctl-set-value instead of just sysctl-set-value00:30
greghayneser, sec00:30
greghaynesand sysctl-write-value00:30
johnsomsysctl-set-value checks for conflicting settings from other elements or in the cloud image, sysctl-write-value just writes out the file00:31
greghaynesah00:31
greghaynesseems like we should just have one script called sysctl-write-value which does the check00:32
johnsomNot sure there is really much value in having them both00:32
greghaynessince now its pretty meaningless to have two00:32
greghaynesyea00:32
johnsomYeah, same thought00:32
greghaynesI suspect what was going on is in tripleo they copied sysctl-set-value in to the image and used it post-boot and just wanted to save some code duplication00:33
johnsomDo we need to worry about legacy support?  If we merge it, which name wins?00:35
greghayneswe can make one a symlink to the other00:35
greghaynesalthough speaking of legacy - FYI we have a dib v2 branch which we are planning to RC pretty soon, you all likely want to check at some point that it doesnt break you all00:37
johnsomYeah, didn't know about that until today.  Any pointers to the plan there?00:37
greghaynesits all done except one feature were finishing up. The plan was to land that, cut an RC, send out a mail asking people to test, fix whatever breakages people encounter (hopefully within a few weeks) then potentially repeat or merge in to master00:38
greghaynesthe outstanding feature shouldnt have any effect on you all though so you should be able to try it out now00:39
*** ducttape_ has quit IRC00:41
*** ducttape_ has joined #openstack-lbaas00:43
*** bana_k has quit IRC00:43
*** yamamoto has joined #openstack-lbaas00:44
johnsomgreghaynes See what you think of: https://review.openstack.org/40641300:44
greghaynesjohnsom: LGTM00:46
openstackgerritMichael Johnson proposed openstack/octavia: Stop depending on tripleo-image-elements  https://review.openstack.org/35659000:46
johnsomOk, I think with those two we are back in business.00:48
*** yamamoto has quit IRC00:48
johnsomgreghaynes So, I should just get the "feature/v2" branch and give it a go?00:48
greghaynesyep00:49
johnsomI don't see a spec in there for v2, what is different?00:49
greghaynestheres a lot of removal of stuff thats been deprecated for a long time (almost all elements that have a synonym or alternative)00:50
greghaynesa diff in how we handle a few wierd cases, the big one is if you have two elements of the same name we no longer merge00:50
johnsomOk.  I can test it fairly quickly.00:50
greghaynesand now you *have* to pip install, no running ./bin/disk-image-create00:51
johnsomOh, well that will be an issue for us00:51
greghaynesAw, should be easy enough to pip install?00:53
johnsomYeah, just need to re-work the scripts a bit00:54
johnsomActually, no, the way I wrote the script will still work.  Just some cleanup of paths that aren't needed any longer00:57
greghaynesawesome :)00:58
openstackgerritMichael Johnson proposed openstack/octavia: Stop depending on tripleo-image-elements  https://review.openstack.org/35659000:59
johnsomgreghaynes Oh yeah, I found another issue.  This time in pip-and-virtualenv.  It is calling "python /tmp/get-pip.py" but python isn't in the package list01:01
johnsomWell, DIB v2 created an image01:10
*** ducttape_ has quit IRC01:11
openstackgerritMichael Johnson proposed openstack/octavia: Stop depending on tripleo-image-elements  https://review.openstack.org/35659001:16
greghaynesjohnsom: oh, right - we likely need to make a Python element01:28
greghaynesjohnsom: since we need to be smart about installing py2 vs py3 depending on release01:28
greghaynesGood to hear about dib v2 though01:29
johnsomYeah, I hope my patch is ok in the interim as it is needed to get us going again.01:33
*** Purandar has joined #openstack-lbaas01:33
*** bana_k has joined #openstack-lbaas02:30
*** bana_k has quit IRC02:49
*** ducttape_ has joined #openstack-lbaas03:12
*** ducttape_ has quit IRC03:12
*** ducttape_ has joined #openstack-lbaas03:12
*** Purandar has quit IRC03:21
*** ducttape_ has quit IRC03:25
*** armax has quit IRC03:28
*** Purandar has joined #openstack-lbaas03:36
*** armax has joined #openstack-lbaas04:08
*** bana_k has joined #openstack-lbaas04:30
*** yamamoto has joined #openstack-lbaas04:38
*** yamamoto has quit IRC04:38
*** bana_k has quit IRC04:39
*** yamamoto has joined #openstack-lbaas04:47
*** armax has quit IRC04:51
*** yamamoto has quit IRC04:52
*** fnaval has quit IRC05:07
*** yatin has quit IRC05:19
*** fnaval has joined #openstack-lbaas05:24
*** kobis has joined #openstack-lbaas05:24
*** Purandar has quit IRC05:25
*** ducttape_ has joined #openstack-lbaas05:26
*** Purandar has joined #openstack-lbaas05:30
*** ducttape_ has quit IRC05:31
*** yatin has joined #openstack-lbaas05:31
*** yamamoto has joined #openstack-lbaas05:33
*** yamamoto has quit IRC05:37
*** csomerville has quit IRC05:51
*** cody-somerville has joined #openstack-lbaas05:52
*** cody-somerville has quit IRC05:52
*** cody-somerville has joined #openstack-lbaas05:52
*** yamamoto has joined #openstack-lbaas06:02
*** yamamoto has quit IRC06:07
*** yamamoto has joined #openstack-lbaas06:11
*** yamamoto has quit IRC06:11
*** kobis has quit IRC06:15
openstackgerritReedip proposed openstack/neutron-lbaas: Add support to update members in LBaaS extension  https://review.openstack.org/37313506:16
*** kobis has joined #openstack-lbaas06:25
*** kobis has quit IRC06:37
*** kobis has joined #openstack-lbaas06:46
*** rcernin has quit IRC06:47
*** rcernin has joined #openstack-lbaas06:50
*** yamamoto has joined #openstack-lbaas07:12
*** numans has quit IRC07:18
*** yamamoto has quit IRC07:18
*** kobis has quit IRC07:26
*** Purandar has quit IRC07:30
*** rcernin has quit IRC08:11
*** rcernin has joined #openstack-lbaas08:11
openstackgerritReedip proposed openstack/neutron-lbaas: Add Timeout on Listeners  https://review.openstack.org/27389608:34
*** ducttape_ has joined #openstack-lbaas09:28
*** ihrachys has joined #openstack-lbaas09:29
*** ducttape_ has quit IRC09:33
*** yamamoto has joined #openstack-lbaas09:38
*** kobis has joined #openstack-lbaas09:39
*** kobis has quit IRC09:40
*** yamamoto has quit IRC09:55
*** yamamoto has joined #openstack-lbaas09:56
*** yamamoto has quit IRC09:56
*** klindgren__ has joined #openstack-lbaas10:40
*** klindgren_ has quit IRC10:42
*** kobis has joined #openstack-lbaas10:48
*** yamamoto has joined #openstack-lbaas10:57
*** yamamoto has quit IRC10:59
*** yamamoto has joined #openstack-lbaas10:59
*** kobis has quit IRC11:14
*** kobis has joined #openstack-lbaas11:31
*** fnaval has quit IRC11:44
*** kobis has quit IRC11:52
*** kobis has joined #openstack-lbaas11:53
*** kobis has quit IRC11:53
*** ducttape_ has joined #openstack-lbaas12:48
*** kobis has joined #openstack-lbaas12:53
*** eezhova has joined #openstack-lbaas13:00
*** kobis has quit IRC13:08
*** kobis has joined #openstack-lbaas13:28
*** ducttape_ has quit IRC13:28
*** kobis has quit IRC13:44
*** ihrachys has quit IRC13:48
*** ducttape_ has joined #openstack-lbaas14:22
*** harlowja has quit IRC14:40
*** ducttape_ has quit IRC14:47
*** eezhova has quit IRC14:48
*** yamamoto has quit IRC15:14
*** diogogmt has quit IRC15:54
*** yamamoto has joined #openstack-lbaas16:14
*** yamamoto has quit IRC16:22
*** Matias has quit IRC16:46
*** ducttape_ has joined #openstack-lbaas16:47
*** Matias has joined #openstack-lbaas16:50
*** ducttape_ has quit IRC16:52
*** fnaval has joined #openstack-lbaas17:09
*** diogogmt has joined #openstack-lbaas17:24
*** ducttape_ has joined #openstack-lbaas17:51
*** csomerville has joined #openstack-lbaas17:52
*** cody-somerville has quit IRC17:52
*** Matias has quit IRC17:58
*** bana_k has joined #openstack-lbaas18:32
*** ducttape_ has quit IRC18:36
*** kobis has joined #openstack-lbaas18:52
*** kobis has quit IRC19:55
*** bana_k has quit IRC19:57
*** ducttape_ has joined #openstack-lbaas20:21
*** bana_k has joined #openstack-lbaas20:30
*** ducttape_ has quit IRC20:44
*** bana_k has quit IRC20:59
*** bana_k has joined #openstack-lbaas21:05
*** ducttape_ has joined #openstack-lbaas21:26
*** bana_k has quit IRC21:41
*** fnaval_ has joined #openstack-lbaas21:44
*** fnaval has quit IRC21:46
*** ducttape_ has quit IRC22:12
*** ducttape_ has joined #openstack-lbaas22:15
*** bana_k has joined #openstack-lbaas22:26
*** ducttape_ has quit IRC22:27
*** bana_k has quit IRC22:32
*** diogogmt has quit IRC22:37
*** bana_k has joined #openstack-lbaas22:50
*** catintheroof has joined #openstack-lbaas22:58
*** catintheroof has quit IRC23:07
*** rcernin has quit IRC23:13
*** ducttape_ has joined #openstack-lbaas23:43
*** ducttape_ has quit IRC23:47

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