~1chb1n/ubuntu-openstack-ci/mptest0

1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e

# Pre-deployment prep for bastion instance

sudo apt-get update -y 
sudo apt-get install make python-flake8 pylint python-distro-info python-jinja2 pastebinit

# Depending on state of upstream jenkins repos, you may have to
# download and place jenkins.deb in a local charm.  Might add that
# here as the standard installation method.