Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.357. openstack software deployment create

usage: openstack software deployment create [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                                            [--max-width <integer>]
                                            [--noindent] [--prefix PREFIX]
                                            [--input-value <key=value>]
                                            [--action <action>]
                                            [--config <config>]
                                            [--signal-transport <signal-transport>]
                                            [--container <container>]
                                            [--timeout <timeout>] --server
                                            <server>
                                            <deployment-name>
Create a software deployment.

Positional arguments

<deployment-name>


        Name of the derived config associated with this
      deployment. This is used to apply a sort order to the
      list of configurations currently deployed to the
      server.

Optional arguments

-h, --help


        show this help message and exit

--input-value <key=value>


      Input value to set on the deployment. This can be
      specified multiple times.

--action <action>


        Name of an action for this deployment. This can be a
      custom action, or one of CREATE, UPDATE, DELETE,
      SUSPEND, RESUME. Default is UPDATE

--config <config> ID


        of the configuration to deploy

--signal-transport <signal-transport>


      How the server should signal to heat with the
      deployment output values. TEMP_URL_SIGNAL will create
      a Swift TempURL to be signaled via HTTP PUT.
      ZAQAR_SIGNAL will create a dedicated zaqar queue to be
      signaled using the provided keystone
      credentials.NO_SIGNAL will result in the resource
      going to the COMPLETE state without waiting for any
      signal

--container <container>


      Optional name of container to store TEMP_URL_SIGNAL
      objects in. If not specified a container will be
      created with a name derived from the DEPLOY_NAME

--timeout <timeout>


        Deployment timeout in minutes

--server <server> ID


        of the server being deployed to