From 969cbd1b5daa98a6e4d0d87750bde348fcf267e6 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 11 Jan 2010 23:29:18 -0500 Subject: refactor the config class and jobs to run through cloud-init-cfg At this point, the following should be functional: cloud-init-cfg apt-update-upgrade --- upstart/cloud-raid.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 upstart/cloud-raid.conf (limited to 'upstart/cloud-raid.conf') diff --git a/upstart/cloud-raid.conf b/upstart/cloud-raid.conf new file mode 100644 index 00000000..d4644c89 --- /dev/null +++ b/upstart/cloud-raid.conf @@ -0,0 +1,12 @@ +# ec2-raid - Setup ephemeral storage RAID and mount points +# +# Setup ephemeral storage RAID and mount points + +description "Setup RAID storage and moint points" + +start on (cloud-config + and local-filesystem) +console output +task + +exec cloud-init-cfg setup-raid -- cgit v1.2.3