[00:11] Odd_Bloke: thanks! [00:13] AnhVoMSFT: Can you rebase with author update here too: https://code.launchpad.net/~vtqanh/cloud-init/+git/cloud-init/+merge/370156 [03:28] Hi looking for resources to learn cloud-init other than read the docs as they are more documentation than a learning materials . thank you [03:35] are there such resources? as I cant find any online classes or even books, only old videos or blogs from 5 years ago.. Anyone ? [03:55] vmwlab, we recently published a whitepaper on cloud-init here: https://ubuntu.com/engage/cloud-init-whitepaper [03:55] vmwlab, I did a talk at debconf17 about it: https://debconf17.debconf.org/talks/164/ [03:55] vmwlab, and here are the docs https://cloudinit.readthedocs.io/en/latest/ [03:58] vmwlab, and another talk last year https://events.linuxfoundation.org/wp-content/uploads/2017/12/Cloud-init-The-cross-cloud-magic-sauce_Smith_moser.pdf [03:58] I can't find the video replay for that one [03:59] and one more video https://www.youtube.com/watch?v=RHVhIWifVqU [03:59] with that I am going to bed, but feel free to ask some other questions if you have any here! === cpaelzer__ is now known as cpaelzer [14:15] perfect thank you powersj [16:01] Odd_Bloke: so if we take any branches today; then I'll need to wait till tomorrow to wait for CI to complete; so I'm thinking to wait on https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/366667 till after 19.2 ; [16:02] we can also land them after 19.2 and pick them up in the 19.2 SRU [16:02] rharper: Understood, happy for you to cut 19.2 as-is. [16:03] ok; that's what I was thinking as well; [16:40] rharper: I believe https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/369783 is ready for re-review now [16:41] Odd_Bloke: great! === rharper changed the topic of #cloud-init to: Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting July 22 16:15 UTC | cloud-init v 19.2 (07/17) [20:13] rharper: I'm struggling to put my response to your review comments in to meaningful words, so I'll probably revisit that when I'm back on Monday. [20:13] Odd_Bloke: ok [20:13] And if I'm still struggling to use my words, we can hangout to nail things down? [20:13] definitely [20:16] Thanks! [20:58] https://launchpad.net/~cloud-init-dev/+archive/ubuntu/daily/+build/17282846 [21:52] smoser: I've seen that recently; that sort of feels like the release branch was missing a patch to remove the function; but I'm not sure why we'd see that now; [21:52] I've a build failure from before 19.2 anyhow [21:56] maybe a partial revert [22:31] smoser: alright, IIUC, the revert patch debian/patches didn't completely revert all of the changes to the ubuntu-advantage module; but it updated the unittests, so unittest expected the older code; but the cc_ubuntu_advantage.py still had newer bits. [22:33] I've refreshed the revert quilt patch to restore the file prior to the updated ua commit; I can pass tox before and after apply all patches; and IIUC, the daily build checksout master, but the debian dir from ubuntu/bionic; so we should then quilt push patches from ubuntu/bionic onto master cleanly; and tox should pass. [22:34] verifying that works, and I'll push a fix up commit to ubuntu/bionic; and I think I need that on xenial and cosmic as well