aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorJohn Mertic <jmertic@linuxfoundation.org>2016-06-06 13:18:10 -0400
committerJohn Mertic <jmertic@linuxfoundation.org>2016-06-06 13:18:10 -0400
commit664d43f1c69eeeb2a70a5be5fc4392ae0af7ec5b (patch)
tree3cc47780dc45e0fcbaad6d710d02cb33b74f6caf /bigtop-deploy
parenta24236206b35744835781d42ff1dededbc685721 (diff)
ODPI-130 - Add "yum -y upgrade" to bring machine to CentOS 6.8
Diffstat (limited to 'bigtop-deploy')
-rwxr-xr-xbigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile b/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile
index 136b8424..3b1c758f 100755
--- a/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile
+++ b/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile
@@ -88,6 +88,8 @@ hadoop_cluster_node::cluster_components: #{components}
bigtop::jdk_package_name: #{jdk}
hadoop::common_hdfs::testonly_hdfs_sshkeys: "yes"
EOF
+# ODPI-130 - Upgrade to latest CentOS 6.x to ensure Java works as expected
+yum -y upgrade
SCRIPT
VAGRANTFILE_API_VERSION = "2"