Skip to content

Tags: gmarciani/aws-parallelcluster-cookbook

Tags

v2.10.3

Toggle v2.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v2.10.2

Toggle v2.10.2's commit message
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]>

v2.10.1

Toggle v2.10.1's commit message
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]>

v2.10.0

Toggle v2.10.0's commit message
Fix libfabric library name in changelog

Source: https://github.com/aws/libfabric/releases

Signed-off-by: Enrico Usai <[email protected]>

v2.9.1

Toggle v2.9.1's commit message
Bump version to 2.9.1 and update changelog

Signed-off-by: Enrico Usai <[email protected]>

v2.9.0

Toggle v2.9.0's commit message
Upgrade EFA to v1.9.5

Signed-off-by: Rex <[email protected]>

v2.8.1

Toggle v2.8.1's commit message
Changelog for v2.8.1

Signed-off-by: Tim Lane <[email protected]>

v2.8.0

Toggle v2.8.0's commit message
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]>

v2.7.0

Toggle v2.7.0's commit message
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]>

v2.6.1

Toggle v2.6.1's commit message
Add changelog entry for files dropped from CW logs

Signed-off-by: Tim Lane <[email protected]>