pcluster3-config-converter
Reads a AWS ParallelCluster version 2 configuration file and writes a AWS ParallelCluster version 3 configuration file.
pcluster3-config-converter [-h] [-t CLUSTER_TEMPLATE] [-c CONFIG_FILE] [--force-convert] [-o OUTPUT_FILE]
Named arguments
-h, --help
-
Shows the help text for
pcluster3-config-converter
. -t
CLUSTER_TEMPLATE
, --cluster-templateCLUSTER_TEMPLATE
-
Specifies the
[cluster]
section of the configuration file to convert. If not specified the script will look for the cluster-template parameter in the[global]
section or will search for[cluster default]
. -c
CONFIG_FILE
, --config-fileCONFIG_FILE
-
Specifies the AWS ParallelCluster version 2 configuration file to be read.
--force-convert
-
Enables a conversion even if one or more settings is not supported and not recommended.
-o
OUTPUT_FILE
, --output-fileOUTPUT_FILE
-
Specifies the AWS ParallelCluster version 3 configuration file to be written. If this parameter is not specified, the configuration is written to stdout.
Note
The pcluster3-config-converter
command was added in AWS ParallelCluster version 3.0.1.