Tuesday, 2016-11-22

*** jovon has quit IRC00:18
*** Mudpuppy has joined #craton00:18
*** lcastell has quit IRC00:32
*** lcastell has joined #craton00:39
*** Mudpuppy has quit IRC00:46
*** Mudpuppy has joined #craton00:55
*** syed__ has quit IRC02:36
*** VW has joined #craton06:10
*** VW has quit IRC06:14
*** Mudpuppy has quit IRC06:23
*** Mudpuppy has joined #craton08:23
*** Mudpuppy has quit IRC08:28
*** VW has joined #craton11:10
*** VW has quit IRC11:15
*** tojuvone has joined #craton13:31
sigmavirussulo: care to review https://review.openstack.org/400414 ?13:31
*** Mudpuppy has joined #craton13:52
*** valw has joined #craton14:53
*** VW has joined #craton15:06
jimbakergit-harry, right now the Dockerfile doesn't work at all, so i think the question of LTS or not is sort of moot...15:31
git-harryjimbaker: so the packages can't be grabbed from another source instead of changing the disto version?15:32
*** syed__ has joined #craton15:32
sulojimbaker: it works fine for me btw15:32
jimbakerin terms of the specifics of that Dockerfile - we do not plan to be using mariadb 10.0 at all, since it doesn't actually support json columns15:33
jimbakersulo, strange, i'm still seeing the archive errors15:33
sulowhat error are you seeing ? also 16.10 is actually few sec slower .. but i think that how near/far i am to to the archive or something .. mostly network prolly15:33
jimbakerE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/m/mariadb-10.0/mariadb-server_10.0.25-0ubuntu0.16.04.1_all.deb  404  Not Found [IP: 91.189.88.152 80]15:33
jimbakeris representative15:33
jimbakerbut i haven't looked into archive setup15:34
sulohmm stranger15:34
sulojimbaker: you useing the latest image ?15:34
jimbakerlatest image of what15:35
jimbaker?15:35
sulo16.0415:35
jimbakersulo, doesn't the Dockerfile, in conjunction with docker, manage that?15:35
jimbakeror is there an extra step here...15:35
sulowell it uses cache if one is available i think15:36
sulowhat does docker images say ?15:36
jimbakersulo, yeah it certainly uses the cache... but i would assume it would be smart about that :)15:36
jimbakershas and all15:36
suloyeah .. most prolly it does15:37
sulowhat does docker images say though ?15:37
jimbakersulo, relevant line is probably ubuntu                   16.04               42118e3df429        4 months ago        124.8 MB15:38
suloyeah thats old15:38
sulomaybe nuke that and build again .. i think that might be your culprit15:39
jimbakersulo, ack15:40
jimbakergit-harry, sulo, nuked *all* the docker images on my laptop (presumably union fs meant it was not crazy usage). i would have assumed FROM ubuntu:16.04 meant latest, unless pinned. but obviously wrong about that!15:53
suloit does crazy usage :D15:54
jimbakersulo, just regular maintenance then to nuke images15:55
suloyeah15:55
sulowell i do atlest some some personal stuff i run on top of docker15:55
git-harryIs there a way / is it worth changing that to the latest?15:55
jimbakergit-harry, that would be the better version of the branch i proposed :)15:56
sulogit-harry: we can do latest15:56
sulojimbaker: +115:56
sulolatest = 16.04 but i think lastest pull for diff15:57
jimbakerafter all, when we are using LTS, we actually the *support* in LTS :)15:57
jimbakernot some random old version15:58
jimbakeractually *want* the *support*15:58
sigmavirusand this is why I never use docker on a laptop16:13
sigmavirusOnly in the cloud =P16:13
*** jovon has joined #craton16:28
jimbakergit-harry, jovon, sigmavirus, sulo, syed_ - meeting in one min on vidyo16:59
sulojimbaker: can you fwd the meeting to darren pls17:04
* sigmavirus would appreciate thoughts on https://review.openstack.org/40041417:14
sulosigmavirus: i am testing that17:14
sigmavirussulo: good :)17:14
sigmavirusIt doesn't fix other things you found17:14
sigmavirusbut it does axe the inventory bit right now17:14
sulosigmavirus: cool. running into some other issues though17:14
sulosigmavirus: will reply back/bugs etc in a few17:14
sigmavirusThanks :)17:15
palendaeI'd appreciate any comments on https://review.openstack.org/#/c/392300/, which is a way to generate an example inventory based on in-tree AIO configuration. Would be helpful for tossing at Craton17:50
palendaeMore generally, a lot of our progress toward making pluggable backends can be found here https://review.openstack.org/#/q/project:openstack/openstack-ansible+topic:%5Einventory.*+status:open17:54
sulosigmavirus: i think i found the problem https://review.openstack.org/#/c/400414/118:22
sigmavirusjimbaker: I think I'm running into the same problem as you18:22
sigmavirusI have an up-to-date ubuntu image too18:22
sigmavirussulo: shouldn't need to pass project_id18:23
sulosigmavirus: heh yeah .. sorry i meant region_id18:23
suloi coorected my comment18:23
*** VW has quit IRC19:39
*** VW has joined #craton19:47
*** odyssey4me has quit IRC19:56
*** odyssey4me has joined #craton20:02
sigmavirussulo: for that review, do you want me to make region_id a required thing so that people can't accidentally not provide it?20:06
*** jovon has quit IRC20:18
*** VW has quit IRC20:51
*** VW has joined #craton21:01
*** Mudpuppy_ has joined #craton21:01
*** Mudpuppy has quit IRC21:05
*** VW has quit IRC21:05
-openstackstatus- NOTICE: Gerrit is offline until 21:30 UTC for scheduled maintenance: http://lists.openstack.org/pipermail/openstack-dev/2016-November/107379.html21:06
*** VW has joined #craton21:26
*** VW_ has joined #craton21:38
*** VW has quit IRC21:41
*** VW_ has quit IRC21:42
*** VW has joined #craton21:59
*** VW has quit IRC22:04
*** valw has quit IRC22:29
syed__guys, i am writing tests for network and i am stuck at one place, can anyone help me out23:25
syed__https://gist.github.com23:25
syed__I modified the routes.py file to add endpoints for variables for networks23:27
syed__https://www.irccloud.com/pastebin/o62F42Vu/23:27
syed__added some tests in test_api.py file23:27
syed__https://www.irccloud.com/pastebin/rFE68ipv/23:27
syed__and facing this error:23:27
syed__https://www.irccloud.com/pastebin/30I8siPh/23:28
syed__jimbaker, sulo any suggestions are appreciated23:28
syed__sorry for different paste bins i tried putting up a gist for this but unable to .23:28

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