/srv/irclogs.ubuntu.com/2020/03/25/#cloud-init.txt

andras-kovacsIs that a good assumption the CA Certs module can work on ubuntu and debian only?11:45
Odd_Blokeandras-kovacs: I believe it depends on tooling that is only present in Debian derivatives, yes.13:50
* andras-kovacs sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/AuwhMuZRuZyPzlqOuLWFhGUG >14:13
* andras-kovacs sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/YqvjIFpIhuWgYdZbGgNSEieo >14:13
andras-kovacshmm maybe it's time for me to try to contribute to this project14:14
Odd_Blokeandras-kovacs: Contributions would certainly be welcome!14:48
apollo13hi there, can anyone tell me what the diff between nocloud, genericcloud and generic in https://cloud.debian.org/images/cloud/buster/20200210-166/ is?15:03
apollo13ah found it here: https://salsa.debian.org/noahm/debian-cloud-images/blob/master/README.md15:06
=== tds0 is now known as tds
anankedoes the proxy directive in apt module support yum?17:30
anankeI guess I could try and see17:30
anankeactually, it appears it doesn't. dang17:30
Odd_Blokeananke: It would be surprising if anything in the apt module supported yum. :)17:31
anankeOdd_Bloke: well, I was going by the notion that apt_update and apt_upgrade are aliases17:34
anankeand there is no other module that deals with package manager options. hmm, not sure if i'll be able to use 'packages' module then, without being able to set a proxy first17:36
anankeruncmd runs afterwards17:36
powersjananke, there is a yum module17:36
Odd_BlokeYep, they're aliases, but in cc_package_update_upgrade_install which is generic.17:36
Odd_BlokeLooks like the yum module only adds extra repos, rather than allowing config like proxy to be applied.17:36
anankepowersj: there appears only yum_repos, is that what you're referring to?17:37
Odd_Blokeananke: Would a bootcmd work for you?17:37
Odd_Bloke(It's runcmd but earlier.)17:37
anankeOdd_Bloke: potentially, that's a good idea17:37
anankewould you happen to know if write_files is before packages or afterwards?17:38
* ananke should just look at a sample failed host17:38
Odd_BlokeCheck /etc/cloud/cloud.cfg to see the configured order.17:38
Odd_Bloke(Alternatively, run https://github.com/canonical/cloud-init/blob/master/config/cloud.cfg.tmpl through your brain's Jinja2 parser. :)17:39
anankeour AMI build environment is behind a squid proxy, which makes a lot of things like that challenging17:40
anankeahh, good, write-files is much earlier. it's at the beginning of cloud_init_modules, while package-update-upgrade-install is towards the end of cloud_config_modules17:43
=== tds7 is now known as tds
anankeyay, that worked. sadly yum doesn't appear to support dropping in a file, so I have to change existing /etc/yum.conf18:05
anankeon that subject, does write_files 'path' directive create missing dirs?18:50
rharperOdd_Bloke: the cla check says:19:33
rharper3s19:33
rharperWe are currently unable to download the log. Please try again later.    -- what does that mean ?19:33
rharperananke: yes, it effictively runs "mkdir -p $(basename file)"19:34
rharperananke: it also has an append mode19:34
anankerharper: thanks! appears to be working like a charm19:37
anankehad to create a systemd environment file for docker, so it can use proxy19:38
Odd_Blokerharper: No idea!19:40
rharperananke: nice trick!19:41
rharperOdd_Bloke: did we already land something from garlof ?19:41
rharperI was looking at the mime-data type bug and updated that with a fix, but noticed the cla check had a weird result19:42
rharperI "reran" the checks bit it stayed the same19:42
anankerharper: that appears to be the sanctioned method. here's how the net result looks like with cloud-init: http://dpaste.com/3D3B7XC19:43
rharpercool19:57
Odd_Blokerharper: I see a couple of commits from Kurt Garloff.19:58
rharperOdd_Bloke: ok, I thought I remembered that.    So I wonder what to do with the check failing though;  we have time, waiting for garlof to respond20:20
Odd_Blokerharper: So the process is (correctly) failing on one of the PRs because we don't have garloff in our in-repo lists of CLA signers.20:29
Odd_Bloke(I don't know why it's failing to check out on the other.)20:29
Odd_BlokeBut regardless, I think you'll need to email them on their CLA-signing email address asking them to confirm that they control the GH account in question.20:31
rharperOdd_Bloke: ok20:32
Odd_Bloke(And then update the in-repo metadata, of course.)20:33

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