lp:ec2-init

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp:ec2-init
Only Soren Hansen can upload to this branch. If you are Soren Hansen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Soren Hansen
Project:
EC2 init scripts
Status:
Development

Recent revisions

65. By Scott Moser

replace multiple '| logger' in regenerate_ssh_host_keys with a single one

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>/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.

64. By Soren Hansen

Add a unittest for veriyfing that shell scripts passed in user-data get called.

63. By Soren Hansen

Tag 0.4.999 release

62. By Soren Hansen

Use /var/run/ec2 for mounting EBS volumes.

61. By Soren Hansen

Don't advertise a force-stop option to the init script that we don't actually offer.

60. By Soren Hansen

Merge with lp:~soren/ec2-init/appliancexml

This gives us the bulk of the magic needed on the instance side
to implement http://wiki.ubuntu.com/VirtualApplianceSpec

59. By Soren Hansen

Merge decorator based content_type mappings from lp:~soren/ec2-init/decorator

58. By Soren Hansen

Merge lp:~smoser/ec2-init/bugfix-412143

Fixes invalid $ssh token in Required-Start LSB init header.

57. By Soren Hansen

Update /etc/default/locale with locale setting derived from locality.

56. By Soren Hansen

Consolidate on the use of urllib2 (rather than both urllib and urllib2)

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.

Subscribers