Tags: gmarciani/aws-parallelcluster-cookbook
Tags
Share munge key from dir owned by root, under the default user home f… …older Share munge key from dir owned by root from head node, than setup it in compute node This because `munge` user can be different between head and compute node (e.g. during baking at runtime), hence the shared home munge dir can have different permission. Signed-off-by: Luca Carrogu <[email protected]> (cherry picked from commit dd55258) Signed-off-by: Luca Carrogu <[email protected]>
Upgrade EFA installer to version 1.11.1 Changelog ``` - EFA configuration: ``efa-config-1.7`` (from efa-config-1.5) - EFA profile: ``efa-profile-1.3`` (from efa-profile-1.1) - EFA kernel module: ``efa-1.10.2`` (no change) - RDMA core: ``rdma-core-31.2amzn`` (from rdma-core-31.amzn0) - Libfabric: ``libfabric-1.11.1amzn1.0`` (from libfabric-1.11.1amzn1.1) - Open MPI: ``openmpi40-aws-4.1.0`` (from openmpi40-aws-4.0.5) ``` Signed-off-by: Luca Carrogu <[email protected]>
Fix libfabric library name in changelog Source: https://github.com/aws/libfabric/releases Signed-off-by: Enrico Usai <[email protected]>
Bump version to 2.9.1 and update changelog Signed-off-by: Enrico Usai <[email protected]>
Changelog for v2.8.1 Signed-off-by: Tim Lane <[email protected]>
Set custom CLI package URL for Batch kitchen tests Enable a URL of a custom pcluster CLI to be specified via an environment variable when running kitchen tests for the MastserServer using Batch as the scheduler. This is useful for the release process, where unless the version to use is overridden, the awsbatch_config recipe will attempt to install a version of the CLI that has not been released. Signed-off-by: Tim Lane <[email protected]>
Avoid dpkg lock during chef install Instead of retrying the dpkg command for a limited amount of time, wait until dpkg lock is released and temporarily stop the apt-daily services. ``` $apt-config shell StateDir Dir::State/d StateDir='/var/lib/apt/' ``` ``` $echo $(apt-config shell StateDir Dir::State/d | sed -r "s/.*'(.*)'$/\1/")daily_lock /var/lib/apt/daily_lock ``` Signed-off-by: Luca Carrogu <[email protected]>
Add changelog entry for files dropped from CW logs Signed-off-by: Tim Lane <[email protected]>
PreviousNext