Cluster sanity test using openflow plugin
[integration/test.git] / test / tools / VM_Tool / scripts / centos.sh
1 # External shell script for the vagrant shell provisioner
2 # This applies for the CentOS VM
3
4 # Add EPEL repo for access to Puppet, git-review, etc.
5 sudo yum install -y epel-release
6
7 # Install other packages (must be done after EPEL repo add)
8 sudo yum install -y \
9   puppet \
10   git \
11   git-review \
12   vim \
13   nano