Go back to the web site

deploy — Deploy Image to OpenStack Cloud

Synopsis

machinery deploy NAME -c CONFIG_FILE | --cloud-config=CONFIG_FILE [-i IMAGE_DIR | --image-dir=IMAGE_DIR] [-n CLOUD_IMAGE_NAME | --cloud-image-name=CLOUD_IMAGE_NAME] [-s | --insecure ]

machinery help [deploy]

Description

The deploy command builds and deploys an image to an OpenStack cloud. This command is particularly useful for testing, debugging, or validation.

NOTE: Set Password for Unattended Work

Machinery asks for a password when sourcing the configuration file. This interrupts the work flow and the user has to enter this password. If you prefer to leave it uninterrupted and unattented, remove the following line in your cloud configuration file (see the -c option):

read -s OS_PASSWORD_INPUT

and set the password in the OS_PASSWORD variable:

export OS_PASSWORD=YOUR_PASSWORD

Arguments

Options

Prerequisites

Supported Architectures

Machinery only supports deploying x86_64 images on x86_64 systems.

Examples