1cloud-publish-tarball(1)          cloud-utils         cloud-publish-tarball(1)
2
3
4

NAME

6       cloud-publish-tarball - publish a cloud archive
7
8

SYNOPSIS

10       cloud-publish-tarball [OPTIONS] TARFILE BUCKET [ARCH]
11
12

OPTIONS

14       -k | --kernel k
15              Use  previously registered kernel with id 'k' specify 'none' for
16              no kernel
17
18       -K | --kernel-file f
19              Bundle, upload, use file 'f' as kernel
20
21       -q | --quiet
22              Be quiet, only output produced image ids
23
24       -r | --ramdisk r
25              Use previously registered ramdisk with id 'r' specify 'none' for
26              no ramdisk
27
28       -R | --ramdisk-file f
29              Bundle, upload, use file 'f' as ramdisk
30
31       --rename-image i
32              rename the image file before publishing (publish to <bucket>/i)
33
34       --rename-kernel k
35              rename the kernel file before publishing (publish to <bucket>/k)
36
37       --rename-ramdisk r
38              rename   the   ramdisk   file   before  publishing  (publish  to
39              <bucket>/r)
40
41       --save-downloaded d
42              save the download image to directory  'd'  (applicable  only  if
43              TARBALL is an URL)
44
45

ARGUMENTS

47       TARFILE
48              Target archive.  This may be a URL.
49
50       BUCKET Target bucket
51
52       ARCH   Image  architecture; if is not provided, a name-based attempt is
53              made to guess
54
55

ENVIRONMENT

57       Behavior of this program can be modified by  environment  variables  as
58       described below:
59
60
61       EC2PRE Underlying tools will be invoked using this prefix.  The default
62              is 'euca-', which results in using  tools  like  'euca-register'
63              and  'euca-bundle-image'.   To use the ec2-api-tools or ec2-ami-
64              tools, set EC2PRE='ec2-'
65
66

DESCRIPTION

68       Register   a   Ubuntu   Cloud   image   tarball    per    http://cloud-
69       images.ubuntu.com
70
71

EXAMPLES

73         cloud-publish-tarball lucid-cloud-i386.tar.gz my-lucid-bucket i386
74
75

AUTHOR

77       This  manpage  was  written by Dustin Kirkland <kirkland@canonical.com>
78       for Ubuntu systems (but may be used by others).  Permission is  granted
79       to  copy, distribute and/or modify this document under the terms of the
80       GNU General Public License, Version 3 published by  the  Free  Software
81       Foundation.
82
83       On  Debian systems, the complete text of the GNU General Public License
84       can be found in /usr/share/common-licenses/GPL.
85
86
87
88cloud-utils                       17 Feb 2010         cloud-publish-tarball(1)
Impressum