Adding Multi-az support following features to sample pcluster config
Bugfix to configure_cluster_for_ood.sh to no longer fail when there are no yaml configurations are found in /etc/ood/config/clusters.d
To use multi-az support for an existing deployment users will need to perform a stack update with the updated CloudFormation template. The update will add a new output for PrivateSubnet2.
Description of changes:
configure_cluster_for_ood.sh
to no longer fail when there are no yaml configurations are found in/etc/ood/config/clusters.d
To use multi-az support for an existing deployment users will need to perform a stack update with the updated CloudFormation template. The update will add a new output for
PrivateSubnet2
.