Red Hat Training

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

2.64. openstack dataprocessing cluster create

usage: openstack dataprocessing cluster create [-h]
                                               [-f {json,shell,table,value,yaml}]
                                               [-c COLUMN]
                                               [--max-width <integer>]
                                               [--noindent] [--prefix PREFIX]
                                               [--name <name>]
                                               [--cluster-template <cluster-template>]
                                               [--image <image>]
                                               [--description <description>]
                                               [--user-keypair <keypair>]
                                               [--neutron-network <network>]
                                               [--count <count>] [--public]
                                               [--protected] [--transient]
                                               [--json <filename>] [--wait]
Creates cluster

Optional arguments

-h, --help


        show this help message and exit

--name <name>


        Name of the cluster [REQUIRED if JSON is not provided]

--cluster-template <cluster-template>


      Cluster template name or ID [REQUIRED if JSON is not
      provided]

--image <image>


        Image that will be used for cluster deployment (Name
      or ID) [REQUIRED if JSON is not provided]

--description <description>


      Description of the cluster

--user-keypair <keypair>


      User keypair to get acces to VMs after cluster
      creation

--neutron-network <network>


      Instances of the cluster will get fixed IP addresses
      in this network. (Name or ID should be provided)

--count <count>


        Number of clusters to be created

--public


        Make the cluster public (Visible from other tenants)

--protected


        Make the cluster protected

--transient


        Create transient cluster

--json <filename> JSON


        representation of the cluster. Other arguments
      (except for --wait) will not be taken into account if
      this one is provided

--wait


        Wait for the cluster creation to complete