mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
We need to skip internet access on offline installation. To do this we need following changes: - prevent running yum/apt for each script - set default "NO" for scripts it requires package installation - set default "NO" for scripts it requires internet access, such as NTP See #7153 Closes #7224 * syuu1228-offline_setup: dist/common/scripts: skip internet access on offline installation scylla_ntp_setup: use shutil.witch() to lookup command