NAME¶
euca2ools - Bundles an image for use with Eucalyptus or Amazon EC2.
DESCRIPTION¶
Bundles an image for use with Eucalyptus or Amazon EC2.
euca-bundle-vol [-A,
--access-key <access_key> ][-S,
--secret-key <secret_key>
- ][--config <config_path> ][--debug][--debugger][-h,
--help][--region <region_name> ][-U, --url <url>
][--version ][--euca-auth][-s, --size <size> ][-u,
--user <user> ][-c, --cert <cert_path> ][-k,
--privatekey <private_key_path> ][-a, --all][-p,
--prefix <prefix> ][--no-inherit][-e, --exclude
<exclude> ][--kernel <kernel_id> ][--ramdisk
<ramdisk_id> ][--product-codes <product_codes> ][-b,
--block-device-mapping <block_device_mapping> ][-d,
--destination <destination_path> ][--ec2cert
<ec2cert_path> ][-r, --arch <target_architecture>
][--volume <volume_path> ][--fstab <fstab_path>
][--generatefstab][--batch]
OPTIONAL PARAMETERS
- -A,--access-key
- User's Access Key ID.
- -S,--secret-key
- User's Secret Key.
- --config
- Read credentials and cloud settings from the specified
config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
- --debug
- Turn on debugging output.
- --debugger
- Enable interactive debugger on error
- -h,--help
- Display this help message.
- --region
- region to direct requests to
- -U,--url
- URL of the Cloud to connect to.
- --version
- Display the version of this tool.
- --euca-auth
- Use NC authentication mode
- -s,--size
- Size of the image in MB(max=10240).
- -u,--user
- User ID (12-digit) of the user who is bundling the
image
- -c,--cert
- Path the users PEM-encoded certificate.
- -k,--privatekey
- Path to users PEM-encoded private key.
- -a,--all
- Bundle all directories (including mounted filesystems.
- -p,--prefix
- The prefix for the bundle image files. (default: image
name).
- --no-inherit
- Do not add instance metadata to the bundled image.
- -e,--exclude
- Comma-separated list of directories to exclude.
- --kernel
- ID of the kernel to be associated with the image.
- --ramdisk
- ID of the ramdisk to be associated with the image.
- --product-codes
- Product code to be associated with the image.
- -b,--block-device-mapping
- Default block device mapping for the image (comma-separated
list of key=value pairs).
- -d,--destination
- Directory to store the bundled image in. Defaults to /tmp.
Recommended.
- --ec2cert
- Path to the Cloud's X509 public key certificate.
- -r,--arch
- Target architecture for the image Valid Values:
i386|x86_64
- --volume
- Path to mounted volume to bundle.
- --fstab
- Path to the fstab to be bundled with image.
- --generate-fstab
- Generate fstab to bundle in image.
- --batch
- Run in batch mode. For compatibility has no effect