<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/ec2-set-hostname.py, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2010-01-08T02:40:44+00:00</updated>
<entry>
<title>remove dead/unused code, call this 0.5.0</title>
<updated>2010-01-08T02:40:44+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@nelson</email>
</author>
<published>2010-01-08T02:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=41268c94d0f832d6a6dade0fffb7ddc0cd7a1a6c'/>
<id>urn:sha1:41268c94d0f832d6a6dade0fffb7ddc0cd7a1a6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop mangling /etc/hosts. EC2 provides a functional DNS.</title>
<updated>2009-08-10T19:07:51+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-08-10T19:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=1cac841c3365f31a6021a63407f2001cfc69c04d'/>
<id>urn:sha1:1cac841c3365f31a6021a63407f2001cfc69c04d</id>
<content type='text'>
Replace use of os.system with a call to subprocess.Popen.
</content>
</entry>
<entry>
<title>Clean out unused imports</title>
<updated>2009-06-27T17:50:49+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-06-27T17:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=07a9ad9831f34edd2c6df934390f8840d7d99940'/>
<id>urn:sha1:07a9ad9831f34edd2c6df934390f8840d7d99940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update license to GPLv3 (dropping the "or later" bit).</title>
<updated>2009-06-27T17:46:17+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-06-27T17:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=14c431c2d1c2eeff3a9a104beb937073ad426679'/>
<id>urn:sha1:14c431c2d1c2eeff3a9a104beb937073ad426679</id>
<content type='text'>
Update copyright years.
Add copyright and license information to setup.py.
Add myself as author of the relevant files.
</content>
</entry>
<entry>
<title> * Distutils added</title>
<updated>2009-06-26T11:57:27+00:00</updated>
<author>
<name>Soren Hansen</name>
<email>soren@canonical.com</email>
</author>
<published>2009-06-26T11:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=b098228ab03003218b894855142dec9a8f406cfb'/>
<id>urn:sha1:b098228ab03003218b894855142dec9a8f406cfb</id>
<content type='text'>
 * New ec2init python module introduced
 * Lots and lots of stuff cleaned up and moved to ec2init python module.
 * Started the move to Boto
</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/vyos/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/vyos/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/vyos/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>  * Add more smarts to ec2 instance bring up. (LP: #371936)</title>
<updated>2009-05-05T07:59:54+00:00</updated>
<author>
<name>Chuck Short</name>
<email>zulcss@ubuntu.com</email>
</author>
<published>2009-05-05T07:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=322bf4c779a378f113e6bf60714c66298aba876d'/>
<id>urn:sha1:322bf4c779a378f113e6bf60714c66298aba876d</id>
<content type='text'>
</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/vyos/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>
