~ubuntu-on-ec2/ubuntu-on-ec2/cloud-utils

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.TH uec\-publish\-tarball 1 "17 Feb 2010" cloud\-utils "cloud\-utils"
.SH NAME
uec\-publish\-tarball \- publish a cloud archive

.SH SYNOPSIS
.BI "uec\-publish\-tarball [OPTIONS] TARFILE BUCKET [ARCH]"

.SH OPTIONS
.TP
.B -k | --kernel  k
Use previously registered kernel with id 'k' specify 'none' for no kernel
.TP
.B -K | --kernel-file f
Bundle, upload, use file 'f' as kernel
.TP
.B -q | --quiet
Be quiet, only output produced image ids
.TP
.B -r | --ramdisk r
Use previously registered ramdisk with id 'r' specify 'none' for no ramdisk
.TP
.B -R | --ramdisk-file f
Bundle, upload, use file 'f' as ramdisk
.TP
.B --rename-image i
rename the image file before publishing (publish to <bucket>/i)
.TP
.B --rename-kernel k
rename the kernel file before publishing (publish to <bucket>/k)
.TP
.B --rename-ramdisk r
rename the ramdisk file before publishing (publish to <bucket>/r)

.SH ARGUMENTS
.TP
.B TARFILE
Target archive
.TP
.B BUCKET
Target bucket
.TP
.B ARCH
Image architecture; if is not provided, a name-based attempt is made to guess

.SH ENVIRONMENT
Behavior of this program can be modified by environment variables as described below:

.TP
.B EC2PRE
Underlying tools will be invoked using this prefix.  The default is 'euca-', which results in using tools like 'euca-register' and 'euca-bundle-image'.  To use the ec2-api-tools or ec2-ami-tools, set EC2PRE='ec2-'

.SH DESCRIPTION
Register a UEC tarball per http://uec-images.ubuntu.com

.SH EXAMPLES
  uec\-publish\-tarball lucid-uec-i386.tar.gz my-lucid-bucket i386

.SH AUTHOR
This manpage was written by Dustin Kirkland <kirkland@canonical.com> for Ubuntu systems (but may be used by others).  Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.