<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/ec2-init, branch sagitta</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=sagitta</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=sagitta'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/'/>
<updated>2010-01-06T04:40:05+00:00</updated>
<entry>
<title>initial re-org, ec2 data source successfully reads from cache if present</title>
<updated>2010-01-06T04:40:05+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@nelson</email>
</author>
<published>2010-01-06T04:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=e6cb87fa2499e4066b3e4959ea903952b4e3723e'/>
<id>urn:sha1:e6cb87fa2499e4066b3e4959ea903952b4e3723e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sync karmic and trunk</title>
<updated>2009-12-14T21:17:41+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2009-12-14T21:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=7bc6bbe8c4475151ee196ced344d1f045486bc1f'/>
<id>urn:sha1:7bc6bbe8c4475151ee196ced344d1f045486bc1f</id>
<content type='text'>
This commit merges 
lp:~soren/ec2-init/0.5 at rev 67
and lp:ubuntu/lucid at 0.4.999-0ubuntu8
</content>
</entry>
<entry>
<title>replace multiple '| logger' in regenerate_ssh_host_keys with a single one</title>
<updated>2009-09-25T15:11:24+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@canonical.com</email>
</author>
<published>2009-09-25T15:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=2e5e426e406c4b72942020460993e5fb91dcb9b6'/>
<id>urn:sha1:2e5e426e406c4b72942020460993e5fb91dcb9b6</id>
<content type='text'>
This is a speed improvement as previous would make a fork/subshell for
each pipe. This will only make a single fork.  I've also verified that
each line in logger output will still get the 'ec2' prefix

$ printf "%s\n%s\n" "hi world" "by world" | logger -s -t ec2 2&gt;/dev/null
$ tail -n 2 /var/log/messages 
Sep 24 19:06:10 ip-10-242-225-190 ec2: hi world
Sep 24 19:06:10 ip-10-242-225-190 ec2: by world

The other thing to note is that I redirected stderr of the
regenerate_ssh_host_keys call to logger, so it will go to the logs also.
</content>
</entry>
<entry>
<title>Use /var/run/ec2 for mounting EBS volumes.</title>
<updated>2009-08-25T23:19:41+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-25T23:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=2dfaecd33c44a355290696c1baf1cc7af05b50dc'/>
<id>urn:sha1:2dfaecd33c44a355290696c1baf1cc7af05b50dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't advertise a force-stop option to the init script that we don't actually offer.</title>
<updated>2009-08-25T23:18:43+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-25T23:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=08bb4a53db4b58e5c8911201f0982d5b5975444a'/>
<id>urn:sha1:08bb4a53db4b58e5c8911201f0982d5b5975444a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  * ec2-init: Remove invalid token '$ssh' in header (LP: #412143)</title>
<updated>2009-08-11T20:58:30+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@canonical.com</email>
</author>
<published>2009-08-11T20:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=9db8881f408242fbfcd9c7e03289f8ab7aeff8a0'/>
<id>urn:sha1:9db8881f408242fbfcd9c7e03289f8ab7aeff8a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove call to update-motd from the init script. It is Ubuntu specific (and is possibly not even needed there)</title>
<updated>2009-08-11T06:20:55+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-11T06:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=6103a0b6567f1a3bdcbac7fd005670676d61ddae'/>
<id>urn:sha1:6103a0b6567f1a3bdcbac7fd005670676d61ddae</id>
<content type='text'>
Fix a bit of fallout due to code shuffling between EC2Init, ec2-set-apt-sources, and ec2-set-defaults.
</content>
</entry>
<entry>
<title>Rerun the setting up of authorized keys if te AMI is rebundled.</title>
<updated>2009-08-10T20:20:34+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-10T20:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=ce4d0c0e1004f64a599f93e48b8fc7abcc1eaf25'/>
<id>urn:sha1:ce4d0c0e1004f64a599f93e48b8fc7abcc1eaf25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run_once_per_ami() and run_once_per_instance() are equivalent, so nuke run_once_per_instance().</title>
<updated>2009-08-10T20:12:01+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-10T20:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=1999a6e534fe7aa19e7fbe40b6f4c0b48612e47d'/>
<id>urn:sha1:1999a6e534fe7aa19e7fbe40b6f4c0b48612e47d</id>
<content type='text'>
There are three cases:
You want to run the script every time. In that case, simply do not wrap it.

You want to rerun the script every time the AMI has been rebundled. Wrap it in run_once_per_ami.

You want to run the script only once, ever. Wrap it in run_once_ever.

If I'm missing a case, please tell me. 
</content>
</entry>
<entry>
<title>Move ec2 init script from debian/ out into top-level.</title>
<updated>2009-08-10T19:34:47+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-10T19:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=1f33a10388e1ac4079d17e9b836dfb4ab7730fec'/>
<id>urn:sha1:1f33a10388e1ac4079d17e9b836dfb4ab7730fec</id>
<content type='text'>
Install init-script using distutils.
Add -o to dh_installinit call to let it find the init script.
</content>
</entry>
</feed>
