<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/upstart/cloud-config.conf, branch circinus-public-unmaintained</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2012-07-27T14:22:38+00:00</updated>
<entry>
<title>mention that upstart job cloud-config emits cloud-config</title>
<updated>2012-07-27T14:22:38+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-07-27T14:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=659bb077d147ab8cd8fbf6b2825bcd4051b304a9'/>
<id>urn:sha1:659bb077d147ab8cd8fbf6b2825bcd4051b304a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change upstart jobs to use single 'cloud-init' binary</title>
<updated>2012-06-28T20:46:11+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-06-28T20:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=0b79a18679e03b300a8a607f28f8fd1c9acbf39e'/>
<id>urn:sha1:0b79a18679e03b300a8a607f28f8fd1c9acbf39e</id>
<content type='text'>
This just updates upstart jobs to the new single binary approach.
</content>
</entry>
<entry>
<title>add support for redirecting output of cloud-init, cloud-config and cloud-final</title>
<updated>2011-01-25T02:26:22+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2011-01-25T02:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=10d4048677a90ab66ab4a314f311163b6e6d9cf1'/>
<id>urn:sha1:10d4048677a90ab66ab4a314f311163b6e6d9cf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make the module list that cloud-config selects specified via cmdline</title>
<updated>2011-01-24T17:04:09+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2011-01-24T17:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=f57d00275779ce86b457ad7efc8ceb4fbb020c43'/>
<id>urn:sha1:f57d00275779ce86b457ad7efc8ceb4fbb020c43</id>
<content type='text'>
instead of hard-coding in cloud-init-cfg the module list that should be
read, read it from the second command line argument.  Basically, instead
of reading 'cloud_config_modules', specify 'cloud_config' when
cloud-init-cfg is run.

change the upstart job to invoke cloud-init-cfg with:
   exec cloud-init-cfg all cloud_config
rather than
   exec cloud-init-cfg all
</content>
</entry>
<entry>
<title>make cloud-config an upstart task</title>
<updated>2010-07-16T16:50:14+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-07-16T16:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=5c4e4587095a8c161aeb38f98f4e9bcd0652199c'/>
<id>urn:sha1:5c4e4587095a8c161aeb38f98f4e9bcd0652199c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix cloud-config.conf upstart job</title>
<updated>2010-06-18T02:43:17+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-06-18T02:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=9d83b3e70aa4f566e44b3909e753cf3c124d731d'/>
<id>urn:sha1:9d83b3e70aa4f566e44b3909e753cf3c124d731d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make cloud-config modules configurable by cloud-config</title>
<updated>2010-06-18T02:22:39+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-06-18T02:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=22184b7ca3f78808d8025bab5981ed92f8ad99f5'/>
<id>urn:sha1:22184b7ca3f78808d8025bab5981ed92f8ad99f5</id>
<content type='text'>
The list of cloud-config modules is now kept in cloud config itself.
There is a builtin list in cloudinit, which is overrideable by 
 /etc/cloud/cloud.cfg or user data cloud-config.

This should make the modules more easily added or removed (as no code
needs to be edited now)

Basic summary of changes:
 - move CloudConfig.py -&gt; cloudinit/CloudConfig/__init__.py
 - split cloud-config modules into their own files named
   cloudinit/CloudConfig/cc_&lt;name&gt;.py
 - remove all the upstart/cloud-config-* scripts, replacing them with
   upstart/cloud-config.conf
</content>
</entry>
</feed>
