<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/debian/init, branch 20.3</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=20.3</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=20.3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/'/>
<updated>2009-08-10T19:34:47+00:00</updated>
<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>
<entry>
<title>Moved mappings from ec2-set-sources-list to ec2init.</title>
<updated>2009-08-10T19:01:08+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-10T19:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=fb6561d590b494b25f96489eda89adfad6bd557a'/>
<id>urn:sha1:fb6561d590b494b25f96489eda89adfad6bd557a</id>
<content type='text'>
Moved everything else from ec2-set-sources-list to ec2-set-defaults.
Removed call to ec2-set-sources-list from init script.
Removed ec2-set-sources-list.
</content>
</entry>
<entry>
<title>Replace calls to ec2-get-data (which was a figment of my imagination) with</title>
<updated>2009-08-10T16:03:04+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-10T16:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=e822aba1d8ded633f9f5dbea215a0e708c2c4267'/>
<id>urn:sha1:e822aba1d8ded633f9f5dbea215a0e708c2c4267</id>
<content type='text'>
calls to ec2-get-info.
</content>
</entry>
<entry>
<title>Add new script: ec2-wait-for-meta-data-service.py</title>
<updated>2009-08-10T12:00:22+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-10T12:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=19023c5df38964a53b63f77943e3ac1d02d95d6c'/>
<id>urn:sha1:19023c5df38964a53b63f77943e3ac1d02d95d6c</id>
<content type='text'>
It will wait for around half an hour for the ec2 meta data service to turn
up and eventually execute the configured bailout command (if any) if it never
shows up.

Call this as the first thing in the init script.
</content>
</entry>
<entry>
<title>Add the "run_once" handling to the init script.</title>
<updated>2009-06-27T18:03:01+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-06-27T18:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=dd38fbcbb5b8489bd90d2bde3ce13599701f1e13'/>
<id>urn:sha1:dd38fbcbb5b8489bd90d2bde3ce13599701f1e13</id>
<content type='text'>
Unify init script indentation style.
</content>
</entry>
<entry>
<title>  * debian/init: Run update-motd regardless whether its a firstboot or not.</title>
<updated>2009-05-28T04:04:31+00:00</updated>
<author>
<name>Chuck Short</name>
<email>zulcss@ubuntu.com</email>
</author>
<published>2009-05-28T04:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=bb5711688e7f6b2abe4e82a5b5233194a323b99d'/>
<id>urn:sha1:bb5711688e7f6b2abe4e82a5b5233194a323b99d</id>
<content type='text'>
  * debian/init: Fix comments (LP: #373057)
  * debian/control: Add update-motd as a depends.
  * ec2-set-defaults.py: Wait for network to become available. (LP: #308530)
</content>
</entry>
<entry>
<title>  * debian/init: Move init script to run before ssh and regenerate the ssh</title>
<updated>2009-05-14T10:11:49+00:00</updated>
<author>
<name>Chuck Short</name>
<email>zulcss@ubuntu.com</email>
</author>
<published>2009-05-14T10:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=ebfb2ed46dc72aa78e1477607ccf77b1f552fcf0'/>
<id>urn:sha1:ebfb2ed46dc72aa78e1477607ccf77b1f552fcf0</id>
<content type='text'>
    host kes in the init script rather than /etc/rc.local (LP: #370628)
  * ec2-set-apt-sources.py: 
    - Move sources.list to /var/ec2 so it doesnt get removed after user
    reboots.
  * ec2-set-defaults.py:
    - Move locale to /var/ec2/ so it doesnt get remove after user reboots.
  * ec2-set-hostname.py
    - Create an /etc/hostname as well.
</content>
</entry>
<entry>
<title>  * Really change the locale when setting up an instance. (LP: #341066) </title>
<updated>2009-05-13T12:41:35+00:00</updated>
<author>
<name>Chuck Short</name>
<email>zulcss@ubuntu.com</email>
</author>
<published>2009-05-13T12:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=dd112c3afe50c75ae9b00f142b550c6e0d95f47b'/>
<id>urn:sha1:dd112c3afe50c75ae9b00f142b550c6e0d95f47b</id>
<content type='text'>
  * Run ec2-run-user-data script last. (LP: #373055)
  * Minor comment tweaks. (LP:373057)
</content>
</entry>
<entry>
<title>* debian/control:</title>
<updated>2009-04-06T22:04:49+00:00</updated>
<author>
<name>Chuck Short</name>
<email>zulcss@ubuntu.com</email>
</author>
<published>2009-04-06T22:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=c3ba031b7feb74bfbaf54fd73b599c95ed0df765'/>
<id>urn:sha1:c3ba031b7feb74bfbaf54fd73b599c95ed0df765</id>
<content type='text'>
  - Add python-cheetah and python-apt as a dependency.
* debian/ec2-config.cfg:
  - Remove distro due to the change in ec2-set-apt-sources.py
* debian/inistall
  - Install the templates in the right place.
* ec2-set-apt-sources.py:
  - Use python-apt to update the sources.list.</content>
</entry>
<entry>
<title>* ec2-set-hostname.py:</title>
<updated>2009-04-06T22:04:48+00:00</updated>
<author>
<name>Chuck Short</name>
<email>zulcss@ubuntu.com</email>
</author>
<published>2009-04-06T22:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=6dddf16cb8dea2e1a96b3d613b81087df247fd3d'/>
<id>urn:sha1:6dddf16cb8dea2e1a96b3d613b81087df247fd3d</id>
<content type='text'>
  - Use template for /etc/hosts creation.
  - Dont use public_hostname in /etc/hosts. (LP: #352745)
* debian/control:
  - Add python-cheetah as a depends.
* templates/sources.list.tmpl: 
  - Update template.
* debian/init:
  - Run the ec2-user-data script last so that the users
    get a stable system  before running the user scripts.</content>
</entry>
</feed>
