Red Hat Training

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

2.69. openstack dataprocessing cluster template create

usage: openstack dataprocessing cluster template create [-h]
                                                        [-f {json,shell,table,value,yaml}]
                                                        [-c COLUMN]
                                                        [--max-width <integer>]
                                                        [--noindent]
                                                        [--prefix PREFIX]
                                                        [--name <name>]
                                                        [--node-groups <node-group:instances_count> [<node-group:instances_count> ...]]
                                                        [--anti-affinity <anti-affinity> [<anti-affinity> ...]]
                                                        [--description <description>]
                                                        [--autoconfig]
                                                        [--public]
                                                        [--protected]
                                                        [--json <filename>]
                                                        [--shares <filename>]
                                                        [--configs <filename>]
                                                        [--domain-name <domain-name>]
Creates cluster template

Optional arguments

-h, --help


        show this help message and exit

--name <name>


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

--node-groups <node-group:instances_count> [<node-group:instances_count> ...]


      List of the node groups(names or IDs) and numbers of
      instances for each one of them [REQUIRED if JSON is
      not provided]

--anti-affinity <anti-affinity> [<anti-affinity> ...]


      List of processes that should be added to an anti-
      affinity group

--description <description>


      Description of the cluster template

--autoconfig


        If enabled, instances of the cluster will be
      automatically configured

--public


        Make the cluster template public (Visible from other
      tenants)

--protected


        Make the cluster template protected

--json <filename> JSON


        representation of the cluster template. Other
      arguments will not be taken into account if this one
      is provided

--shares <filename> JSON


        representation of the manila shares

--configs <filename> JSON


        representation of the cluster template configs

--domain-name <domain-name>


      Domain name for instances of this cluster template.
      This option is available if 'use_designate' config is
      True