/srv/irclogs.ubuntu.com/2017/10/25/#cloud-init.txt

ckonstanskiTrying to bust out the two easy issues now. I created a launchpad bug for the rc-service one. How do I assign it to myself? Or do I not do that? (This is where I learn the procedures around launchpad)01:39
ckonstanskiPushed commits for issues 1727121 and 172712601:54
ckonstanskiA brreakdown in the "hacking" instrucitons. Will catch up tomorrow.01:55
prometheanfirecool02:31
prometheanfireI made https://code.launchpad.net/~prometheanfire/cloud-init/+git/cloud-init/+merge/332754 , but I'd rather just use yours02:31
prometheanfireckonstanski: all you should need to do is go to your fork/branch and click the merge this button02:34
ckonstanskitarget reference path? master?03:18
ckonstanskifound it in "hacking" -- master03:20
ckonstanskidone03:21
prometheanfireckonstanski: cool, link?12:14
ckonstanskihttp://cloudinit.readthedocs.io/en/latest/topics/hacking.html14:32
prometheanfireckonstanski: sorry, to your merge request :P14:51
ckonstanskihttps://code.launchpad.net/~ckonstanski/cloud-init/+git/cloud-init/+merge/33275514:54
ckonstanskihttps://code.launchpad.net/~ckonstanski/cloud-init/+git/cloud-init/+merge/33275614:54
ckonstanski2 different ones14:54
smoserckonstanski: prometheanfire i've seen your bugs and mp... i do want to review for you.15:14
smoserjust time and such. but we'll try to get some feedback today.15:14
prometheanfiresmoser: sure, don't need to do mine, do ckonstanski's15:18
prometheanfireremoved (deleted)15:46
powersjsmoser: your update looks good, however I am unsure about the variable substitution into the shell script16:07
powersjwhen it generates the xml right now it produces "release={release}16:08
powersjtriggerwhat={triggerwhat}"16:08
powersjwhich isn't what we want I think16:08
smoserhm..16:08
smoserpowersj: i was trying ot generate the xml locally16:09
powersjThis is why there was lots of copy and pasting... I always got frustrated with this16:09
smoserbut dont know how ?16:09
smoserif i run './test-jenkins-jobs' locally, it ends up i think trying to post xml16:09
smoser(and failing reasonably)16:09
powersjthe test-jenkins-jobs will run "jenkins-jobs test <dir>"16:09
smoseryeah, but lcoally16:10
powersjand if it produces XML without any exception, then it means the job at least generated16:10
powersjthat is all local16:10
powersjwon't try to push anything or update the jenkins as there are no creds in that repo :)16:10
smoserhttp://paste.ubuntu.com/25817851/16:10
smoserthat is on master (with jenkins-jobs installed from archive)16:11
powersjwhat is your version of jenkins-job-builder? because I am using pipelines it has to be a certain version16:11
powersjyeah the archive version won't work16:11
powersjif you look at the readme or travis file you will see I have ot use: jenkins-job-builder==2.0.0.0b216:12
smoserpowersj: pip install jenkins-job-builder just got me 1.6.216:18
ckonstanskickonstanski@sphinkpad:~/jobs/talligent/projects/openbook-v4-ci/jjb $ cat requirements.txt16:18
ckonstanskijenkins-job-builder>=2.0.0.0b216:18
ckonstanski 16:18
ckonstanskiThat'll git er16:18
powersjsmoser: yeah if you add the >= or == with version it'll do it16:19
smoserpowersj: :-(16:31
smoserwhy is my macro not expanding16:31
smoserpowersj: http://paste.ubuntu.com/25817997/16:40
smoser"yaml is hard"16:40
powersjHAHAHAHA16:41
smoserstarted with 'foo.yaml' like rthis16:41
smoser http://paste.ubuntu.com/25818005/16:41
smoserand iterated16:41
powersjthat looks good16:43
smoserpowersj: i'm not sure if i have the 'artifacts' right though16:43
smoserwhat adds the 'cloud-init/' that you have in cloud-init/integration.yaml16:43
smoser      - archive:16:43
smoser          artifacts: 'cloud-init/results/**'16:43
powersjthe git clone16:43
powersjclone's into cloud-init16:44
smosergot it. thanks.16:44
powersjso $WORKSPACE/cloud-init16:44
powersjsmoser: any reason to not merge?16:52
powersjlooks good on my end16:52
smoserpowersj: go for it.16:53
ckonstanskiIs cloud-init an openstack project? Need to know for a question asked at work.16:54
powersjckonstanski: we are not, smoser could give better history though17:01
powersjsmoser: jobs deployed, looks good! thank you :D17:01
smoserckonstanski: cloud-init 2.0 kind of started as a openstack project, but that work was shelved, to rather continue development on 1.017:03
smoserpowersj: i'm going to hit 'build-now'17:27
smoser https://jenkins.ubuntu.com/server/view/cloud-init/job/cloud-init-integration-proposed-x/17:28
powersjsmoser: go for it17:28
prometheanfireckonstanski: it's not, just heavilly used by images running on openstack17:29
smoserpowersj: https://jenkins.ubuntu.com/server/view/cloud-init/job/cloud-init-integration-proposed-x/80/console :-(17:47
powersjAssertionError: '0.cloud-init.mypool' not found in ''17:47
powersjFAIL: test_ntpq_servers (tests.cloud_tests.testcases.modules.ntp_pools.TestNtpPools)17:47
smoserugh. how the $*(# did that fail17:47
powersjlove this new output btw... thanks :)17:47
smoserwhile 79 passed17:48
powersjmodules/ntp_pools17:48
powersjuhh hold on17:49
powersjit built the deb....17:49
powersjsomething may have changed when I merged your jenkins job... doesn't look like it is doing the pull-lp-source cloud-init xenial-proposed17:49
smoseroh? did i foobar that ?17:50
powersjoh your builder is wrong17:50
powersjreview fail on my part17:50
powersjsee I trust you too much ;)17:50
smoseri grabbed the wrong code block17:50
smoserphft17:50
smoserpowersj: mp coming . sorry.18:00
powersjno worries, I feel bad for missing it in the review18:00
smoserpowersj: the start dir of a job18:11
smoserisnt it going to be the work dir ?18:11
smoserie, a base, clean dir ?18:11
powersjsmoser: I don't believe so18:13
powersjthat's why I have rm everywhere18:13
smoserdoesnt taht seem scary and silly ?18:13
smoserie, what would be in a directory if it was not empty ?18:13
smoseronly another jobs data18:13
smoserwhich we are going to remove ?18:14
powersjit is scary :)18:14
powersjhence the rm -rf *18:14
smoserhttps://stackoverflow.com/questions/24412418/whats-the-working-directory-in-jenkins-after-executing-a-shell-command-box18:15
smoserBuilding remotely on torkoal (metal-amd64) in workspace /var/lib/jenkins/slaves/torkoal/workspace/cloud-init-integration-proposed-x18:15
smoserdoesnt it seem completely broken ?18:17
powersjthat seems to be talking about multiple build steps, which may treat it differently I haven't played with that though18:21
powersjhence why folks ask about cleaning up the workspace: https://stackoverflow.com/questions/28683914/is-there-any-way-to-cleanup-jenkins-workspace18:23
smoserpowersj do you get hwat i'm saying ?18:24
smoserah. ok. i get it.18:24
powersjI do, but I'm not sure if you are implying that Jenkins should be cleaning it up for us and we should not be doing the rm or something else18:24
smoseryou can't run a job twice at the same time.18:24
powersjthat is correct18:25
smoserok.18:25
smoserpowersj: https://github.com/canonical-server/jenkins-jobs/pull/1518:32
powersjsmoser: I like what you did there18:34
smoserpowersj: how quick does it go live ?18:37
powersjsmoser: it is live now18:37
powersjsmoser: update jobs every 15mins, I just kicked it though to get it live18:38
smoserk18:41
* smoser build-nows18:41
smoseroh fudge18:42
smoser:-( https://github.com/canonical-server/jenkins-jobs/pull/1618:44
powersjsmoser: accepted and jobs updated18:49
powersjsmoser: all looks good now?19:10
smoseryeah. \o/19:10
powersj:)19:10
smosernow some day, clean  up all the other jobs.19:11
smoserx ran, i pushed 'go' on 'z'19:11
powersjyeah19:11
smoserand then will do on 'a'19:11
* smoser will try to script somthing like i suggested to grab results and put them on a bug.\19:11
smoserblackboxsw: ^19:11
smoserblackboxsw: did you manually do all those bug updates ?19:12
blackboxswsmoser: yeah I'm wrapping up each test (I was missing some it looked like)19:12
blackboxswjsonschema warning->debug is last19:12
blackboxswthen I think we are good19:12
blackboxswlemme push19:12
blackboxswI manually added SRU verification logs to our existing ubuntu-sru/bugs*19:13
blackboxswsmoser: pushed b0b83fc0e659f3e30f948ef0b9a63df14054aca8 to ubuntu-sru19:14
blackboxswI've manually separated the verification results content and added it to the bug as I've untagged the verification-needed ->done switches19:15
blackboxswbut left the script/results as one file in ubuntu-sru19:16
blackboxswwe could separate easily if you wanted so it's easier to add results to bugs as a comment19:16
blackboxswlast one to validate here http://pad.lv/#172435419:18
smoserblackboxsw: i'm pretty sure you can do this:19:20
smoser http://paste.ubuntu.com/25818813/19:20
blackboxsw+1 smoser19:22
blackboxswok pushed and included ryan's sru info for https://launchpadlibrarian.net/341226002/1718287.log20:09
smoserblackboxsw: fyi https://bugs.launchpad.net/cloud-init/+bug/172735820:25
ubot5Ubuntu bug 1727358 in cloud-init (Ubuntu) "cloud-init is slow to complete init on minimized images" [Undecided,Incomplete]20:25
blackboxswhrm from sru validation run on 17.1?20:27
smoserno.20:27
smoserfrom cyphermox reported yesterday.20:28
smoseri have to run :-(20:28
powersjshould get actual cloud-init analyze output20:28
smoserit wont help much20:28
smoserthe 120 seconds is lost in that one line of debug20:28
powersjah20:28
powersjso he already did the analyze part ;)20:28
smoseri have to run, we have successful integration-proposed-x z a20:28
powersjwoohoo20:29
smoserwell, i did20:29
* powersj should now go read it20:29
smoserso we should copy those and attach to the sru bug20:29
smoseri can do that later, but have to run now.20:29
roadmrhey folks20:36
roadmrcloud-init 0.7.5 on ubuntu 14.04 doesn't understand the apt: proxy: value, instead it wants apt_proxy. I asked for help with lxc and they told me to report this for cloud-init. I can file a Launchpad bug if you like.20:39
roadmrhttps://github.com/lxc/lxd/issues/397520:39
dpb1roadmr: file a bug please20:54
roadmrdpb1: will do!20:55
roadmrdpb1: https://bugs.launchpad.net/cloud-init, right?20:55
blackboxswyeah hrm roadmr I think it's worth a bug, I'm not sure if cloud-init 17.1 would support the same cloud-config keys back in 0.7.5 but it's worth a bug so we discuss and document whether or not we'll backport that cloud-config20:55
blackboxswyeah roadmr20:55
blackboxswhttps://bugs.launchpad.net/cloud-init/+filebug20:55
dpb1blackboxsw: right, we will want to make our stance clear in the bug either way20:55
roadmrhttps://bugs.launchpad.net/cloud-init/+bug/172752721:06
ubot5Ubuntu bug 1727527 in cloud-init "cloud-init 0.7.5 doesn't honor the apt: proxy: setting, needs apt_proxy instead" [Undecided,New]21:06
roadmrthe alternate solution works fwiw, so it doesn't seem horrible, but it would be nice if it were documented :)21:06
blackboxswthanks for the bug21:07
roadmrnp :)21:14

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