meta_version_to_write=1 should be used until swift is upgraded from
2.20.0(Stein), but that version is quite old and we don't expect
current puppet-swift is used with such old version.
Also, meta_version_to_write=2 should be used until swift is upgrade
from 2.25.0(Ussuri) but again this version is too old and out of our
current support scope.
This change removes the hard-coded default(1) so that the latest value
(3) is used instead.
Change-Id: I87fe552e9a8d7f7214985c1ecb7abfff1f1abb18
This parameter is useful to handle upgrades from prior versions of
swift when crypto is enabled. See this patch commit header for more info:
https://review.opendev.org/#/c/742033/
Change-Id: Icd321e03e5055044b2dba9c9fee191cb9546dd60
Moves all spec tests over to using rspec-puppet-facts
and runs the tests for all our supported operating systems.
Change-Id: Ie2d60acac835affaf46a5276c9755640a723bca4
Adding barbican configuration to Swift will
allow enabling data-at-rest encryption in Swift.
Change-Id: I78c6003f5f599a422193dc47422ee607ce05c715
Signed-off-by: Thiago da Silva <thiago@redhat.com>