aws-samples / aws-parallelcluster-monitoring

Monitoring Dashboard for AWS ParallelCluster
MIT No Attribution
34 stars 24 forks source link

post-install.sh is incompatible with pcluster 2.11.4 #19

Closed alfred-stokespace closed 2 years ago

alfred-stokespace commented 2 years ago

While diagnosing a pcluster creation error I noticed that cat /etc/parallelcluster/cfnconfig has

cfn_node_type=MasterServer

which breaks the scripts assumption of

case ${cfn_node_type} in
    HeadNode)
        wget ${monitoring_url} -O ${monitoring_tarball}

and results in a exit code which chains back up to chef-client.

sean-smith commented 2 years ago

Fixed and merged!