Skip to content

Tags: lucab85/storage

Tags

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump tox-lsr version to 2.8.3 (linux-system-roles#249)

Signed-off-by: Rich Megginson <[email protected]>

1.6.4

Toggle 1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update tox-lsr version to 2.8.0 (linux-system-roles#240)

New version adds check for proper commenting of the ansible_managed var

Signed-off-by: Sergei Petrosian <[email protected]>

1.6.3

Toggle 1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update tox-lsr version to 2.7.1 (linux-system-roles#236)

update the tox-lsr version used in github actions tox CI
to 2.7.1

The only difference between this an 2.7.0 is that Ansible 2.12
is now GA.

Signed-off-by: Rich Megginson <[email protected]>

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added skip checks feature to speed up the tests (linux-system-roles#218)

* Added skip checks feature to speed up the tests

- added new fact that allows to skip some checks in case the role is run
  multiple times within the same playbook
- this should help speed up the tests

* Added skip checks feature to speed up the tests

- removed "packages_installed", now it is part of "required_packages"
  check
- pylint fixes
- luks tests install extra packages and checks skipping causes race
  condition - checks do not disabled in this case

(commit will be squashed into previous one)

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request linux-system-roles#224 from richm/revert-bz1991062

revert fix for testing bz1991062

1.6.0

Toggle 1.6.0's commit message
Raise supported Ansible version to 2.9

Bug 1989197 - drop support for Ansible 2.8
https://bugzilla.redhat.com/show_bug.cgi?id=1989197

1.5.3

Toggle 1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request linux-system-roles#220 from richm/bz1990793

use volume1_size; check for expected error

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request linux-system-roles#219 from richm/tags-for-nvme-scsi

tag tests that use NVME and SCSI

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request linux-system-roles#217 from richm/bz1985572-1985571

omit unnecessary conditional - deadcode reported by static scanner

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request linux-system-roles#216 from dwlehman/test-verify-s…

…ize-tolerance

Allow a tolerance of up to 1% when verifying volume size in tests.