/srv/irclogs.ubuntu.com/2019/09/16/#cloud-init.txt

matthiasbaurHey powersj, may I talk to you in private regarding a CLA of the company I'm working for?11:56
Odd_Blokematthiasbaur: FYI, the cloud-init team (including Josh) are at a sprint this week, so he might take a while to respond here.  (You might be better off emailing him at josh.powers@canonical.com.)11:57
matthiasbaurSounds good! Thanks, Odd_Bloke! :)11:59
Odd_BlokeHappy I could help! :)12:05
smoseroops13:38
smoserfunny. that oops was actually an oops. it was in a buffer, and then i hit ctrl-m13:38
=== juergh_ is now known as juergh
DavidGambaNoob question, how can I clean cloud-init when creating an AWS AMI of Ubuntu 14.04. The `cloud-init clean` command is not available. I tried deleting `/var/lib/cloud` and it didn't work. modules:final didn't run.17:05
ahosmanMSFTIf your trying to clean the instance try17:55
ahosmanMSFTrm -rf /var/log/cloud-init.log /var/log/cloud-init-output.log \ /var/lib/cloud/ /run/cloud-init/ /var/log/syslog17:55
ahosmanMSFTdelete the \ and it should work, I was using it with python and it line breaks '=D17:57
DavidGambaI tried and `modules:final` still didn't run, had to run `cloud-init modules -m final`.18:10
DavidGambaBut I want to make sure it runs on its own18:11
DavidGambaHaven't tried deleting syslog, will try that.18:17
ahosmanMSFTLet me know how it goes. By the way, I believe most of the cloud-init team's in Paris. They'll be out this and some of next week.18:25
DavidGambaThanks for the help, it didn't work, it might be that the version of cloud-init on ubuntu 14.04 is too old. I don't have this issue with many boxes, just the one pet I can't upgrade!20:00
DavidGambaI'll add a script to /etc/rc.local to run `cloud-init modules -m final`, hopefully that does it for this guy20:01
amansi26I tried running the command cloud-init init --local and it fails with stages.py[ERROR]: Unable to render networking. Network config is likely broken: No available network renderers found. Searched through list: ['eni', 'sysconfig', 'netplan'] . Is there a fix for this?21:01

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