~ubuntu-on-ec2/ubuntu-on-ec2/ec2-test-results

« back to all changes in this revision

Viewing changes to lucid-server-daily-20110719/results.ap-southeast-1-i386-ami-2cfd857e/i-b10389e4/user-data

  • Committer: Scott Moser
  • Date: 2011-07-19 20:11:41 UTC
  • Revision ID: smoser@ubuntu.com-20110719201141-excahkftxp80wkud
add my results for lucid refresh lucid-server-daily-20110719

Ben will push his results here subsequently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Content-Type: multipart/mixed; boundary="===============9123179507998498415=="
 
2
MIME-Version: 1.0
 
3
 
 
4
--===============9123179507998498415==
 
5
Content-Type: text/x-shellscript; charset="us-ascii"
 
6
MIME-Version: 1.0
 
7
Content-Transfer-Encoding: 7bit
 
8
Content-Disposition: attachment; filename="my-user-script-1.sh"
 
9
 
 
10
#!/bin/sh
 
11
 
 
12
{
 
13
echo =====================
 
14
echo "$(date): Hello from ${0}"
 
15
echo =====================
 
16
} | tee /root/OUTPUT-my-user-script-1.sh
 
17
 
 
18
--===============9123179507998498415==
 
19
Content-Type: text/x-shellscript; charset="us-ascii"
 
20
MIME-Version: 1.0
 
21
Content-Transfer-Encoding: 7bit
 
22
Content-Disposition: attachment; filename="my-user-script-2.sh"
 
23
 
 
24
#!/bin/sh
 
25
 
 
26
{
 
27
echo =====================
 
28
echo "$(date): HOWDY ALL: from ${0}"
 
29
echo =====================
 
30
} | tee /root/OUTPUT-my-user-script-2.sh
 
31
 
 
32
--===============9123179507998498415==
 
33
Content-Type: text/cloud-config; charset="us-ascii"
 
34
MIME-Version: 1.0
 
35
Content-Transfer-Encoding: 7bit
 
36
Content-Disposition: attachment; filename="cloud-config-ex.txt"
 
37
 
 
38
apt_update: true
 
39
packages:
 
40
 - pastebinit
 
41
 
 
42
--===============9123179507998498415==
 
43
Content-Type: text/upstart-job; charset="us-ascii"
 
44
MIME-Version: 1.0
 
45
Content-Transfer-Encoding: 7bit
 
46
Content-Disposition: attachment; filename="my-upstart-job.conf"
 
47
 
 
48
description "My test job"
 
49
 
 
50
start on cloud-config
 
51
console output
 
52
task
 
53
 
 
54
script
 
55
{
 
56
echo "====BEGIN======="
 
57
echo "$(date) HELLO WORLD: $UPSTART_JOB"
 
58
echo "=====END========"
 
59
} | tee /root/OUTPUT-my-upstart-job.conf
 
60
end script
 
61
 
 
62
--===============9123179507998498415==
 
63
Content-Type: text/upstart-job; charset="us-ascii"
 
64
MIME-Version: 1.0
 
65
Content-Transfer-Encoding: 7bit
 
66
Content-Disposition: attachment; filename="upstartjob1.txt"
 
67
 
 
68
description "a test upstart job"
 
69
 
 
70
start on stopped rc RUNLEVEL=[2345]
 
71
console output
 
72
task
 
73
 
 
74
script
 
75
{
 
76
echo "====BEGIN======="
 
77
echo "$(date): HELLO RC.LOCAL LIKE WORLD: $UPSTART_JOB"
 
78
echo "=====END========"
 
79
} | tee /root/OUTPUT-upstartjob1.txt
 
80
end script
 
81
 
 
82
 
 
83
--===============9123179507998498415==
 
84
Content-Type: text/x-include-url; charset="us-ascii"
 
85
MIME-Version: 1.0
 
86
Content-Transfer-Encoding: 7bit
 
87
Content-Disposition: attachment; filename="test-include.txt"
 
88
 
 
89
http://bazaar.launchpad.net/%7Esmoser/%2Bjunk/ec2-test/download/head%3A/includecompressedscr-20100318141221-ewki6l3sasp5rmny-1/include-compressed-script-01.txt.gz
 
90
http://bazaar.launchpad.net/%7Esmoser/%2Bjunk/ec2-test/download/head%3A/includeignored01.txt-20100318141221-ewki6l3sasp5rmny-2/include-ignored-01.txt
 
91
http://bazaar.launchpad.net/%7Esmoser/%2Bjunk/ec2-test/download/head%3A/includescript01.txt-20100318141221-ewki6l3sasp5rmny-3/include-script-01.txt
 
92
 
 
93
--===============9123179507998498415==--
 
94