Skip to content

Commit 13b29ba

Browse files
committed
Merge pull request #875 from pdube/CLOUDSTACK-8898
Fixed box location on vagrant files for devcloud4 (CLOUDSTACK-8898)The centos-6.5 is no longer available * pr/875: Added fix to binary installation vagrant files (CLOUDSTACK-8898) Fixed box location on vagrant files Signed-off-by: Rajani Karuturi <[email protected]>
2 parents 73c7ad9 + 4b37df2 commit 13b29ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/devcloud4/advanced/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8282
end
8383

8484
config.vm.define 'management' do |management|
85-
management.vm.box = 'chef/centos-6.5'
85+
management.vm.box = 'bento/centos-6.7'
8686

8787
# Configure management interface
8888
management.vm.network :private_network, :auto_config => true, :ip => '192.168.22.5'

tools/devcloud4/basic/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
5555
end
5656

5757
config.vm.define 'management' do |management|
58-
management.vm.box = 'chef/centos-6.5'
58+
management.vm.box = 'bento/centos-6.7'
5959

6060
management.vm.network :private_network, :auto_config => true, :ip => '192.168.22.5'
6161

tools/devcloud4/binary-installation-advanced/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8383
end
8484

8585
config.vm.define 'management' do |management|
86-
management.vm.box = 'chef/centos-6.5'
86+
management.vm.box = 'bento/centos-6.7'
8787

8888
management.vm.network :private_network, :auto_config => true, :ip => '192.168.22.5'
8989
management.vm.network :private_network, :auto_config => true, :ip => '192.168.23.5'

tools/devcloud4/binary-installation-basic/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
5656
end
5757

5858
config.vm.define 'management' do |management|
59-
management.vm.box = 'chef/centos-6.5'
59+
management.vm.box = 'bento/centos-6.7'
6060

6161
management.vm.network :private_network, :auto_config => true, :ip => '192.168.22.5'
6262

0 commit comments

Comments
 (0)