Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rsync to copy files into SUT #41

Open
bastelfreak opened this issue Jul 23, 2024 · 0 comments
Open

Support rsync to copy files into SUT #41

bastelfreak opened this issue Jul 23, 2024 · 0 comments

Comments

@bastelfreak
Copy link
Member

We currently use scp to copy the Hiera data. This can be very slow when there are many many files. We should make the method configureable and also offer rsync. This is supposed to be faster, but requires the rsync binary in the SUT. At the end we're calling https://github.com/voxpupuli/beaker/blob/dbd0f4346a853932985439dbabe0246836f82d54/lib/beaker/dsl/helpers/host_helpers.rb#L161-L171 and we already have a helper for rsync: https://github.com/voxpupuli/beaker/blob/dbd0f4346a853932985439dbabe0246836f82d54/lib/beaker/dsl/helpers/host_helpers.rb#L183-L191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant