1EUCA-BUNDLE-IMAGE(1) User Commands EUCA-BUNDLE-IMAGE(1)
2
3
4
6 euca-bundle-image - Eucalyptus tool: Bundles an image for use with
7 Eucalyptus or Amazon EC2.
8
10 Bundles an image for use with Eucalyptus or Amazon EC2.
11
12 euca-bundle-image -i, --image image_path -u, --user user [-c, --cert
13 cert_path] [-k, --privatekey private_key_path] [-p, --prefix prefix]
14 [--kernel kernel_id] [--ramdisk ramdisk_id] [-B, --block-device-mapping
15 mapping] [-d, --destination destination_path] [--ec2cert ec2cert_path]
16 [-r, --arch target_architecture] [--batch] [-h, --help] [--version]
17 [--debug]
18
19 REQUIRED PARAMETERS
20
21 -i, --image Path to the image file to bundle.
22
23 -u, --user User ID (12-digit) of the user who is
24 bundling the image.
25
26 OPTIONAL PARAMETERS
27
28 -c, --cert Path to the user's PEM encoded certifiā
29 cate.
30
31 -k, --privatekey Path to the user's PEM encoded private
32 key.
33
34 -p, --prefix The prefix for the bundle image files.
35 (default: image name).
36
37 --kernel The kernel to be associated with the
38 bundled image.
39
40 --ramdisk The ramdisk to be associated with the
41 bundled image.
42
43 -B, --block-device-mapping Default block device mapping for the
44 image (comma-separated list of key=value pairs).
45
46 -d, --destination Directory to store the bundled image in
47 (default: "/tmp"). Recommended.
48
49 --ec2cert The path to the Cloud's X509 public key
50 certificate.
51
52 -r, --arch Target architecture for the image
53 ('x86_64' or 'i386' default: 'x86_64').
54
55 --batch Run in batch mode (compatibility only.
56 has no effect).
57
58 -a, --access-key User's Access Key ID.
59
60 -s, --secret-key User's Secret Key.
61
62 -U, --url URL of the Cloud to connect to.
63
64 --config Read credentials and cloud settings
65 from the
66
67 specified config file (defaults to $HOME/.eucarc or
68 /etc/euca2ools/eucarc).
69
70 -h, --help Display this help message.
71
72 --version Display the version of this tool.
73
74 --debug Turn on debugging.
75
76 Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY,
77 EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by
78 default.
79
80
81
82euca-bundle-image Version: 1.2 (JBuSlDy)2010 EUCA-BUNDLE-IMAGE(1)