--- euca2ools-1.0+bzr20090731.orig/Makefile +++ euca2ools-1.0+bzr20090731/Makefile @@ -51,8 +51,8 @@ $(MANPAGES): $(BINLIST) @echo "Generating manpages..." -@mkdir -p $(MANDIR) - @for x in $(BINLIST); do \ - DESCR=`$$x --help | head -n2 | tail -n1`; PYTHONPATH=$(CURDIR)/euca2ools help2man $$x -o $(MANDIR)/`basename $$x`.1 -n "Eucalyptus tool: $${DESCR} " ; done + @export PYTHONPATH=$(CURDIR)/euca2ools; for x in $(BINLIST); do \ + DESCR=`$$x --help | head -n2 | tail -n1`; help2man $$x -o $(MANDIR)/`basename $$x`.1 -n "Eucalyptus tool: $${DESCR} " ; done install: build @for subdir in $(SUBDIRS); do \ --- euca2ools-1.0+bzr20090731.orig/debian/rules +++ euca2ools-1.0+bzr20090731/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM = pycentral + +DEB_SRCDIR = euca2ools +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_PYTHON_SETUP_CMD = setup.py + +DEB_INDEP_PACKAGES=euca2ools + +clean:: + $(MAKE) clean + $(MAKE) man + rm -f euca2ools/euca2ools/__init__.pyc --- euca2ools-1.0+bzr20090731.orig/debian/manpages +++ euca2ools-1.0+bzr20090731/debian/manpages @@ -0,0 +1 @@ +man/* --- euca2ools-1.0+bzr20090731.orig/debian/README.Debian +++ euca2ools-1.0+bzr20090731/debian/README.Debian @@ -0,0 +1,32 @@ +Euca2ools for Debian +==================== + +When installing this package, you may already have heard about the +concept of cloud computing which was brought to considerable attention +by the internet merchant Amazon and their EC2 (elastic compute cloud) +and S3 (storage) services. The Eucalyptus team provides such services +themselves, too, but with an Open Source infrastructure, while achieving +a binary compatibility with the Amazon API as an independent development. + +The initial idea behind the here represented concept of clouds is to +have remote storage space. That arbitrary data may also be bootable disk +images, and the EC2 functionality means to start one or multiple instances +of these. The images are not necessarily provided by the respective +user themselves, but they may instead be shared in communities. As such, +clouds may be perceived as a continuation of the community-driven Linux +distributions. + +This package provides the functionality to control disk images, i.e. to +upload, start or stop them. The images may be derived from already existing +images or be prepared from scratch via the Debian-typical boostrapping. +The latter process is wrapped up into the tool VMBuilder or other publicly +shared scripts on the internet. + +See also + + * http://open.eucalyptus.com/ + * http://aws.amazon.com/ec2/ + * http://alestic.com/ + * vmbuilder (Debian/Ubuntu packages) + * http://wiki.debian.org/Cloud + * http://wiki.debian.org/euca2ools --- euca2ools-1.0+bzr20090731.orig/debian/install +++ euca2ools-1.0+bzr20090731/debian/install @@ -0,0 +1 @@ +bin/* /usr/bin/ --- euca2ools-1.0+bzr20090731.orig/debian/copyright +++ euca2ools-1.0+bzr20090731/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Soren Hansen on +Tue, 26 May 2009 11:30:48 +0200. + +Copyright: + Copyright 2009, Eucalyptus Systems, Inc. + All rights reserved. + +Author: + Neil Soman + +License: + Software License Agreement (BSD License) + + Redistribution and use of this software in source and binary forms, with or + without modification, are permitted provided that the following conditions + are met: + + Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. --- euca2ools-1.0+bzr20090731.orig/debian/README.source +++ euca2ools-1.0+bzr20090731/debian/README.source @@ -0,0 +1,9 @@ +euca2ools for Debian +==================== + +Omitting the upstream-maintained debian folder to appear +in source distribution but presenting it in the diff.gz. + +The original tarball contained the man pages. These are +now auto-generated just the way that upstream produced +them originally. --- euca2ools-1.0+bzr20090731.orig/debian/control +++ euca2ools-1.0+bzr20090731/debian/control @@ -0,0 +1,36 @@ +Source: euca2ools +Section: utils +Priority: extra +Maintainer: chris grzegorczyk +DM-Upload-Allowed: yes +Build-Depends: cdbs, debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), help2man, python-m2crypto +Standards-Version: 3.8.2 +XS-Python-Version: >= 2.5 +Homepage: http://www.eucalyptus.com/open/ + +Package: euca2ools +Architecture: all +Depends: ${python:Depends}, python-m2crypto (>= 0.19.1), python-boto (>= 1.8c), ${misc:Depends} +XB-Python-Version: ${python:Versions} +Description: managing cloud instances for Eucalyptus + EUCALYPTUS is an open source service overlay that implements elastic + computing using existing resources. The goal of EUCALYPTUS is to allow + sites with existing clusters and server infrastructure to co-host an + elastic computing service that is interface-compatible with Amazon's EC2. + . + Elastic Utility Computing Architecture for Linking Your Programs + To Useful Systems - is an open-source software infrastructure for + implementing "cloud computing" on clusters. Eucalyptus Systems is the + pioneer in open source cloud computing technology that delivers hybrid + cloud deployments for enterprise data centers. Leveraging Linux and web + service technologies that commonly exist in today's IT infrastructure, + Eucalyptus enables customers to quickly and easily create elastic clouds + in minutes. This "no lock-in" approach provides users with ultimate + flexibility when delivering their SLAs. + . + Eucalyptus is more than just virtualization. Along with building virtual + machines, the technology supports the network and storage infrastructure + within the cloud environment. Eucalyptus works with multiple flavors + of Linux including Ubuntu, OpenSuse, Debian, and CentOS. Eucalyptus + currently supports Xen and KVM hypervisors. These tools are meant to + be CLI compatible with the ec2-api-tools. --- euca2ools-1.0+bzr20090731.orig/debian/changelog +++ euca2ools-1.0+bzr20090731/debian/changelog @@ -0,0 +1,44 @@ +euca2ools (1.0+bzr20090731-1ubuntu1) karmic; urgency=low + + * Build-dep on python-m2crypto for the euca2ools import to work (euca2ools + imports M2Crypto) when calling tools' with --help via help2man. + * Makefile: export PYTHONPATH for the whole loop of the manpages target as + it's needed for DESCR=`$$x --help ...`. + + -- Loïc Minier Sat, 22 Aug 2009 17:29:00 +0200 + +euca2ools (1.0+bzr20090731-1) unstable; urgency=low + + * Initial release (Closes: #537370). + * Final roundup-contributions by Steffen Moeller. + + -- chris grzegorczyk Sat, 01 Aug 2009 13:50:56 +0200 + +euca2ools (1.0-2euca1) UNRELEASED; urgency=low + + * Release 1.0 GA version + * Add README.debian + + -- chris grzegorczyk Thu, 16 Jul 2009 21:25:47 -0700 + +euca2ools (1.0-2) UNRELEASED; urgency=low + + * Further addition to debian/control. + - improved description + - versioned dependencies + * DIY of dynamically generate man pages with help2man + + -- chris grzegorczyk Wed, 08 Jul 2009 15:04:45 +0200 + +euca2ools (1.0-1) UNRELEASED; urgency=low + + * Updated packaging with fixes thanks to Steffen Moeller and David Wendt. + + -- chris grzegorczyk Tue, 07 Jul 2009 23:36:19 -0700 + +euca2ools (1.0-0euca1) UNRELEASED; urgency=low + + * Initial release. + + -- chris grzegorczyk Tue, 07 Jul 2009 11:26:26 -0700 + --- euca2ools-1.0+bzr20090731.orig/debian/pycompat +++ euca2ools-1.0+bzr20090731/debian/pycompat @@ -0,0 +1 @@ +2 --- euca2ools-1.0+bzr20090731.orig/debian/compat +++ euca2ools-1.0+bzr20090731/debian/compat @@ -0,0 +1 @@ +5 --- euca2ools-1.0+bzr20090731.orig/man/euca-download-bundle.1 +++ euca2ools-1.0+bzr20090731/man/euca-download-bundle.1 @@ -0,0 +1,76 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH BUCKET "1" "August 2009" "bucket must be specified." "User Commands" +.SH NAME +bucket \- Eucalyptus tool: Downloads a bundled image from a bucket. +.SH DESCRIPTION +Downloads a bundled image from a bucket. +.PP +euca\-download\-bundle \fB\-b\fR, \fB\-\-bucket\fR bucket [\-m, \fB\-\-manifest\fR manifest_path] [\-d, \fB\-\-directory\fR directory] +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +REQUIRED PARAMETERS +.PP + +\fB\-b\fR, \fB\-\-bucket\fR The name of the bucket to download to. Bucket will be created if it does not exist. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-m\fR, \fB\-\-manifest_path\fR The path to the manifest file. +.PP +\fB\-d\fR, \fB\-\-directory\fR The name of the directory to download the bundled parts to. +.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\-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. +.PP +Downloads a bundled image from a bucket. +.PP +euca\-download\-bundle \fB\-b\fR, \fB\-\-bucket\fR bucket [\-m, \fB\-\-manifest\fR manifest_path] [\-d, \fB\-\-directory\fR directory] +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +REQUIRED PARAMETERS +.PP + +\fB\-b\fR, \fB\-\-bucket\fR The name of the bucket to download to. Bucket will be created if it does not exist. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-m\fR, \fB\-\-manifest_path\fR The path to the manifest file. +.PP +\fB\-d\fR, \fB\-\-directory\fR The name of the directory to download the bundled parts to. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B bucket +is maintained as a Texinfo manual. If the +.B info +and +.B bucket +programs are properly installed at your site, the command +.IP +.B info bucket +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-confirm-product-instance.1 +++ euca2ools-1.0+bzr20090731/man/euca-confirm-product-instance.1 @@ -0,0 +1,42 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-CONFIRM-PRODUCT-INSTANCE "1" "August 2009" "euca-confirm-product-instance euca-confirm-product-instance version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-confirm-product-instance \- Eucalyptus tool: Confirm if instance is running with product code attached. +.SH DESCRIPTION +Confirm if instance is running with product code attached. +.PP +euca\-confirm\-product\-instance \fB\-i\fR, \fB\-\-instance\fR instance_id [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] product_code +.PP +REQUIRED PARAMETERS +.PP +\fB\-i\fR, \fB\-\-instance\fR Unique identifier for a running instance. +.PP +product_code The product code to verify. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-confirm-product-instance +is maintained as a Texinfo manual. If the +.B info +and +.B euca-confirm-product-instance +programs are properly installed at your site, the command +.IP +.B info euca-confirm-product-instance +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-images.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-images.1 @@ -0,0 +1,44 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-IMAGES "1" "August 2009" "euca-describe-images euca-describe-images version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-images \- Eucalyptus tool: Shows information about machine images. +.SH DESCRIPTION +Shows information about machine images. +.PP +euca\-describe\-images [\-a] [\-o owner] [\-x user] [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] [image1 image2 ... imageN] +.PP +OPTIONAL PARAMETERS +.PP +image1 image2 ... imageN Images to describe. +.PP +\fB\-a\fR Show all images that the user has access to. +.PP +\fB\-o\fR Show only images owned by the owner specified are displayed. +.PP +\fB\-x\fR Show only images that the specified user is permitted to launch. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-images +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-images +programs are properly installed at your site, the command +.IP +.B info euca-describe-images +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-attach-volume.1 +++ euca2ools-1.0+bzr20090731/man/euca-attach-volume.1 @@ -0,0 +1,45 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-ATTACH-VOLUME "1" "August 2009" "euca-attach-volume euca-attach-volume version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-attach-volume \- Eucalyptus tool: Attaches a volume to an instance. +.SH DESCRIPTION +Attaches a volume to an instance. +.PP +euca\-attach\-volume \fB\-i\fR, \fB\-\-instance\fR instance_id \fB\-d\fR, \fB\-\-device\fR device +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] volume_id +.PP +REQUIRED PARAMETERS +.PP +\fB\-i\fR, \fB\-\-instance\fR unique id of a running instance to attach the volume to. +.PP +\fB\-d\fR, \fB\-\-device\fR local device name (inside the guest VM) to use. +.PP +volume_id unique id for a volume to attach. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-attach-volume +is maintained as a Texinfo manual. If the +.B info +and +.B euca-attach-volume +programs are properly installed at your site, the command +.IP +.B info euca-attach-volume +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-add-keypair.1 +++ euca2ools-1.0+bzr20090731/man/euca-add-keypair.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-ADD-KEYPAIR "1" "August 2009" "euca-add-keypair euca-add-keypair version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-add-keypair \- Eucalyptus tool: Creates a new key pair for use with instances. +.SH DESCRIPTION +Creates a new key pair for use with instances. +.PP +euca\-add\-keypair [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] keypair_name +.PP +REQUIRED PARAMETERS +.PP +keypair_name \- unique name for a keypair to create. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-add-keypair +is maintained as a Texinfo manual. If the +.B info +and +.B euca-add-keypair +programs are properly installed at your site, the command +.IP +.B info euca-add-keypair +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-bundle-vol.1 +++ euca2ools-1.0+bzr20090731/man/euca-bundle-vol.1 @@ -0,0 +1,64 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-BUNDLE-VOL "1" "August 2009" "euca-bundle-vol euca-bundle-vol version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-bundle-vol \- Eucalyptus tool: Bundle the local filesystem of a running instance as a bundled image. +.SH DESCRIPTION +Bundle the local filesystem of a running instance as a bundled image. +.PP +euca\-bundle\-vol \fB\-u\fR, \fB\-\-user\fR user \fB\-s\fR, \fB\-\-size\fR size_in_MB +[\-c, \fB\-\-cert\fR cert_path] [\-k, \fB\-\-privatekey\fR private_key_path] +[\-a, \fB\-\-all]\fR [\-e, \fB\-\-exclude\fR dir1, dir2,...dirN] [\-p, \fB\-\-prefix\fR prefix] [\-\-[no\-]inherit] [\-v, \fB\-\-volume\fR volume_path] [\-\-fstab fstab_path] [\-\-generate\-fstab] [\-\-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] [\-\-version] +.PP +REQUIRED PARAMETERS +.PP +\fB\-u\fR, \fB\-\-user\fR User ID (12\-digit) of the user who is bundling the image. +.PP +\fB\-s\fR, \fB\-\-size\fR Size for the image in MB (default: 10GB or 10240MB). +.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\-a\fR, \fB\-\-all\fR Bundle all directories (including mounted filesystems). +.PP +\fB\-p\fR, \fB\-\-prefix\fR The prefix for the bundle image files. (default: image name). +.PP +\fB\-\-[no\-]inherit\fR Add (or do not add) instance metadata to the bundled image. Inherit is set by default. +.PP +\fB\-e\fR, \fB\-\-exclude\fR comma\-separated list of directories to exclude. +.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\-v\fR, \fB\-\-volume\fR Path to mounted volume to create the bundle from (default: "/"). +.PP +\fB\-\-fstab\fR Path to the fstab to be bundled into the image. +.PP + +\fB\-\-generate\-fstab\fR Generate fstab to bundle into the image. +.PP +\fB\-\-batch\fR Run in batch mode (compatibility only. has no effect). +.SH "SEE ALSO" +The full documentation for +.B euca-bundle-vol +is maintained as a Texinfo manual. If the +.B info +and +.B euca-bundle-vol +programs are properly installed at your site, the command +.IP +.B info euca-bundle-vol +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-add-group.1 +++ euca2ools-1.0+bzr20090731/man/euca-add-group.1 @@ -0,0 +1,41 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-ADD-GROUP "1" "August 2009" "euca-add-group euca-add-group version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-add-group \- Eucalyptus tool: Creates a new security group. +.SH DESCRIPTION +Creates a new security group. +.PP +euca\-add\-group \fB\-d\fR, \fB\-\-description\fR group_description +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] group_name +.PP +REQUIRED PARAMETERS +.PP +\fB\-d\fR, \fB\-\-description\fR Description for the group to be created. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-add-group +is maintained as a Texinfo manual. If the +.B info +and +.B euca-add-group +programs are properly installed at your site, the command +.IP +.B info euca-add-group +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-groups.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-groups.1 @@ -0,0 +1,38 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-GROUPS "1" "August 2009" "euca-describe-groups euca-describe-groups version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-groups \- Eucalyptus tool: Shows information about groups. +.SH DESCRIPTION +Shows information about groups. +.PP +euca\-describe\-groups [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] [group1 group2...groupN] +.PP +OPTIONAL PARAMETERS +.PP +group1 group2...groupN groups to describe. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-groups +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-groups +programs are properly installed at your site, the command +.IP +.B info euca-describe-groups +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-version.1 +++ euca2ools-1.0+bzr20090731/man/euca-version.1 @@ -0,0 +1,20 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH 1.0-31337 "1" "August 2009" "1.0-31337 2009-04-04" "User Commands" +.SH NAME +1.0-31337 \- Eucalyptus tool: Shows the Euca2ools version +.SH DESCRIPTION +Shows the Euca2ools version +.PP +euca\-describe\-regions [\-h, \fB\-\-help]\fR [\-\-debug] +.SH "SEE ALSO" +The full documentation for +.B 1.0-31337 +is maintained as a Texinfo manual. If the +.B info +and +.B 1.0-31337 +programs are properly installed at your site, the command +.IP +.B info 1.0-31337 +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-keypairs.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-keypairs.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-KEYPAIRS "1" "August 2009" "euca-describe-keypairs euca-describe-key-pairs version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-keypairs \- Eucalyptus tool: Shows information about keypairs. +.SH DESCRIPTION +Shows information about keypairs. +.PP +euca\-describe\-keypairs [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +[keypair1 keypair2...keypairN] +.PP +OPTIONAL PARAMETERS +.PP + +keypair1 keypair2...keypairN keypairs to describe. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-keypairs +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-keypairs +programs are properly installed at your site, the command +.IP +.B info euca-describe-keypairs +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-allocate-address.1 +++ euca2ools-1.0+bzr20090731/man/euca-allocate-address.1 @@ -0,0 +1,36 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-ALLOCATE-ADDRESS "1" "August 2009" "euca-allocate-address euca-allocate-address version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-allocate-address \- Eucalyptus tool: Allocate a public IP address. +.SH DESCRIPTION +Allocate a public IP address. +.PP +euca\-allocate\-address [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-allocate-address +is maintained as a Texinfo manual. If the +.B info +and +.B euca-allocate-address +programs are properly installed at your site, the command +.IP +.B info euca-allocate-address +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-instances.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-instances.1 @@ -0,0 +1,39 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-INSTANCES "1" "August 2009" "euca-describe-instances euca-describe-instances version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-instances \- Eucalyptus tool: Shows information about instances. +.SH DESCRIPTION +Shows information about instances. +.PP +euca\-describe\-instances [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +[instance1... instanceN] +.PP +OPTIONAL PARAMETERS +.PP +instance1... instanceN instances to describe. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-instances +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-instances +programs are properly installed at your site, the command +.IP +.B info euca-describe-instances +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-reboot-instances.1 +++ euca2ools-1.0+bzr20090731/man/euca-reboot-instances.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-REBOOT-INSTANCES "1" "August 2009" "euca-reboot-instances euca-reboot-instances version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-reboot-instances \- Eucalyptus tool: Reboots specified instances. +.SH DESCRIPTION +Reboots specified instances. +.PP +euca\-reboot\-instances [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +[instance1... instanceN] +.PP +OPTIONAL PARAMETERS +.PP + +instance1... instanceN instances to reboot. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-reboot-instances +is maintained as a Texinfo manual. If the +.B info +and +.B euca-reboot-instances +programs are properly installed at your site, the command +.IP +.B info euca-reboot-instances +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-run-instances.1 +++ euca2ools-1.0+bzr20090731/man/euca-run-instances.1 @@ -0,0 +1,59 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-RUN-INSTANCES "1" "August 2009" "euca-run-instances euca-run-instances version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-run-instances \- Eucalyptus tool: Starts instances. +.SH DESCRIPTION +Starts instances. +.PP +euca\-run\-instances [\-n, \fB\-\-instance\-count\fR count] [\-g, \fB\-\-group\fR group_name] [\-k, \fB\-\-keypair\fR keyname] +[\-\-addressing addressing] [\-t, \fB\-\-instance\-type\fR instance_type] [\-z, \fB\-\-availability\-zone\fR zone] +[\-\-kernel kernel_id] [\-\-ramdisk ramdisk_id] [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id +.PP +REQUIRED PARAMETERS +.PP + +image_id identifier for the image to run. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-n\fR, \fB\-\-instance\-count\fR Number of instances to run. +.PP + +\fB\-g\fR, \fB\-\-group\fR Security group to run the instance under. +.PP +\fB\-k\fR, \fB\-\-keypair\fR Name of a (previously created) keypair to associate with this reservation. +\fB\-\-addressing\fR Addressing mode (e.g., private). +.PP +\fB\-t\fR, \fB\-\-instance\-type\fR VM Image type to run the instance(s) as (default: m1.small). +.PP +\fB\-z\fR, \fB\-\-availability\-zone\fR Availability zone to run the instance(s) in. +.PP +\fB\-\-kernel\fR Id of the kernel to be used to launch instance(s). +.PP +\fB\-\-ramdisk\fR Id of the ramdisk to be used to launch instance(s). +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-run-instances +is maintained as a Texinfo manual. If the +.B info +and +.B euca-run-instances +programs are properly installed at your site, the command +.IP +.B info euca-run-instances +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-snapshots.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-snapshots.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-SNAPSHOTS "1" "August 2009" "euca-describe-snapshots euca-describe-snapshot version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-snapshots \- Eucalyptus tool: Shows information about snapshots. +.SH DESCRIPTION +Shows information about snapshots. +.PP +euca\-describe\-snapshots [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +[snapshot1 snapshot2...snapshotN] +.PP +OPTIONAL PARAMETERS +.PP + +snapshot1 snapshot2...snapshotN \- snapshots to describe. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-snapshots +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-snapshots +programs are properly installed at your site, the command +.IP +.B info euca-describe-snapshots +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-upload-bundle.1 +++ euca2ools-1.0+bzr20090731/man/euca-upload-bundle.1 @@ -0,0 +1,54 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-UPLOAD-BUNDLE "1" "August 2009" "euca-upload-bundle euca-upload-bundle version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-upload-bundle \- Eucalyptus tool: Upload a previously bundled image to the cloud. +.SH DESCRIPTION +Upload a previously bundled image to the cloud. +.PP +euca\-upload\-bundle \fB\-b\fR, \fB\-\-bucket\fR bucket \fB\-m\fR, \fB\-\-manifest\fR manifest_path [\-a, \fB\-\-access\-key\fR access_key_id] +[\-s, \fB\-\-secret\-key\fR secret_key] [\-\-acl canned_acl] [\-\-ec2cert ec2cert_path] [\-d, \fB\-\-directory\fR bundle_path] +[\-\-part part] [\-\-url url] [\-\-skipmanifest] [\-\-debug] [\-h, \fB\-\-help]\fR [\-\-version] +.PP +REQUIRED PARAMETERS +.PP +\fB\-b\fR, \fB\-\-bucket\fR The name of the bucket to upload to. Bucket will be created if it does not exist. +.PP +\fB\-m\fR, \fB\-\-manifest\fR The path to the manifest file for the bundled image. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-\-acl\fR Canned access control policy (defaults to "aws\-exec\-read"). +.PP +\fB\-\-ec2cert\fR The path to the Cloud's X509 public key certificate. +.PP +\fB\-d\fR, \fB\-\-directory\fR The directory containing the bundled image to upload (defaults to the manifest directory). +.PP +\fB\-\-part\fR Uploads specified part and all subsequent parts. +.PP +\fB\-\-skipmanifest\fR Do not upload the manifest file. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-upload-bundle +is maintained as a Texinfo manual. If the +.B info +and +.B euca-upload-bundle +programs are properly installed at your site, the command +.IP +.B info euca-upload-bundle +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-image-attribute.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-image-attribute.1 @@ -0,0 +1,49 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-IMAGE-ATTRIBUTE "1" "August 2009" "euca-describe-image-attribute euca-describe-image-attribute version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-image-attribute \- Eucalyptus tool: Show image attributes. +.SH DESCRIPTION +Show image attributes. +.PP +euca\-describe\-image\-attribute [\-l, \fB\-\-launch\-permission]\fR [\-p, \fB\-\-product\-code]\fR +[\-B, \fB\-\-block\-device\-mapping]\fR [\-\-kernel] [\-\-ramdisk] +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id +.PP +REQUIRED PARAMETERS +.PP + +image_id unique identifier for the image that you want to retrieve the attributes for. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-B\fR, \fB\-\-block\-device\-mapping\fR show block device mapping. +\fB\-l\fR, \fB\-\-launch\-permission\fR show launch permissions. +\fB\-p\fR, \fB\-\-product\-code\fR show the product codes associated with the image +\fB\-\-kernel\fR show the kernel id associated with the image. +\fB\-\-ramdisk\fR show the ramdisk id associated with the image. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-image-attribute +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-image-attribute +programs are properly installed at your site, the command +.IP +.B info euca-describe-image-attribute +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-modify-image-attribute.1 +++ euca2ools-1.0+bzr20090731/man/euca-modify-image-attribute.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-MODIFY-IMAGE-ATTRIBUTE "1" "August 2009" "euca-modify-image-attribute euca-modify-image-attribute version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-modify-image-attribute \- Eucalyptus tool: Modify attributes for an image. +.SH DESCRIPTION +Modify attributes for an image. +.PP +euca\-modify\-image\-attribute [\-l, \fB\-\-launch\-permission]\fR [\-p, \fB\-\-product\-code]\fR +[\-A, \fB\-\-add\fR entity ] [\-R, \fB\-\-remove\fR entity] +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id +.PP +REQUIRED PARAMETERS +.PP + +image_id Unique identifier for the image that you want to modify the attributes for. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-l\fR, \fB\-\-launch\-permission\fR Show launch permissions. +\fB\-p\fR, \fB\-\-product\-code\fR Show the product codes associated with the image +\fB\-A\fR, \fB\-add\fR Entity (typically, user id) to add. +\fB\-R\fR, \fB\-\-remove\fR Entity (typically, user id) to remove. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-modify-image-attribute +is maintained as a Texinfo manual. If the +.B info +and +.B euca-modify-image-attribute +programs are properly installed at your site, the command +.IP +.B info euca-modify-image-attribute +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-deregister.1 +++ euca2ools-1.0+bzr20090731/man/euca-deregister.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DEREGISTER "1" "August 2009" "euca-deregister euca-deregister version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-deregister \- Eucalyptus tool: Deregisters an image from the cloud. +.SH DESCRIPTION +Deregisters an image from the cloud. +.PP +euca\-deregister [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id +.PP +REQUIRED PARAMETER +.PP +image_id unique identifier for the image to be deregistered. +.PP +OPTIONAL PARAMETER +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-deregister +is maintained as a Texinfo manual. If the +.B info +and +.B euca-deregister +programs are properly installed at your site, the command +.IP +.B info euca-deregister +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-disassociate-address.1 +++ euca2ools-1.0+bzr20090731/man/euca-disassociate-address.1 @@ -0,0 +1,42 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DISASSOCIATE-ADDRESS "1" "August 2009" "euca-disassociate-address euca-disassociate-address version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-disassociate-address \- Eucalyptus tool: Disassociate a public IP address from an instance. +.SH DESCRIPTION +Disassociate a public IP address from an instance. +.PP +euca\-disassociate\-address [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] ip +.PP +REQUIRED PARAMETERS +.PP +ip IP address to disassociate. +.PP +OPTIONAL PARAMETERS +.PP + +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-disassociate-address +is maintained as a Texinfo manual. If the +.B info +and +.B euca-disassociate-address +programs are properly installed at your site, the command +.IP +.B info euca-disassociate-address +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-detach-volume.1 +++ euca2ools-1.0+bzr20090731/man/euca-detach-volume.1 @@ -0,0 +1,41 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DETACH-VOLUME "1" "August 2009" "euca-detach-volume euca-detach-volume version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-detach-volume \- Eucalyptus tool: Detaches a volume from an instance. +.SH DESCRIPTION +Detaches a volume from an instance. +.PP +euca\-detach\-volume [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] volume_id +.PP +REQUIRED PARAMETERS +.PP + +volume_id unique id for a volume to detach. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-detach-volume +is maintained as a Texinfo manual. If the +.B info +and +.B euca-detach-volume +programs are properly installed at your site, the command +.IP +.B info euca-detach-volume +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-create-snapshot.1 +++ euca2ools-1.0+bzr20090731/man/euca-create-snapshot.1 @@ -0,0 +1,41 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-CREATE-SNAPSHOT "1" "August 2009" "euca-create-snapshot euca-create-snapshot version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-create-snapshot \- Eucalyptus tool: Creates a snapshot from an existing volume. +.SH DESCRIPTION +Creates a snapshot from an existing volume. +.PP +euca\-create\-snapshot [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] volume_id +.PP +REQUIRED PARAMETERS +.PP + +volume_id unique id for a volume to snapshot. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-create-snapshot +is maintained as a Texinfo manual. If the +.B info +and +.B euca-create-snapshot +programs are properly installed at your site, the command +.IP +.B info euca-create-snapshot +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-delete-keypair.1 +++ euca2ools-1.0+bzr20090731/man/euca-delete-keypair.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DELETE-KEYPAIR "1" "August 2009" "euca-delete-keypair euca-delete-keypair version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-delete-keypair \- Eucalyptus tool: Delete a key pair. +.SH DESCRIPTION +Delete a key pair. +.PP +euca\-delete\-keypair [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] keypair_name +.PP +REQUIRED PARAMETERS +.PP +keypair_name unique name for the keypair to delete. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-delete-keypair +is maintained as a Texinfo manual. If the +.B info +and +.B euca-delete-keypair +programs are properly installed at your site, the command +.IP +.B info euca-delete-keypair +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-availability-zones.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-availability-zones.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-AVAILABILITY-ZONES "1" "August 2009" "euca-describe-availability-zones euca-describe-availability-zones version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-availability-zones \- Eucalyptus tool: Shows information about availability zones. +.SH DESCRIPTION +Shows information about availability zones. +.PP +euca\-describe\-availability\-zones [\-\-region region] [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] [zone1 zone2...zoneN] +.PP +OPTIONAL PARAMETERS +.PP +\fB\-\-region\fR region to describe availability zones for +.PP +zone1 zone2...zoneN zones to describe. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-availability-zones +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-availability-zones +programs are properly installed at your site, the command +.IP +.B info euca-describe-availability-zones +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-terminate-instances.1 +++ euca2ools-1.0+bzr20090731/man/euca-terminate-instances.1 @@ -0,0 +1,41 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-TERMINATE-INSTANCES "1" "August 2009" "euca-terminate-instances euca-terminate-instances version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-terminate-instances \- Eucalyptus tool: Stops specified instances. +.SH DESCRIPTION +Stops specified instances. +.PP +euca\-terminate\-instances [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +[instance1... instanceN] +.PP +REQUIRED PARAMETERS +.PP +instance1... instanceN instances to terminate. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-terminate-instances +is maintained as a Texinfo manual. If the +.B info +and +.B euca-terminate-instances +programs are properly installed at your site, the command +.IP +.B info euca-terminate-instances +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-delete-volume.1 +++ euca2ools-1.0+bzr20090731/man/euca-delete-volume.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DELETE-VOLUME "1" "August 2009" "euca-delete-volume euca-delete-volume version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-delete-volume \- Eucalyptus tool: Deletes a volume. +.SH DESCRIPTION +Deletes a volume. +.PP +euca\-delete\-volume [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] volume_id +.PP +REQUIRED PARAMETERS +.PP +volume_id unique identifier for the volume to be deleted. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-delete-volume +is maintained as a Texinfo manual. If the +.B info +and +.B euca-delete-volume +programs are properly installed at your site, the command +.IP +.B info euca-delete-volume +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-release-address.1 +++ euca2ools-1.0+bzr20090731/man/euca-release-address.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-RELEASE-ADDRESS "1" "August 2009" "euca-release-address euca-release-address version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-release-address \- Eucalyptus tool: Releases a public IP address. +.SH DESCRIPTION +Releases a public IP address. +.PP +euca\-release\-address [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] ip +.PP +REQUIRED PARAMETERS +.PP +ip The public IP address to release. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-release-address +is maintained as a Texinfo manual. If the +.B info +and +.B euca-release-address +programs are properly installed at your site, the command +.IP +.B info euca-release-address +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-revoke.1 +++ euca2ools-1.0+bzr20090731/man/euca-revoke.1 @@ -0,0 +1,55 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-REVOKE "1" "August 2009" "euca-revoke euca-revoke version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-revoke \- Eucalyptus tool: Revoke a rule for a security group. +.SH DESCRIPTION +Revoke a rule for a security group. +.PP +euca\-revoke [\-P | \fB\-\-protocol\fR protocol] [\-p | \fB\-\-port\-range\fR port_range] +[\-t | \fB\-\-icmp\-type\-code\fR type:code] [\-o | \fB\-\-source\-group\fR source_group] +[\-u | \fB\-\-source\-group\-user\fR source_group_user] [\-s | \fB\-\-source\-subnet\fR source_subnet] +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] group_name +.PP +REQUIRED PARAMETERS +.PP +group_name Name of the group to add the rule to. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-P\fR, \fB\-\-protocol\fR Protocol ("tcp" "udp" or "icmp"). +.PP +\fB\-p\fR, \fB\-\-port\-range\fR Range of ports for the rule (specified as "from\-to"). +.PP +\fB\-t\fR, \fB\-\-icmp\-type\-code\fR ICMP type and code specified as "type:code" +.PP +\fB\-o\fR, \fB\-\-source\-group\fR Group from which traffic is authorized by the rule. +.PP +\fB\-u\fR, \fB\-\-source\-group\-user\fR User ID for the source group. +.PP +\fB\-s\fR, \fB\-\-source\-subnet\fR The source subnet for the rule. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-revoke +is maintained as a Texinfo manual. If the +.B info +and +.B euca-revoke +programs are properly installed at your site, the command +.IP +.B info euca-revoke +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-reset-image-attribute.1 +++ euca2ools-1.0+bzr20090731/man/euca-reset-image-attribute.1 @@ -0,0 +1,44 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-RESET-IMAGE-ATTRIBUTE "1" "August 2009" "euca-reset-image-attribute euca-reset-image-attribute version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-reset-image-attribute \- Eucalyptus tool: Reset attributes for an image. +.SH DESCRIPTION +Reset attributes for an image. +.PP +euca\-reset\-image\-attribute \fB\-l\fR, \fB\-\-launch\-permission\fR +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id +.PP +REQUIRED PARAMETERS +.PP + +\fB\-l\fR, \fB\-\-launch\-permission\fR show launch permissions. +.PP +image_id \- unique identifier for the image that you want to reset the attributes for. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-reset-image-attribute +is maintained as a Texinfo manual. If the +.B info +and +.B euca-reset-image-attribute +programs are properly installed at your site, the command +.IP +.B info euca-reset-image-attribute +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-regions.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-regions.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-REGIONS "1" "August 2009" "euca-describe-regions euca-describe-regions version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-regions \- Eucalyptus tool: Shows information about regions. +.SH DESCRIPTION +Shows information about regions. +.PP +euca\-describe\-regions [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +[region1 region2...regionN] +.PP +OPTIONAL PARAMETERS +.PP + +region1 region2...regionN regions to describe. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-regions +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-regions +programs are properly installed at your site, the command +.IP +.B info euca-describe-regions +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-bundle-image.1 +++ euca2ools-1.0+bzr20090731/man/euca-bundle-image.1 @@ -0,0 +1,66 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-BUNDLE-IMAGE "1" "August 2009" "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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-bundle-image +is maintained as a Texinfo manual. If the +.B info +and +.B euca-bundle-image +programs are properly installed at your site, the command +.IP +.B info euca-bundle-image +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-delete-bundle.1 +++ euca2ools-1.0+bzr20090731/man/euca-delete-bundle.1 @@ -0,0 +1,84 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH BUCKET "1" "August 2009" "bucket must be specified." "User Commands" +.SH NAME +bucket \- Eucalyptus tool: +.SH DESCRIPTION +Delete a previously uploaded bundle. +.PP +euca\-delete\-bundle \fB\-b\fR, \fB\-\-bucket\fR bucket [\-m, \fB\-\-manifest\fR manifest_path] [\-d, \fB\-\-directory\fR directory] +[\-p, \fB\-\-prefix\fR prefix] [\-\-clear] [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +REQUIRED PARAMETERS +.PP +bucket The name of the bucket to delete from. +.PP +OPTIONAL PARAMETERS +.PP + +\fB\-m\fR, \fB\-\-manifest\fR The path to the manifest file. +.PP +\fB\-d\fR, \fB\-\-directory\fR The name of the directory to download the bundled parts to. +.PP +\fB\-p\fR, \fB\-\-prefix\fR The filename prefix for bundled files. Defaults to image name. +.PP +\fB\-\-clear\fR Delete the bucket containing the image. +.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\-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. +.PP +Delete a previously uploaded bundle. +.PP +euca\-delete\-bundle \fB\-b\fR, \fB\-\-bucket\fR bucket [\-m, \fB\-\-manifest\fR manifest_path] [\-d, \fB\-\-directory\fR directory] +[\-p, \fB\-\-prefix\fR prefix] [\-\-clear] [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +REQUIRED PARAMETERS +.PP +bucket The name of the bucket to delete from. +.PP +OPTIONAL PARAMETERS +.PP + +\fB\-m\fR, \fB\-\-manifest\fR The path to the manifest file. +.PP +\fB\-d\fR, \fB\-\-directory\fR The name of the directory to download the bundled parts to. +.PP +\fB\-p\fR, \fB\-\-prefix\fR The filename prefix for bundled files. Defaults to image name. +.PP +\fB\-\-clear\fR Delete the bucket containing the image. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B bucket +is maintained as a Texinfo manual. If the +.B info +and +.B bucket +programs are properly installed at your site, the command +.IP +.B info bucket +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-get-console-output.1 +++ euca2ools-1.0+bzr20090731/man/euca-get-console-output.1 @@ -0,0 +1,41 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-GET-CONSOLE-OUTPUT "1" "August 2009" "euca-get-console-output euca-get-console-output version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-get-console-output \- Eucalyptus tool: Prints console output from a running instance. +.SH DESCRIPTION +Prints console output from a running instance. +.PP +euca\-get\-console\-output [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] instance_id +.PP +REQUIRED PARAMETERS +.PP + +instance_id unique identifier for the instance show the console output for. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-get-console-output +is maintained as a Texinfo manual. If the +.B info +and +.B euca-get-console-output +programs are properly installed at your site, the command +.IP +.B info euca-get-console-output +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-delete-group.1 +++ euca2ools-1.0+bzr20090731/man/euca-delete-group.1 @@ -0,0 +1,40 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DELETE-GROUP "1" "August 2009" "euca-delete-group euca-delete-group version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-delete-group \- Eucalyptus tool: Deletes a security group. +.SH DESCRIPTION +Deletes a security group. +.PP +euca\-delete\-group [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] group_name +.PP +REQUIRED PARAMETER +.PP +group_name unique name for a group to delete. +.PP +OPTIONAL PARAMETER +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-delete-group +is maintained as a Texinfo manual. If the +.B info +and +.B euca-delete-group +programs are properly installed at your site, the command +.IP +.B info euca-delete-group +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-register.1 +++ euca2ools-1.0+bzr20090731/man/euca-register.1 @@ -0,0 +1,41 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-REGISTER "1" "August 2009" "euca-register euca-register version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-register \- Eucalyptus tool: Registers a manifest for use with the cloud. +.SH DESCRIPTION +Registers a manifest for use with the cloud. +.PP +euca\-register [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_location +.PP +REQUIRED PARAMETERS +.PP + +image_location \- path to the uploaded image (bucket/manifest). +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-register +is maintained as a Texinfo manual. If the +.B info +and +.B euca-register +programs are properly installed at your site, the command +.IP +.B info euca-register +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-addresses.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-addresses.1 @@ -0,0 +1,38 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-ADDRESSES "1" "August 2009" "euca-describe-addresses euca-describe-addresses version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-addresses \- Eucalyptus tool: Shows information about addresses. +.SH DESCRIPTION +Shows information about addresses. +.PP +euca\-describe\-addresses [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] [ip1 ip2...ipN] +.PP +OPTIONAL PARAMETERS +.PP +ip1 ip2...ipN IP addresses to display information about. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-addresses +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-addresses +programs are properly installed at your site, the command +.IP +.B info euca-describe-addresses +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-unbundle.1 +++ euca2ools-1.0+bzr20090731/man/euca-unbundle.1 @@ -0,0 +1,46 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-UNBUNDLE "1" "August 2009" "euca-unbundle euca-unbundle-image version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-unbundle \- Eucalyptus tool: Unbundles a previously bundled image. +.SH DESCRIPTION +Unbundles a previously bundled image. +.PP +euca\-unbundle\-image \fB\-m\fR, \fB\-\-manifest\fR manifest_path [\-k, \fB\-\-privatekey\fR private_key_path] +[\-s, \fB\-\-source\fR source_directory] [\-d, \fB\-\-destination\fR destination_directory] +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +REQUIRED PARAMETERS +.PP +\fB\-m\fR, \fB\-\-manifest\fR Path to the manifest file for the bundled image. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-d\fR, \fB\-\-destination\fR Directory to store the image to (defaults to the current directory). +.PP +\fB\-s\fR, \fB\-\-source\fR Source directory for the bundled image parts (defaults to manifest directory). +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-unbundle +is maintained as a Texinfo manual. If the +.B info +and +.B euca-unbundle +programs are properly installed at your site, the command +.IP +.B info euca-unbundle +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-associate-address.1 +++ euca2ools-1.0+bzr20090731/man/euca-associate-address.1 @@ -0,0 +1,44 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-ASSOCIATE-ADDRESS "1" "August 2009" "euca-associate-address euca-associate-address version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-associate-address \- Eucalyptus tool: Associate an instance with a public IP address. +.SH DESCRIPTION +Associate an instance with a public IP address. +.PP +euca\-associate\-address \fB\-i\fR, \fB\-\-instance\fR instance_id +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] ip +.PP +REQUIRED PARAMETERS +.PP + +\fB\-i\fR, \fB\-\-instance\fR unique identifier for a running instance to associate the address with. +.PP +ip IP address to associate. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-associate-address +is maintained as a Texinfo manual. If the +.B info +and +.B euca-associate-address +programs are properly installed at your site, the command +.IP +.B info euca-associate-address +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-describe-volumes.1 +++ euca2ools-1.0+bzr20090731/man/euca-describe-volumes.1 @@ -0,0 +1,39 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DESCRIBE-VOLUMES "1" "August 2009" "euca-describe-volumes euca-describe-volumes version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-describe-volumes \- Eucalyptus tool: Shows information about volumes. +.SH DESCRIPTION +Shows information about volumes. +.PP +euca\-describe\-volumes [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +[volume1 volume2...volumeN] +.PP +OPTIONAL PARAMETERS +.PP +volume1 volume2...volumeN volumes to describe. +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-describe-volumes +is maintained as a Texinfo manual. If the +.B info +and +.B euca-describe-volumes +programs are properly installed at your site, the command +.IP +.B info euca-describe-volumes +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-delete-snapshot.1 +++ euca2ools-1.0+bzr20090731/man/euca-delete-snapshot.1 @@ -0,0 +1,41 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-DELETE-SNAPSHOT "1" "August 2009" "euca-delete-snapshot euca-delete-snapshot version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-delete-snapshot \- Eucalyptus tool: Deletes a snapshot. +.SH DESCRIPTION +Deletes a snapshot. +.PP +euca\-delete\-snapshot [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] snapshot_id +.PP +REQUIRED PARAMETERS +.PP + +snapshot_id unique identifier for the snapshot to be deleted. +.PP +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-delete-snapshot +is maintained as a Texinfo manual. If the +.B info +and +.B euca-delete-snapshot +programs are properly installed at your site, the command +.IP +.B info euca-delete-snapshot +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-create-volume.1 +++ euca2ools-1.0+bzr20090731/man/euca-create-volume.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-CREATE-VOLUME "1" "August 2009" "euca-create-volume euca-create-volume version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-create-volume \- Eucalyptus tool: Creates a volume in a specified availability zone. +.SH DESCRIPTION +Creates a volume in a specified availability zone. +.PP +euca\-create\-volume \fB\-S\fR, \fB\-\-size\fR size | \fB\-\-snapshot\fR snapshot_id \fB\-z\fR zone +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +REQUIRED PARAMETERS +.PP +\fB\-s\fR, \fB\-\-size\fR size of the volume (in GiB). +.PP + +\fB\-\-snapshot\fR snapshot id to create the volume from. Either size or snapshot can be specified (not both). +.PP + +\fB\-z\fR, \fB\-\-zone\fR availability zone to create the volume in +.PP + +OPTIONAL PARAMETERS +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-create-volume +is maintained as a Texinfo manual. If the +.B info +and +.B euca-create-volume +programs are properly installed at your site, the command +.IP +.B info euca-create-volume +.PP +should give you access to the complete manual. --- euca2ools-1.0+bzr20090731.orig/man/euca-authorize.1 +++ euca2ools-1.0+bzr20090731/man/euca-authorize.1 @@ -0,0 +1,57 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-AUTHORIZE "1" "August 2009" "euca-authorize euca-authorize version: 1.0 (BSD)" "User Commands" +.SH NAME +euca-authorize \- Eucalyptus tool: Add a new rule to a security group. +.SH DESCRIPTION +Add a new rule to a security group. +.PP +euca\-authorize [\-P, \fB\-\-protocol\fR protocol] [\-p, \fB\-\-port\-range\fR port_range] +[\-t, \fB\-\-icmp\-type\-code\fR type:code] [\-o, \fB\-\-source\-group\fR source_group] +[\-u, \fB\-\-source\-group\-user\fR source_group_user] [\-s, \fB\-\-source\-subnet\fR source_subnet] +[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] group_name +.PP +REQUIRED PARAMETERS +.PP +group_name Name of the group to add the rule to. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-P\fR, \fB\-\-protocol\fR Protocol ("tcp" "udp" or "icmp"). +.PP +\fB\-p\fR, \fB\-\-port\-range\fR Range of ports for the rule (specified as "from\-to"). +.PP +\fB\-t\fR, \fB\-\-icmp\-type\-code\fR ICMP type and code specified as "type:code" +.PP +\fB\-o\fR, \fB\-\-source\-group\fR Group from which traffic is authorized by the rule. +.PP +\fB\-u\fR, \fB\-\-source\-group\-user\fR User ID for the source group. +.PP +\fB\-s\fR, \fB\-\-source\-subnet\fR The source subnet for the rule. +.PP + +.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\-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. +.SH "SEE ALSO" +The full documentation for +.B euca-authorize +is maintained as a Texinfo manual. If the +.B info +and +.B euca-authorize +programs are properly installed at your site, the command +.IP +.B info euca-authorize +.PP +should give you access to the complete manual.