Chapter 26. dataprocessing
This chapter describes the commands under the dataprocessing command.
26.1. dataprocessing cluster create Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--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
| Value | Summary |
|---|---|
| -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 projects) |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.2. dataprocessing cluster delete Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster delete [-h] [--wait]
<cluster> [<cluster> ...]
Deletes cluster
| Value | Summary |
|---|---|
| <cluster> | Name(s) or id(s) of the cluster(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for the cluster(s) delete to complete |
This command is provided by the python-saharaclient plugin.
26.3. dataprocessing cluster list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--plugin <plugin>]
[--plugin-version <plugin_version>]
[--name <name-substring>]
Lists clusters
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --plugin <plugin> | List clusters with specific plugin |
| --plugin-version <plugin_version> | List clusters with specific version of the plugin |
| --name <name-substring> | List clusters with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.4. dataprocessing cluster scale Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster scale [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--instances <node-group-template:instances_count> [<node-group-template:instances_count> ...]]
[--json <filename>] [--wait]
<cluster>
Scales cluster
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instances <node-group-template:instances_count> [<node-group-template:instances_count> …] | Node group templates and number of their instances to be scale to [REQUIRED if JSON is not provided] |
| --json <filename> | Json representation of the cluster scale object. other arguments (except for --wait) will not be taken into account if this one is provided |
| --wait | Wait for the cluster scale to complete |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.5. dataprocessing cluster show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--verification]
[--show-progress]
[--full-dump-events]
<cluster>
Display cluster details
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --verification | List additional fields for verifications |
| --show-progress | Provides ability to show brief details of event logs. |
| --full-dump-events | Provides ability to make full dump with event log details. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.6. dataprocessing cluster template create Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster template create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--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
| Value | Summary |
|---|---|
| -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 projects) |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.7. dataprocessing cluster template delete Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster template delete [-h]
<cluster-template>
[<cluster-template> ...]
Deletes cluster template
| Value | Summary |
|---|---|
| <cluster-template> | Name(s) or id(s) of the cluster template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.8. dataprocessing cluster template export Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster template export [-h]
[--file <filename>]
<cluster-template>
Export cluster template to JSON
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template to export |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Name of the file cluster template should be exported to If not provided, print to stdout |
This command is provided by the python-saharaclient plugin.
26.9. dataprocessing cluster template import Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster template import [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--default-image-id <default_image_id>]
--node-groups
<node-group:instances_count>
[<node-group:instances_count> ...]
<json>
Imports cluster template
| Value | Summary |
|---|---|
| <json> | Json containing cluster template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the cluster template |
| --default-image-id <default_image_id> | Default image ID to be used |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.10. dataprocessing cluster template list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster template list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--name <name-substring>]
Lists cluster templates
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --plugin <plugin> | List cluster templates for specific plugin |
| --plugin-version <plugin_version> | List cluster templates with specific version of the plugin |
| --name <name-substring> | List cluster templates with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.11. dataprocessing cluster template show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster template show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
<cluster-template>
Display cluster template details
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.12. dataprocessing cluster template update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster template update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--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
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template [required] |
| Value | Summary |
|---|---|
| -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 projects) |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.13. dataprocessing cluster update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
[--shares <filename>]
[--public | --private]
[--protected | --unprotected]
<cluster>
Updates cluster
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the cluster |
| --description <description> | Description of the cluster |
| --shares <filename> | Json representation of the manila shares |
| --public | Make the cluster public (visible from other projects) |
| --private | Make the cluster private (visible only from this tenant) |
| --protected | Make the cluster protected |
| --unprotected | Make the cluster unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.14. dataprocessing cluster verification Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing cluster verification [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
(--start | --show)
<cluster>
Updates cluster verifications
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --start | Start health verification for the cluster |
| --show | Show health of the cluster |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.15. dataprocessing data source create Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing data source create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX] --type
<type> --url <url>
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey>]
[--s3-endpoint <endpoint>]
[--enable-s3-ssl | --disable-s3-ssl]
[--enable-s3-bucket-in-path | --disable-s3-bucket-in-path]
[--description <description>]
[--public] [--protected]
<name>
Creates data source
| Value | Summary |
|---|---|
| <name> | Name of the data source |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Type of the data source (swift, hdfs, maprfs, manila, s3) [REQUIRED] |
| --url <url> | Url for the data source [required] |
| --username <username> | Username for accessing the data source URL |
| --access-key <accesskey> | S3 access key for accessing the data source URL |
| --password <password> | Password for accessing the data source URL |
| --secret-key <secretkey> | S3 secret key for accessing the data source URL |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the data source URL (ignored if data source not in S3) |
| --enable-s3-ssl | Enable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --disable-s3-ssl | Disable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --enable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --disable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --description <description> | Description of the data source |
| --public | Make the data source public |
| --protected | Make the data source protected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.16. dataprocessing data source delete Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing data source delete [-h]
<data-source>
[<data-source> ...]
Delete data source
| Value | Summary |
|---|---|
| <data-source> | Name(s) or id(s) of the data source(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.17. dataprocessing data source list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing data source list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--type <type>]
Lists data sources
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --type <type> | List data sources of specific type (swift, hdfs, maprfs, manila, s3) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.18. dataprocessing data source show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing data source show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
<data-source>
Display data source details
| Value | Summary |
|---|---|
| <data-source> | Name or id of the data source to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.19. dataprocessing data source update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing data source update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--type <type>]
[--url <url>]
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey>]
[--s3-endpoint <endpoint>]
[--enable-s3-ssl | --disable-s3-ssl]
[--enable-s3-bucket-in-path | --disable-s3-bucket-in-path]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<data-source>
Update data source
| Value | Summary |
|---|---|
| <data-source> | Name or id of the data source |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the data source |
| --type <type> | Type of the data source (swift, hdfs, maprfs, manila, s3) |
| --url <url> | Url for the data source |
| --username <username> | Username for accessing the data source URL |
| --access-key <accesskey> | S3 access key for accessing the data source URL |
| --password <password> | Password for accessing the data source URL |
| --secret-key <secretkey> | S3 secret key for accessing the data source URL |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the data source URL (ignored if data source not in S3) |
| --enable-s3-ssl | Enable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --disable-s3-ssl | Disable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --enable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --disable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --description <description> | Description of the data source |
| --public | Make the data source public (visible from other projects) |
| --private | Make the data source private (visible only from this tenant) |
| --protected | Make the data source protected |
| --unprotected | Make the data source unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.20. dataprocessing image list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing image list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--name <name-regex>]
[--tags <tag> [<tag> ...]]
[--username <username>]
Lists registered images
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --name <name-regex> | Regular expression to match image name |
| --tags <tag> [<tag> …] | List images with specific tag(s) |
| --username <username> | List images with specific username |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.21. dataprocessing image register Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing image register [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--username <username>
[--description <description>]
<image>
Register an image
| Value | Summary |
|---|---|
| <image> | Name or id of the image to register |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --username <username> | Username of privileged user in the image [REQUIRED] |
| --description <description> | Description of the image. If not provided, description of the image will be reset to empty |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.22. dataprocessing image show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing image show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<image>
Display image details
| Value | Summary |
|---|---|
| <image> | Name or id of the image to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.23. dataprocessing image tags add Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing image tags add [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--tags <tag> [<tag> ...]
<image>
Add image tags
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to add [REQUIRED] |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.24. dataprocessing image tags remove Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing image tags remove [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--tags <tag> [<tag> ...] |
--all]
<image>
Remove image tags
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to remove |
| --all | Remove all tags from image |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.25. dataprocessing image tags set Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing image tags set [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--tags <tag> [<tag> ...]
<image>
Set image tags (Replace current image tags with provided ones)
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to set [REQUIRED] |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.26. dataprocessing image unregister Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing image unregister [-h] <image> [<image> ...]
Unregister image(s)
| Value | Summary |
|---|---|
| <image> | Name(s) or id(s) of the image(s) to unregister |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.27. dataprocessing job binary create Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job binary create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--name <name>]
[--data <file> | --url <url>]
[--description <description>]
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey> | --password-prompt | --secret-key-prompt]
[--s3-endpoint <endpoint>]
[--public] [--protected]
[--json <filename>]
Creates job binary
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the job binary [required if json is not provided] |
| --data <file> | File that will be stored in the internal db [required if JSON and URL are not provided] |
| --url <url> | Url for the job binary [required if json and file are not provided] |
| --description <description> | Description of the job binary |
| --username <username> | Username for accessing the job binary URL |
| --access-key <accesskey> | S3 access key for accessing the job binary URL |
| --password <password> | Password for accessing the job binary URL |
| --secret-key <secretkey> | S3 secret key for accessing the job binary URL |
| --password-prompt | Prompt interactively for password |
| --secret-key-prompt | Prompt interactively for s3 secret key |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the job binary URL (ignored if binary not in S3 |
| --public | Make the job binary public |
| --protected | Make the job binary protected |
| --json <filename> | Json representation of the job binary. other arguments will not be taken into account if this one is provided |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.28. dataprocessing job binary delete Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job binary delete [-h]
<job-binary>
[<job-binary> ...]
Deletes job binary
| Value | Summary |
|---|---|
| <job-binary> | Name(s) or id(s) of the job binary(ies) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.29. dataprocessing job binary download Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job binary download [-h] [--file <file>]
<job-binary>
Downloads job binary
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary to download |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to job binary name) |
This command is provided by the python-saharaclient plugin.
26.30. dataprocessing job binary list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job binary list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--name <name-substring>]
Lists job binaries
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --name <name-substring> | List job binaries with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.31. dataprocessing job binary show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job binary show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<job-binary>
Display job binary details
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.32. dataprocessing job binary update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job binary update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--name <name>]
[--url <url>]
[--description <description>]
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey> | --password-prompt | --secret-key-prompt]
[--s3-endpoint <endpoint>]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
<job-binary>
Updates job binary
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the job binary |
| --url <url> | Url for the job binary [internal db url can not be updated] |
| --description <description> | Description of the job binary |
| --username <username> | Username for accessing the job binary URL |
| --access-key <accesskey> | S3 access key for accessing the job binary URL |
| --password <password> | Password for accessing the job binary URL |
| --secret-key <secretkey> | S3 secret key for accessing the job binary URL |
| --password-prompt | Prompt interactively for password |
| --secret-key-prompt | Prompt interactively for s3 secret key |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the job binary URL (ignored if binary not in S3 |
| --public | Make the job binary public (visible from other projects) |
| --private | Make the job binary private (visible only from this project) |
| --protected | Make the job binary protected |
| --unprotected | Make the job binary unprotected |
| --json <filename> | Json representation of the update object. other arguments will not be taken into account if this one is provided |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.33. dataprocessing job delete Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job delete [-h] [--wait] <job> [<job> ...]
Deletes job
| Value | Summary |
|---|---|
| <job> | Id(s) of the job(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for the job(s) delete to complete |
This command is provided by the python-saharaclient plugin.
26.34. dataprocessing job execute Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job execute [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--job-template <job-template>]
[--cluster <cluster>]
[--input <input>]
[--output <output>]
[--params <name:value> [<name:value> ...]]
[--args <argument> [<argument> ...]]
[--public] [--protected]
[--config-json <filename> | --configs <name:value> [<name:value> ...]]
[--interface <filename>]
[--json <filename>]
Executes job
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --job-template <job-template> | Name or ID of the job template [REQUIRED if JSON is not provided] |
| --cluster <cluster> | Name or id of the cluster [required if json is not provided] |
| --input <input> | Name or id of the input data source |
| --output <output> | Name or id of the output data source |
| --params <name:value> [<name:value> …] | Parameters to add to the job |
| --args <argument> [<argument> …] | Arguments to add to the job |
| --public | Make the job public |
| --protected | Make the job protected |
| --config-json <filename> | JSON representation of the job configs |
| --configs <name:value> [<name:value> …] | Configs to add to the job |
| --interface <filename> | JSON representation of the interface |
| --json <filename> | Json representation of the job. other arguments will not be taken into account if this one is provided |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.35. dataprocessing job list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--status <status>]
Lists jobs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --status <status> | List jobs with specific status |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.36. dataprocessing job show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<job>
Display job details
| Value | Summary |
|---|---|
| <job> | Id of the job to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.37. dataprocessing job template create Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job template create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--type <type>]
[--mains <main> [<main> ...]]
[--libs <lib> [<lib> ...]]
[--description <description>]
[--public] [--protected]
[--interface <filename>]
[--json <filename>]
Creates job template
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the job template [required if json is not provided] |
| --type <type> | Type of the job (hive, java, mapreduce, storm, Storm.Pyleus, Pig, Shell, MapReduce.Streaming, Spark) [REQUIRED if JSON is not provided] |
| --mains <main> [<main> …] | Name(s) or ID(s) for job’s main job binary(s) |
| --libs <lib> [<lib> …] | Name(s) or ID(s) for job’s lib job binary(s) |
| --description <description> | Description of the job template |
| --public | Make the job template public |
| --protected | Make the job template protected |
| --interface <filename> | JSON representation of the interface |
| --json <filename> | Json representation of the job template |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.38. dataprocessing job template delete Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job template delete [-h]
<job-template>
[<job-template> ...]
Deletes job template
| Value | Summary |
|---|---|
| <job-template> | Name(s) or id(s) of the job template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.39. dataprocessing job template list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job template list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--type <type>]
[--name <name-substring>]
Lists job templates
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --type <type> | List job templates of specific type |
| --name <name-substring> | List job templates with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.40. dataprocessing job template show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job template show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
<job-template>
Display job template details
| Value | Summary |
|---|---|
| <job-template> | Name or id of the job template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.41. dataprocessing job template update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job template update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<job-template>
Updates job template
| Value | Summary |
|---|---|
| <job-template> | Name or id of the job template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the job template |
| --description <description> | Description of the job template |
| --public | Make the job template public (visible from other projects) |
| --private | Make the job_template private (visible only from this tenant) |
| --protected | Make the job template protected |
| --unprotected | Make the job template unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.42. dataprocessing job type configs get Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job type configs get [-h] [--file <file>]
<job-type>
Get job type configs
| Value | Summary |
|---|---|
| <job-type> | Type of the job to provide config information about |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to job type) |
This command is provided by the python-saharaclient plugin.
26.43. dataprocessing job type list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job type list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--type <type>]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
Lists job types supported by plugins
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Get information about specific job type |
| --plugin <plugin> | Get only job types supported by this plugin |
| --plugin-version <plugin_version> | Get only job types supported by specific version of the plugin. This parameter will be taken into account only if plugin is provided |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.44. dataprocessing job update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing job update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--public | --private]
[--protected | --unprotected]
<job>
Updates job
| Value | Summary |
|---|---|
| <job> | Id of the job to update |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public | Make the job public (visible from other projects) |
| --private | Make the job private (visible only from this project) |
| --protected | Make the job protected |
| --unprotected | Make the job unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.45. dataprocessing node group template create Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing node group template create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--processes <processes> [<processes> ...]]
[--flavor <flavor>]
[--security-groups <security-groups> [<security-groups> ...]]
[--auto-security-group]
[--availability-zone <availability-zone>]
[--floating-ip-pool <floating-ip-pool>]
[--volumes-per-node <volumes-per-node>]
[--volumes-size <volumes-size>]
[--volumes-type <volumes-type>]
[--volumes-availability-zone <volumes-availability-zone>]
[--volumes-mount-prefix <volumes-mount-prefix>]
[--volumes-locality]
[--description <description>]
[--autoconfig]
[--proxy-gateway]
[--public]
[--protected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
Creates node group template
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the node group template [required if json is not provided] |
| --plugin <plugin> | Name of the plugin [required if json is not provided] |
| --plugin-version <plugin_version> | Version of the plugin [REQUIRED if JSON is not provided] |
| --processes <processes> [<processes> …] | List of the processes that will be launched on each instance [REQUIRED if JSON is not provided] |
| --flavor <flavor> | Name or id of the flavor [required if json is not provided] |
| --security-groups <security-groups> [<security-groups> …] | List of the security groups for the instances in this node group |
| --auto-security-group | Indicates if an additional security group should be created for the node group |
| --availability-zone <availability-zone> | Name of the availability zone where instances will be created |
| --floating-ip-pool <floating-ip-pool> | ID of the floating IP pool |
| --volumes-per-node <volumes-per-node> | Number of volumes attached to every node |
| --volumes-size <volumes-size> | Size of volumes attached to node (GB). This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-type <volumes-type> | Type of the volumes. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-availability-zone <volumes-availability-zone> | Name of the availability zone where volumes will be created. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-mount-prefix <volumes-mount-prefix> | Prefix for mount point directory. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-locality | If enabled, instance and attached volumes will be created on the same physical host. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --description <description> | Description of the node group template |
| --autoconfig | If enabled, instances of the node group will be automatically configured |
| --proxy-gateway | If enabled, instances of the node group will be used to access other instances in the cluster |
| --public | Make the node group template public (visible from other projects) |
| --protected | Make the node group template protected |
| --json <filename> | Json representation of the node group 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 node group template configs |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.46. dataprocessing node group template delete Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing node group template delete [-h]
<node-group-template>
[<node-group-template> ...]
Deletes node group template
| Value | Summary |
|---|---|
| <node-group-template> | Name(s) or id(s) of the node group template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.47. dataprocessing node group template export Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing node group template export [-h]
[--file <filename>]
<node-group-template>
Export node group template to JSON
| Value | Summary |
|---|---|
| <node-group-template> | Name or id of the node group template to export |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Name of the file node group template should be exported to.If not provided, print to stdout |
This command is provided by the python-saharaclient plugin.
26.48. dataprocessing node group template import Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing node group template import [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--security_groups <security_groups>]
[--floating_ip_pool <floating_ip_pool>]
--image_id
<image_id>
--flavor_id
<flavor_id>
<json>
Imports node group template
| Value | Summary |
|---|---|
| <json> | Json containing node group template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the node group template |
| --security_groups <security_groups> | Security groups of the node group template |
| --floating_ip_pool <floating_ip_pool> | Floating IP pool of the node group template |
| --image_id <image_id> | Image ID of the node group template |
| --flavor_id <flavor_id> | Flavor ID of the node group template |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.49. dataprocessing node group template list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing node group template list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--name <name-substring>]
Lists node group templates
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --plugin <plugin> | List node group templates for specific plugin |
| --plugin-version <plugin_version> | List node group templates with specific version of the plugin |
| --name <name-substring> | List node group templates with specific substring in the name |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.50. dataprocessing node group template show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing node group template show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
<node-group-template>
Display node group template details
| Value | Summary |
|---|---|
| <node-group-template> | Name or id of the node group template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.51. dataprocessing node group template update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing node group template update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--processes <processes> [<processes> ...]]
[--security-groups <security-groups> [<security-groups> ...]]
[--auto-security-group-enable | --auto-security-group-disable]
[--availability-zone <availability-zone>]
[--flavor <flavor>]
[--floating-ip-pool <floating-ip-pool>]
[--volumes-per-node <volumes-per-node>]
[--volumes-size <volumes-size>]
[--volumes-type <volumes-type>]
[--volumes-availability-zone <volumes-availability-zone>]
[--volumes-mount-prefix <volumes-mount-prefix>]
[--volumes-locality-enable | --volumes-locality-disable]
[--description <description>]
[--autoconfig-enable | --autoconfig-disable]
[--proxy-gateway-enable | --proxy-gateway-disable]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
<node-group-template>
Updates node group template
| Value | Summary |
|---|---|
| <node-group-template> | Name or ID of the node group template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New name of the node group template |
| --plugin <plugin> | Name of the plugin |
| --plugin-version <plugin_version> | Version of the plugin |
| --processes <processes> [<processes> …] | List of the processes that will be launched on each instance |
| --security-groups <security-groups> [<security-groups> …] | List of the security groups for the instances in this node group |
| --auto-security-group-enable | Additional security group should be created for the node group |
| --auto-security-group-disable | Additional security group should not be created for the node group |
| --availability-zone <availability-zone> | Name of the availability zone where instances will be created |
| --flavor <flavor> | Name or id of the flavor |
| --floating-ip-pool <floating-ip-pool> | ID of the floating IP pool |
| --volumes-per-node <volumes-per-node> | Number of volumes attached to every node |
| --volumes-size <volumes-size> | Size of volumes attached to node (GB). This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-type <volumes-type> | Type of the volumes. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-availability-zone <volumes-availability-zone> | Name of the availability zone where volumes will be created. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-mount-prefix <volumes-mount-prefix> | Prefix for mount point directory. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-locality-enable | Instance and attached volumes will be created on the same physical host. This parameter will be taken into account only if volumes-per-node is set and non-zero |
| --volumes-locality-disable | Instance and attached volumes creation on the same physical host will not be regulated. This parameter will be takeninto account only if volumes-per-node is set and non-zero |
| --description <description> | Description of the node group template |
| --autoconfig-enable | Instances of the node group will be automatically configured |
| --autoconfig-disable | Instances of the node group will not be automatically configured |
| --proxy-gateway-enable | Instances of the node group will be used to access other instances in the cluster |
| --proxy-gateway-disable | Instances of the node group will not be used to access other instances in the cluster |
| --public | Make the node group template public (visible from other projects) |
| --private | Make the node group template private (visible only from this project) |
| --protected | Make the node group template protected |
| --unprotected | Make the node group template unprotected |
| --json <filename> | Json representation of the node group template update fields. 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 node group template configs |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.52. dataprocessing plugin configs get Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing plugin configs get [-h] [--file <file>]
<plugin> <plugin_version>
Get plugin configs
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to provide config information about |
| <plugin_version> | Version of the plugin to provide config information about |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to a combination of plugin name and plugin version) |
This command is provided by the python-saharaclient plugin.
26.53. dataprocessing plugin list Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing plugin list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
Lists plugins
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.54. dataprocessing plugin show Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing plugin show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--plugin-version <plugin_version>]
<plugin>
Display plugin details
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --plugin-version <plugin_version> | Version of the plugin to display |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.55. dataprocessing plugin update Copy linkLink copied to clipboard!
Usage:
openstack dataprocessing plugin update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<plugin> <json>
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to provide config information about |
| <json> | Json representation of the plugin update dictionary |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.