/srv/irclogs.ubuntu.com/2017/08/16/#cloud-init.txt

energizerWhen i start up there's a long period of waiting for network connection that it doesnt find -- how can i disable this?04:19
energizeror how can i disable cloud-init altogether?04:19
=== shardy_afk is now known as shardy
=== shardy is now known as shardy_afk
=== shardy_afk is now known as shardy
=== shardy is now known as shardy_afk
rharperblackboxsw: https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/329122  (logging-gmtime)15:34
blackboxswgrabbing it15:35
rharperI think that should force the analyze code which parses timestamp strings to produce UTC based timestamp values15:36
rharperit's possible that in the unittest if analyze/dump.py isn't pulling in logging from cloudinit/log.py then we'd miss it15:37
rharperbut I think in general, we want any cloud-init module to import logging via cloudinit.log15:37
=== shardy_afk is now known as shardy
blackboxswrharper: ok reviewed https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/329122 it'd be nice to have a unit test for that. but doesn't have to block this one.17:06
blackboxswalso I pushed latest/final changes for the timestamp work in unit tests on the analyze branch.  I didn't have to mock, but let the unit test calculate timestamps using local time as well. https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/32881917:13
rharperblackboxsw: cool17:31
rharperI'll re-review17:31
blackboxswjust sent and email to Sankar about the vmware branch that's in activereview (too see if we might get that landed before next week too.18:57
rharperpowersj: I see you performed the subprocess.Popen dance to get your file via stdin, nice !19:32
powersjrharper: thx!19:32
powersjthat worked really easily19:32
rharperwe could look at adding stdin support to subp19:33
rharpersince w're setting the values via Popen anyhow; just not there today19:33
stanguturiNeed some help regarding the 'network config rendering'... I have a datasource that specifies all the proper network configuration in proper format in network_config property. I noticed that cloud-init writes that settings to /etc/network/interfaces.d/50-cloud..cfg file instead of /etc/network/interfaces23:23
stanguturiAny specific reason for this.23:23
naccstanguturi: presumably so that it's easy to know what cloud-init owns?23:28
naccstanguturi: does it break something?23:28
nacc(also actually with two . ?)23:28
stanguturi@nacc, Not actually breaks. I want to know how does the system work if we write the network configuration data in a file other than /etc/network/interfaces23:29
naccstanguturi: does your /e/n/i have a line like "source-directory interfaces.d" ?23:30
naccstanguturi: i believe that is the default in debian, not sure, don't have a fresh image sitting in front of me at the moment23:30
stanguturiI don't think I have it. Will check Thanks23:34
naccstanguturi: just going off of `man interfaces`23:34

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