~smoser/eucalyptus/euca2ools-1.0.fixes

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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
.TH EUCA-BUNDLE-IMAGE "1" "February 2010" "euca-bundle-image     euca-bundle-image version: 1.0 (BSD)" "User Commands"
.SH NAME
euca-bundle-image \- Eucalyptus tool: Bundles an image for use with Eucalyptus or Amazon EC2.  
.SH DESCRIPTION
Bundles an image for use with Eucalyptus or Amazon EC2.
.PP
euca\-bundle\-image \fB\-i\fR, \fB\-\-image\fR image_path \fB\-u\fR, \fB\-\-user\fR user [\-c, \fB\-\-cert\fR cert_path]
[\-k, \fB\-\-privatekey\fR private_key_path] [\-p, \fB\-\-prefix\fR prefix] [\-\-kernel kernel_id]
[\-\-ramdisk ramdisk_id] [\-B, \fB\-\-block\-device\-mapping\fR mapping]
[\-d, \fB\-\-destination\fR destination_path] [\-\-ec2cert ec2cert_path]
[\-r, \fB\-\-arch\fR target_architecture] [\-\-batch] [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug]
.PP
REQUIRED PARAMETERS
.PP
\fB\-i\fR, \fB\-\-image\fR                     Path to the image file to bundle.
.PP
\fB\-u\fR, \fB\-\-user\fR                      User ID (12\-digit) of the user who is bundling the image.
.PP
OPTIONAL PARAMETERS
.PP
\fB\-c\fR, \fB\-\-cert\fR                      Path to the user's PEM encoded certificate.
.PP
\fB\-k\fR, \fB\-\-privatekey\fR                Path to the user's PEM encoded private key.
.PP
\fB\-p\fR, \fB\-\-prefix\fR                    The prefix for the bundle image files. (default: image name).
.PP
\fB\-\-kernel\fR                        The kernel to be associated with the bundled image.
.PP
\fB\-\-ramdisk\fR                       The ramdisk to be associated with the bundled image.
.PP
\fB\-B\fR, \fB\-\-block\-device\-mapping\fR      Default block device mapping for the image (comma\-separated list of key=value pairs).
.PP
\fB\-d\fR, \fB\-\-destination\fR               Directory to store the bundled image in (default: "/tmp"). Recommended.
.PP
\fB\-\-ec2cert_path\fR                  The path to the Cloud's X509 public key certificate.
.PP
\fB\-r\fR, \fB\-\-arch\fR                      Target architecture for the image ('x86_64' or 'i386' default: 'x86_64').
.PP
\fB\-\-batch\fR                         Run in batch mode (compatibility only. has no effect).
.PP
\fB\-a\fR, \fB\-\-access\-key\fR                User's Access Key ID.
.PP
\fB\-s\fR, \fB\-\-secret\-key\fR                User's Secret Key.
.PP
\fB\-U\fR, \fB\-\-url\fR                       URL of the Cloud to connect to.
.PP
\fB\-\-config\fR                        Read credentials and cloud settings from the
.IP
specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
.PP
\fB\-h\fR, \fB\-\-help\fR                      Display this help message.
.PP
\fB\-\-version\fR                       Display the version of this tool.
.PP
\fB\-\-debug\fR                         Turn on debugging.
.PP
Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.