<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/systemd/cloud-config.service, branch 22.1</title>
<subtitle> (mirror of https://github.com/marekm72/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=22.1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=22.1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/'/>
<updated>2017-07-19T21:52:32+00:00</updated>
<entry>
<title>Templatize systemd unit files for cross distro deltas.</title>
<updated>2017-07-19T21:52:32+00:00</updated>
<author>
<name>Ryan Harper</name>
<email>ryan.harper@canonical.com</email>
</author>
<published>2017-06-13T14:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=dcbe479575fac9f293c5c4089f4bcb46ab887206'/>
<id>urn:sha1:dcbe479575fac9f293c5c4089f4bcb46ab887206</id>
<content type='text'>
Under el7, cloud-init systemd files need some unit tweaks to ensure
they run at the right time. Pull in current el7 downstream systemd unit
changes.
</content>
</entry>
<entry>
<title>systemd: do not specify After of obsolete syslog.target (LP: #1536964)</title>
<updated>2016-04-04T20:07:07+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-04-04T20:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=35802e8866be53016779f4f1eae9f026ccd18a61'/>
<id>urn:sha1:35802e8866be53016779f4f1eae9f026ccd18a61</id>
<content type='text'>
syslog.target is obsolete in debian, this fixes a lintian warning.

LP: #1536964</content>
</entry>
<entry>
<title>add cloud-init.target, update service files accordingly</title>
<updated>2016-03-01T04:10:44+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-03-01T04:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=2a73e674605916077cf6a87410f4ad0829938400'/>
<id>urn:sha1:2a73e674605916077cf6a87410f4ad0829938400</id>
<content type='text'>
This adds cloud-init.target which is a single target to
encompass all the services of cloud-init.
</content>
</entry>
<entry>
<title>systemd: use network-online instead of network.target (LP: #1440180)</title>
<updated>2015-04-09T15:54:01+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2015-04-09T15:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=f4789639af50ea631cf75af526ad013b05670caa'/>
<id>urn:sha1:f4789639af50ea631cf75af526ad013b05670caa</id>
<content type='text'>
don't declare a Wants/Requires on network.target; this is a passive target
that should only be pulled in by implementors of the networking service.
The requirement for network needs to be expressed as a dependency on
network-online.target.

LP: #1440180</content>
</entry>
<entry>
<title>systemd: update config and final to run even if init jobs fail</title>
<updated>2015-03-17T19:50:00+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2015-03-17T19:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=ccdf4ff9966b020a8fd30e5bec87fa82dc20c214'/>
<id>urn:sha1:ccdf4ff9966b020a8fd30e5bec87fa82dc20c214</id>
<content type='text'>
LP: #1432758</content>
</entry>
<entry>
<title>Some containers lack /dev/console, so when multi_log attempts to open</title>
<updated>2013-09-20T23:04:49+00:00</updated>
<author>
<name>Garrett Holmstrom</name>
<email>gholms@eucalyptus.com</email>
</author>
<published>2013-09-20T23:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=4050105c1cfb100e6b93c56a74ecd2fe29d87608'/>
<id>urn:sha1:4050105c1cfb100e6b93c56a74ecd2fe29d87608</id>
<content type='text'>
that device and write to it directly things can start going haywire.
Here we address this problem by sending console-bound output to stdout
and letting init take care of getting it to the console instead.
We already configure upstart with "console output", so we need only
change systemd to use "journal+console".
</content>
</entry>
<entry>
<title>systemd: disable timeouts so cloud-config jobs have time to finish</title>
<updated>2012-08-03T21:40:42+00:00</updated>
<author>
<name>Garrett Holmstrom</name>
<email>gholms@eucalyptus.com</email>
</author>
<published>2012-08-03T21:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=3ac504a49a3755e58f6e74b7a17f98f3d4a4eb0c'/>
<id>urn:sha1:3ac504a49a3755e58f6e74b7a17f98f3d4a4eb0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>systemd: update program calling formats</title>
<updated>2012-08-03T21:01:13+00:00</updated>
<author>
<name>Garrett Holmstrom</name>
<email>gholms@eucalyptus.com</email>
</author>
<published>2012-08-03T21:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=e44dc25e34c97bd53c373567be817b65e9ef3b09'/>
<id>urn:sha1:e44dc25e34c97bd53c373567be817b65e9ef3b09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>systemd: write stdout to tty so it shows up in GetConsoleOutput</title>
<updated>2012-08-03T20:49:59+00:00</updated>
<author>
<name>Garrett Holmstrom</name>
<email>gholms@eucalyptus.com</email>
</author>
<published>2012-08-03T20:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=d1c6ad4a9bfaba86e101642330bd478d9badd361'/>
<id>urn:sha1:d1c6ad4a9bfaba86e101642330bd478d9badd361</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add sample/example systemd config files</title>
<updated>2011-10-30T21:14:09+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2011-10-30T21:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=6d9f6dfcf7e28f398b426c18ca36adeec24f8061'/>
<id>urn:sha1:6d9f6dfcf7e28f398b426c18ca36adeec24f8061</id>
<content type='text'>
This imports the systemd config files that Garrett Holmstrom added to
fedora.  Its not essential that thay be here, rather than just maintained
as distribution delta, but there exists upstart files here.

taken from 
git://pkgs.fedoraproject.org/cloud-init.git
commit 87f33190f43d2b26cced4597e7298835024466c2
Author: Garrett Holmstrom &lt;gholms@fedoraproject.org&gt;
Patch2: cloud-init-0.6.2-systemd.patch
</content>
</entry>
</feed>
