From d275d8afa0eac2ba81067703c89faf9e3d56396b Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Tue, 16 Feb 2016 22:06:54 -0800 Subject: [PATCH] Increment CentOS release * 7.2 image is available upstream Change-Id: I5266bfd32d90969c640b4af1e5a96dad249480c5 --- environments/allinone-centos7.json | 2 +- vagrant_linux.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/allinone-centos7.json b/environments/allinone-centos7.json index d5bc344..45c515a 100644 --- a/environments/allinone-centos7.json +++ b/environments/allinone-centos7.json @@ -18,7 +18,7 @@ "mq": { "user": "admin" }, - "network":{ + "network": { "conf": { "DEFAULT": { "service_plugins": "router" diff --git a/vagrant_linux.rb b/vagrant_linux.rb index 8f22442..1b45fe3 100644 --- a/vagrant_linux.rb +++ b/vagrant_linux.rb @@ -1,7 +1,7 @@ require 'chef/provisioning/vagrant_driver' -vagrant_box 'centos7.1' do - url 'http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box' +vagrant_box 'centos7.2' do + url 'http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.2_chef-provisionerless.box' end vagrant_box 'ubuntu14' do @@ -9,7 +9,7 @@ vagrant_box 'ubuntu14' do end os = 'ubuntu14' -os = 'centos7.1' if ENV['REPO_OS'].to_s.include?('centos') +os = 'centos7.2' if ENV['REPO_OS'].to_s.include?('centos') with_driver "vagrant:#{File.dirname(__FILE__)}/vms" with_machine_options vagrant_options: {