<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/ec2-init.py, branch 20.1</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=20.1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=20.1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2010-02-04T00:45:21+00:00</updated>
<entry>
<title>rename ec2-init to cloudinit</title>
<updated>2010-02-04T00:45:21+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-02-04T00:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=3f7bb3e1fbc7b466c98c884bea81a4c608672333'/>
<id>urn:sha1:3f7bb3e1fbc7b466c98c884bea81a4c608672333</id>
<content type='text'>
</content>
</entry>
<entry>
<title>globally remove ec2init and rename to cloudinit</title>
<updated>2010-02-03T23:09:48+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-02-03T23:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=aed1c1e9fda1e78d19305e90f554d0dcb5388cd7'/>
<id>urn:sha1:aed1c1e9fda1e78d19305e90f554d0dcb5388cd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for user defined mount points</title>
<updated>2010-01-28T20:49:29+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-01-28T20:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=f8eb4061196c8c2489ac7bf084e0fc0d3e6d27fc'/>
<id>urn:sha1:f8eb4061196c8c2489ac7bf084e0fc0d3e6d27fc</id>
<content type='text'>
Also, move swap to use this format for specifying mounts.  That way
the user can turn off swap if they want with:
 | mounts:
 | - [ swap ]

Other change wrapped in here is to have DataSourceEc2 read plain text
(evalable) text for its metadata rather than pickl.  This is really for
debuging anyway, so any speed difference is not important.
</content>
</entry>
<entry>
<title>move writing sources.list to CloudConfig. add 'apt_preserve_sources_list'</title>
<updated>2010-01-26T21:40:10+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-01-26T21:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=63ba097865e1d038d82a7fa1d6efd282784677f5'/>
<id>urn:sha1:63ba097865e1d038d82a7fa1d6efd282784677f5</id>
<content type='text'>
Move the writing of sources.list to CloudConfig.  This way we have
access to the cloud-config user data.  Then, allow the user
to specify the archive mirror using 'apt_mirror' key. 

Now, if specified in cloud-config, that is used, otherwise, we 
get one from the DataSource.

One other change here is adding 'apt_preserve_sources_list'.  If set to
true, then overwriting of the sources.list with the selected mirror
will not be done.
</content>
</entry>
<entry>
<title>function ec2 metadata service removal. also fix issues with empty cloud-config</title>
<updated>2010-01-22T18:59:25+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-01-22T18:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=3c0b9591b5203e60ac3cdda030b6eecbae27e938'/>
<id>urn:sha1:3c0b9591b5203e60ac3cdda030b6eecbae27e938</id>
<content type='text'>
</content>
</entry>
<entry>
<title>only run setting of default locale and apt sources once-per-instance</title>
<updated>2010-01-22T18:29:19+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-01-22T18:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=9645203e0c320a1623162124aa839f4163527d15'/>
<id>urn:sha1:9645203e0c320a1623162124aa839f4163527d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lots of shuffling around. more fully support old ec2-init.cfg and, add</title>
<updated>2010-01-20T21:26:21+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2010-01-20T21:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=272bdb4ad359f2f7b8a809ec16b1e5df90695a66'/>
<id>urn:sha1:272bdb4ad359f2f7b8a809ec16b1e5df90695a66</id>
<content type='text'>
new preferred config file /etc/cloud/cloud.cfg.

cloud.cfg is read, its values are overridden by the cloud-config data
from user data
</content>
</entry>
<entry>
<title>add swap devices if there are any found</title>
<updated>2010-01-12T21:40:46+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@nelson</email>
</author>
<published>2010-01-12T21:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=56563878d00a6dc0c0853e97087ac86e5e8df666'/>
<id>urn:sha1:56563878d00a6dc0c0853e97087ac86e5e8df666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes found testing in ec2</title>
<updated>2010-01-08T05:11:07+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@nelson</email>
</author>
<published>2010-01-08T05:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=788a3bfb0165caacade779a5b99891e04cdf7123'/>
<id>urn:sha1:788a3bfb0165caacade779a5b99891e04cdf7123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support setting hostname</title>
<updated>2010-01-08T02:29:27+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@nelson</email>
</author>
<published>2010-01-08T02:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=938ba376f2c7551a471991b4046e11a4f92f30d5'/>
<id>urn:sha1:938ba376f2c7551a471991b4046e11a4f92f30d5</id>
<content type='text'>
</content>
</entry>
</feed>
