[15:29] hey all [15:35] howdy [15:39] does anyone have experience with cloud-init on power? [15:54] catmando: yeah; though cloud-init's python, it's generally the same everywhere; is there a specific environment ? [15:56] yes, ubuntu 16.04 on ppc. the issue is likely in documentation [15:57] i am trying to work out how to set the hostname of a new instance to be the name of the instance if the dns reverse lookup does not work [16:02] catmando: interesting problem [16:04] powervc has a custom module that allows set_hostname_from_dns [16:04] cloud-init isnt going to do any hostname reverse lookup validation; none that I'm aware of [16:04] (and also set_hostname_from_interface // set_dns_shortname) [16:04] https://www.ibm.com/support/knowledgecenter/SSXK2N_1.4.0/com.ibm.powervc.standard.help.doc/powervc_custom_modules.html [16:05] but I am wondering how to deal with the case when that module failes [16:05] s/failes/fails [16:13] blackboxsw: did you want to talk about ssh keys ? [16:14] yeah will rejoin. thought powersj needed to be there but let's chat [17:42] hrm, was just deploying azure bionic and I expected to see the traceback about ifdown/ifup not working.... but the bionic images in azure have net-tools now. hmm [17:43] blackboxsw: are you sure ? [17:43] i have absolutely seen the warn before [17:43] oh. yeah, we talked about htis yesterday [17:43] byobu [17:43] :) [17:43] * blackboxsw checks what brought that in https://pastebin.ubuntu.com/26216372/ [17:43] ohh right [17:44] but I'm wondering why this failed before... didn't we always have byobu on artful when you filed https://bugs.launchpad.net/cloud-init/+bug/1722668 [17:44] Launchpad bug 1722668 in cloud-init (Ubuntu) "Azure: bouncing of network device/publishing of hostname fails on artful" [Critical,Confirmed] [17:45] nevermind [17:45] I crossed my stream [17:45] I crossed my streams [17:45] that's from ifupdown which byobu doesn't depend on [17:45] and still isn't in the bionic images [17:46] * blackboxsw will find another reason why bionic azure images didn't traceback like in the bug above. [17:47] bionic images (lxc) definitely do have net-tools [17:47] maybe I just need to provide a hostname in cloud-config to reproduce the issue with bounce [17:48] http://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-arm64.squashfs.manifest [17:48] but id' think you'd still see a warning or something [17:49] as even if it weret there the bounce would use it === r-daneel_ is now known as r-daneel [18:06] https://pastebin.ubuntu.com/26216469/ [18:06] ok able to reproduce if my cloud-config contains a hostname different than the hostname I created the vm with on the cmdline [21:28] paulmey: have a couple mins for some Azure questions? The datasource currently bounces the network interface across hostname changes (from user-data) to update DDNS with the new hostname record on the interface. It relies on ifdown ifup utils that are now abset(deprecated) in artful and bionic because ifupdown package is no longer in cloud images in factor of moving to the iproute2 package in a systemd world. [21:28] The question is, it seems in artful and and bionic a simple call to hostname (without the ifdown ifup) has properly updated ddns as I can nslookup and get the authoritative answer. [21:29] I mean the question is can we drop the bounce in the systemd world because my only understanding about the hostname bounce was that it was used to inform DDNS, which seems to work. [21:30] I'll run through xenial test without the bounce versus artful test without the bounce and see if anything differs. What I have found is that even if we get a Traceback on missing ifdown/ifup cmdline utils, hostname of the machine is still set properly, and nslookup is being properly reported by ddns [21:37] * powersj is in vpc hell [21:37] powersj: nuke it [21:37] heh [21:46] powers nukes hell.... story at 11 [22:10] just noted on xenial if we set hostname via #cloud-config, DDNS is not updated properly. artful and bionic do handle it (despite the ifdown/ifup Traceback) [22:10] might open a bug against xenial azure for this [22:51] hrm de-opped because of my nick registration maybe? [22:51] powersj: rharper can you op me again? [22:51] yeah [22:51] I think I've sorted IRC nick registration [22:51] how does on OP someone [22:51] like that ;) [22:51] so if my nick is registered does that mean I keep op? [22:51] for us powersj click their nick on the right and click 'op' [22:51] /OP [22:52] powersj: the ChanServ handles that [22:52] or that ;) [22:52] :) [22:52] ah [22:52] once you have a registered nic via NickServ, then the channel owner says the following registered nics have these ops, etc [22:52] * rharper regrets giving too much power to blackboxsw [22:53] ah so if smoser has it setup to give us OP it will auto-give us op? [22:53] yeah [22:53] prolly needs to poke some config in the ChanServ bot [22:53] my children regret the same.... and their fighting against the "dad power" ever since [22:54] he should do that for #curtin as well [22:55] yeah [23:11] rharper: are yahoo employees covered under our CLA? [23:12] we just got a branch from someone at yahoo [23:46] blackboxsw: not sure