Red Hat Training

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

2.73. openstack dataprocessing cluster template update

usage: openstack dataprocessing cluster template update [-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-enable | --autoconfig-disable]
                                                        [--public | --private]
                                                        [--protected | --unprotected]
                                                        [--json <filename>]
                                                        [--shares <filename>]
                                                        [--configs <filename>]
                                                        [--domain-name <domain-name>]
                                                        <cluster-template>
Updates cluster template

Positional arguments

<cluster-template>


        Name or ID of the cluster template [REQUIRED]

Optional arguments

-h, --help


        show this help message and exit

--name <name>


        New name of the cluster template

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


      List of the node groups(names or IDs) and numbers
      ofinstances for each one of them

--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-enable


        Instances of the cluster will be automatically
      configured

--autoconfig-disable


        Instances of the cluster will not be automatically
      configured

--public


        Make the cluster template public (Visible from other
      tenants)

--private


        Make the cluster template private (Visible only from
      this tenant)

--protected


        Make the cluster template protected

--unprotected


        Make the cluster template unprotected

--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