Skip to content

Commit

Permalink
[cloud images] add packages for Scylla cloud deployments - remove git…
Browse files Browse the repository at this point in the history
… and ansible

As a follow up to
#522 removing
`git` and `ansible` has they are not needed

Based on the comment from @d-helios
  • Loading branch information
yaronkaikov committed Apr 30, 2024
1 parent a2a1fa9 commit 1d9ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scylla_install_image
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if __name__ == '__main__':
run('apt-get update --allow-insecure-repositories -y', shell=True, check=True)
run('apt-get full-upgrade -y', shell=True, check=True)
run('apt-get purge -y apport python3-apport fuse', shell=True, check=True)
run('apt-get install -y systemd-coredump vim.tiny nload nmap ncat tmux jq ansible git python3-boto', shell=True, check=True)
run('apt-get install -y systemd-coredump vim.tiny nload nmap ncat tmux jq python3-boto', shell=True, check=True)
run(f'apt-get install -y --auto-remove --allow-unauthenticated {args.product}-machine-image {args.product}-server-dbg', shell=True, check=True)

os.remove('/etc/apt/sources.list.d/scylla_install.list')
Expand Down

0 comments on commit 1d9ec76

Please sign in to comment.