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

[cloud images] Add vim-nox and sysstat to images #535

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

yaronkaikov
Copy link
Collaborator

@yaronkaikov yaronkaikov commented Aug 22, 2024

@yaronkaikov yaronkaikov self-assigned this Aug 22, 2024
@@ -79,7 +79,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 python3-boto xfsprogs mdadm initramfs-tools ethtool', shell=True, check=True)
run('apt-get install -y systemd-coredump vim.tiny nload nmap ncat tmux jq python3-boto xfsprogs mdadm initramfs-tools ethtool vim-nox sysstat ', shell=True, check=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nload - seems should be removed as well

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Based on
scylladb/siren-devops#1764 (comment)
we should add those packages and remove `htop` for the cloud usage

Fixes: scylladb/siren-devops#1764
@yaronkaikov yaronkaikov merged commit 2a247fa into scylladb:next Aug 22, 2024
1 check passed
@yaronkaikov yaronkaikov deleted the update-packages-cloud-images branch August 22, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants