Releases: mila-iqia/ansible-role-infiniband
Releases · mila-iqia/ansible-role-infiniband
v0.4.1
What's Changed
- fix: Install MLNX_OFED flavors in separate tasks by @btravouillon in #25
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: Allow to upgrade packages to latest version by @btravouillon in #23
- feat: Install mlnx-ofed-basic by default by @btravouillon in #24
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- feat: Install perftest on nodes by @btravouillon in #17
- fix: Do not force reboot to load new HCA configs by @btravouillon in #21
- fix: Use filters from ansible.utils collection by @btravouillon in #19
- fix: Use Debian cli_parse template for Ubuntu by @btravouillon in #20
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- fix: Install ib_ipoib_enhanced.conf with copy by @btravouillon in #16
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- fix: Apply correct filters to booleans by @btravouillon in #15
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix: Create file ib_ipoib_enhanced.conf if absent by @btravouillon in #14
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix: URL path to the package repositories by @btravouillon in #12
- doc: typo in the README by @achillemyette1 in #10
- feat: Add new parameter infiniband_ipoib_enhanced by @btravouillon in #13
Breaking Change
The new parameter infiniband_ipoib_enhanced
defaults to True
, which will disable the Connected mode for RHEL-like operating systems. In previous versions of this role, Connected mode was enabled by default. To keep Connected mode enabled, add infiniband_ipoib_enhanced: False
to the inventory.
New Contributors
- @achillemyette1 made their first contribution in #10
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
Merge pull request #8 from mila-iqia/fix/check_var_is_defined fix: Make sure infiniband_hca_devices is defined
v0.2.0
Merge pull request #7 from mila-iqia/feat/pin_apt feat: add ability to pin repo priority for APT