src: add virt plugin configuration
[barometer.git] / systems / ubuntu / 14.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 update
17 apt-get -y install build-essential dh-autoreconf fakeroot  devscripts dpkg-dev git wget
18
19 apt-get -y install \
20     debhelper dpkg-dev po-debconf dh-systemd \
21     bison flex autotools-dev libltdl-dev pkg-config \
22     iptables-dev \
23     javahelper \
24     libatasmart-dev \
25     libcap-dev \
26     libcurl4-gnutls-dev \
27     libdbi-dev \
28     libesmtp-dev \
29     libganglia1-dev \
30     libgcrypt11-dev \
31     libglib2.0-dev \
32     libgps-dev \
33     libhiredis-dev \
34     libi2c-dev \
35     libldap2-dev \
36     liblua5.2-dev \
37     liblvm2-dev \
38     libmemcached-dev \
39     libmodbus-dev \
40     libmnl-dev \
41     libmosquitto0-dev \
42     libmysqlclient-dev \
43     libnotify-dev \
44     libopenipmi-dev \
45     liboping-dev \
46     libow-dev \
47     libpcap0.8-dev \
48     libpcap-dev\
49     libperl-dev \
50     libpq-dev \
51     libprotobuf-c0-dev \
52     libriemann-client-dev \
53     librdkafka-dev \
54     librabbitmq-dev \
55     librrd-dev \
56     libsensors4-dev \
57     libsigrok-dev \
58     libsnmp-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     libc6-dev \
80     g++-multilib
81