forked from HariSekhon/DevOps-Python-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeb-packages.txt
More file actions
45 lines (35 loc) · 1.24 KB
/
deb-packages.txt
File metadata and controls
45 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# Author: Hari Sekhon
# Date: 2013-02-03 10:25:36 +0000 (Sun, 03 Feb 2013)
#
# https://github.com/harisekhon/devops-python-tools
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/harisekhon
#
# ============================================================================ #
# Deb Package Requirements
# ============================================================================ #
# needed for tests/test_spark* and ambari_cancel_all_requests.sh
curl
# either of these should do to ensure ping command is present for find_active_server.py's ping mode
iputils-ping
#inetutils-ping
# for htpasswd for docker registry authenticated checks
apache2-utils
# for anonymize_parallel.sh
parallel
# needed for serf test's 'uptime' command
procps
# installs 343MB of dependencies - install by hand if needed
#ffmpeg
# IPython Notebook fails and leave apt broken
# The following packages have unmet dependencies:
# python-zmq : Depends: libzmq1 but it is not going to be installed
# E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
#
#ipython-notebook || :
#which java || $(SUDO) apt-get install -y openjdk-8-jdk || $(SUDO) apt-get install -y openjdk-7-jdk
zip
unzip