Merge "Cluster sanity test using openflow plugin"
[integration/test.git] / test / tools / VM_Tool / scripts / fedora.sh
1 #!/usr/bin/env bash
2
3 # --------------------------------------------
4 # External shell provisioner script for Fedora
5 # --------------------------------------------
6
7 # Add EPEL repo for access to Puppet, git-review, etc.
8 sudo yum install -y epel-release
9
10 # Install other packages (must be done after EPEL repo add)
11 sudo yum install -y \
12   puppet \
13   git