Closed tarzanek closed 1 year ago
tested with 2023 and old 2022.2
fwiw I tested on Ubuntu 20 and no leftovers of https://github.com/scylladb/scylladb/issues/14965 anywhere with this approach
Looks good. Merging. @ebenzecri can you, please, test this with some latest SW versions that require these keys in a Training.
Please, test with U20 and U22.04.
Criteria for success:
1) Installation works as expected.
2) There is not dirmngr
running after the installation: sudo ps -elf | grep dirm
- should be empty.
Versions that I've set for testing this feature:
scylla-manager-client
and scylla-manager-server
installed on "manager": 3.2.0-0.20230815.9db309c5
scylla-manager-agent
installed on all nodes: 3.2.0-0.20230815.9db309c5
sudo ps -elf | grep dirm
output: Emptyscylla-manager-client
and scylla-manager-server
installed on "manager": 3.2.0-0.20230815.9db309c5
scylla-manager-agent
installed on all nodes: 3.2.0-0.20230815.9db309c5
sudo ps -elf | grep dirm
output: EmptyIt seems it's working as expected. I'll upgrade all 2022.2 clusters to Scylla Manager 3.2 then. Thanks!
fixes #279