7ea42404503119226c7c8398d2dc03bd36d05cfe
[barometer.git] / systems / ubuntu / 16.04 / build_base_machine.sh
1 #!/bin/bash
2 # Copyright 2016-2017 OPNFV
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 set -eux
16 apt-get -y install build-essential dh-autoreconf fakeroot  devscripts dpkg-dev git wget
17
18 apt-get -y install \
19     debhelper dpkg-dev po-debconf dh-systemd dh-strip-nondeterminism \
20     bison flex autotools-dev libltdl-dev pkg-config \
21     iptables-dev \
22     javahelper \
23     libatasmart-dev \
24     libcap-dev \
25     libcurl4-gnutls-dev \
26     libdbi0-dev \
27     libesmtp-dev \
28     libganglia1-dev \
29     libgcrypt11-dev \
30     libglib2.0-dev \
31     libgps-dev \
32     libhiredis-dev \
33     libi2c-dev \
34     libldap2-dev \
35     liblua5.3-dev \
36     liblvm2-dev \
37     libmemcached-dev \
38     libmodbus-dev \
39     libmnl-dev \
40     libmosquitto-dev \
41     libmysqlclient-dev \
42     libnotify-dev \
43     libopenipmi-dev \
44     liboping-dev \
45     libow-dev \
46     libpcap0.8-dev \
47     libpcap-dev\
48     libperl-dev \
49     libpq-dev \
50     libprotobuf-c-dev \
51     libriemann-client-dev \
52     librdkafka-dev \
53     librabbitmq-dev \
54     librrd-dev \
55     libsensors4-dev \
56     libsigrok-dev \
57     libsnmp-dev \
58     libsnmp9-dev \
59     snmp \
60     snmp-mibs-downloader \
61     snmpd \
62     perl \
63     libtokyocabinet-dev \
64     libtokyotyrant-dev \
65     libudev-dev \
66     libupsclient-dev \
67     libvarnishapi-dev \
68     libvirt-dev \
69     libvirt-daemon \
70     libxen-dev \
71     libxml2-dev \
72     libyajl-dev \
73     linux-libc-dev \
74     default-jdk \
75     protobuf-c-compiler \
76     python-dev \
77     openvswitch-switch \
78     mcelog
79