Skip to content

Commit c44df9e

Browse files
authored
Add default SystemVM URL for cloudstack 4.10 (#21)
1 parent e446c4f commit c44df9e

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ cloudstack CHANGELOG
33

44
This file is used to list changes made in each version of the co-cloudstack cookbook.
55

6+
6.0.1
7+
-----
8+
- khos2ow - Add missing SystemVM URLs for CloudStack 4.10
9+
610
6.0.0
711
-----
812
- pdion891 - Fix Chef14 issues on CentOS 7 for cloudstack_setup_database ressource.

attributes/systemvm_template.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
'hyperv' => 'http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.1-hyperv.vhd.zip',
3333
'ovm3' => 'http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.1-ovm.raw.bz2',
3434
}
35+
when '4.10'
36+
default['cloudstack']['systemvm'] = {
37+
'xenserver' => 'http://download.cloudstack.org/systemvm/4.10/systemvm64template-4.10-4.10.0.0-xen.vhd.bz2',
38+
'vmware' => 'http://download.cloudstack.org/systemvm/4.10/systemvm64template-4.10-4.10.0.0-vmware.ova',
39+
'kvm' => 'http://download.cloudstack.org/systemvm/4.10/systemvm64template-4.10-4.10.0.0-kvm.qcow2.bz2',
40+
'lxc' => 'http://download.cloudstack.org/systemvm/4.10/systemvm64template-4.10-4.10.0.0-kvm.qcow2.bz2',
41+
'hyperv' => 'http://download.cloudstack.org/systemvm/4.10/systemvm64template-4.10-4.10.0.0-hyperv.vhd.zip',
42+
'ovm3' => 'http://download.cloudstack.org/systemvm/4.10/systemvm64template-4.10-4.10.0.0-ovm.raw.bz2',
43+
}
3544
when '4.6', '4.7', '4.8', '4.9'
3645
default['cloudstack']['systemvm'] = {
3746
'xenserver' => 'http://cloudstack.apt-get.eu/systemvm/4.6/systemvm64template-4.6.0-xen.vhd.bz2',

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs/Configures cloudstack'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '6.0.0'
7+
version '6.0.1'
88

99
source_url 'https://github.com/cloudops/cookbook_cloudstack'
1010
issues_url 'https://github.com/cloudops/cookbook_cloudstack/issues'

0 commit comments

Comments
 (0)