fuel-ccp-installer/utils/packer/ubuntu16.04/scripts/packages.sh

29 lines
403 B
Bash

#!/bin/bash -eux
apt-get -y update
apt-get -y dist-upgrade
PACKAGES="
curl
ethtool
htop
isc-dhcp-client
nfs-common
vim
python-pip
git-review
python-tox
screen
tmux
python-dev
gcc
libssl-dev
libffi-dev
software-properties-common
ansible
"
#PACKAGES="${PACKAGES} docker-engine"
apt-get -y install $PACKAGES
#Installer/CCP tools
pip install git+https://git.openstack.org/openstack/fuel-ccp.git --upgrade