blackboxsw | nice powersj thanks for ubuntulog2 | 21:24 |
---|---|---|
powersj | that should do it | 21:24 |
meena | i think the changes that rharper requested are already in. | 21:33 |
meena | (and smoser approved…) | 21:33 |
smoser | that pull request was kinda crazy | 22:00 |
smoser | ending up in like 10 lines of code and 30 of test ;) | 22:00 |
powersj | Odd_Bloke, fyi I updated rtd to use github and confirmed the build works | 22:03 |
powersj | it was still pointing at our launchpad url | 22:04 |
powersj | https://cloudinit.readthedocs.io/en/latest/topics/security.html now shows up | 22:04 |
Odd_Bloke | powersj: Great! | 22:05 |
meena | aaaaaaand another one: https://github.com/canonical/cloud-init/pull/93 | 22:07 |
meena | now to find out how to discourage https://bugs.launchpad.net/cloud-init/+bug/1855170 or document or whatever… | 22:09 |
ubot5 | Ubuntu bug 1855170 in cloud-init "system_info can change the distro" [Undecided,New] | 22:09 |
meena | or perhaps just ask Hetzner to remove that damn distro line from their # cloud-config | 22:09 |
blackboxsw | interesting. meena on that bug, I'd expect that the cloud-platform should not be setting an opinion on what the distro is expected to be from metadata checking the details on that | 22:23 |
blackboxsw | the "system_info: distro specification is generally expected from the image filesystem" | 22:24 |
meena | blackboxsw: especially since they allow to override the installation via ISO 🤣 | 22:24 |
blackboxsw | if you had cloud-init query --all on the platform that exhibited that info that'd be cool | 22:24 |
blackboxsw | it *should* show all metadata consumed by cloud-init (I think) | 22:25 |
blackboxsw | sudo cloud-init query --all | 22:25 |
* blackboxsw doesn't have a heztner account afaik | 22:25 | |
meena | blackboxsw: https://gist.github.com/igalic/e637014696e7f0f8a69023a9fe873e15 | 22:25 |
meena | ignore the userdata | 22:26 |
meena | cloud-init hasn't gotten that far yet xD | 22:27 |
blackboxsw | nice puppet facts :) | 22:29 |
blackboxsw | anyhow, ok vendor data is what's setting ubuntu as distro potentially? | 22:29 |
meena | s/potentially?// | 22:30 |
* blackboxsw needs to figure out a good oneliner to unmime unjson that vendordata content | 22:30 | |
rharper | blackboxsw: we could add a --decode flag to query ? | 22:41 |
meena | well, if i query only vendordata, you get something more useful | 22:41 |
meena | https://gist.github.com/d89bf0775ed9233987248d547929ac1f | 22:42 |
blackboxsw | nice paste meena thx | 22:42 |
blackboxsw | yeah I'd expect if you were launching a non-ubuntu instance, vendordata can't set distro: ubuntu that's busted | 22:43 |
blackboxsw | that sounds like a platform bug | 22:43 |
rharper | what's all in vendor data? user-data can disable vendor data | 22:44 |
meena | rharper: oh? | 22:44 |
meena | wait a damn minute… where's the network config?! | 22:44 |
meena | oh, under network config | 22:45 |
meena | or not… | 22:47 |
meena | on my other server, running a very old version of cloud-init, i can query ds.meta_data.network_config | 22:48 |
meena | but not on this one :( | 22:48 |
meena | i wonder why | 22:49 |
meena | i think i'm gonna have a lot more patching to do | 22:53 |
meena | some other time. | 22:53 |
meena | Good night folks o/~ | 22:54 |
chillysurfer | on a bionic machine, trying to run cloud-tests and getting an error `No storage pool found. Please create a new storage pool`. any thoughts? i ran this example exactly: https://cloudinit.readthedocs.io/en/latest/topics/tests.html#treerun-and-treecollect (the tree_run) | 23:10 |
powersj | by default we try to use LXD, that certainly sounds like you don't have lxd setup | 23:12 |
chillysurfer | ah yeah that's probably it | 23:12 |
chillysurfer | actually looks like lxd pkg is already installed | 23:12 |
powersj | have you run lxd init? | 23:13 |
blackboxsw | Lxd unit then | 23:13 |
blackboxsw | Oops lxd init | 23:13 |
chillysurfer | looks like that might've done it | 23:15 |
chillysurfer | if i only want to run cloud-tests on azure, do i just comment out the ec2 config in platforms.yaml? | 23:18 |
chillysurfer | actually do i just set --build-platform to azurecloud then? | 23:19 |
chillysurfer | ah i bet that's what it is | 23:19 |
powersj | chillysurfer, that should do it | 23:19 |
chillysurfer | powersj: nice thanks | 23:19 |
powersj | we default the platform to lxd since it is fast and easier to run usually | 23:19 |
powersj | and doesn't cost money :D | 23:19 |
chillysurfer | i'm going to see if the read_file_or_url regression (that was already fixed) is caught with cloud-tests | 23:20 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!