File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ cloudstack CHANGELOG
33
44This file is used to list changes made in each version of the co-cloudstack cookbook.
55
6+ 4.1.2
7+ -----
8+ - khos2ow - add default metadata expire to cloudstack repo
9+
6104.1.1
711-----
812- khos2ow - add server-id for mysql
Original file line number Diff line number Diff line change 3535 default [ 'cloudstack' ] [ 'repo_sign' ] = ''
3636 #default['cloudstack']['repo_sign'] = 'http://cloudstack.apt-get.eu/RPM-GPG-KEY'
3737 default [ 'cloudstack' ] [ 'repo_enabled' ] = true
38+ default [ 'cloudstack' ] [ 'repo_metadata_expire' ] = '6h'
3839when 'ubuntu' , 'debian'
3940 default [ 'cloudstack' ] [ 'repo_url' ] = "http://cloudstack.apt-get.eu/ubuntu"
4041 default [ 'cloudstack' ] [ 'repo_sign' ] = 'http://cloudstack.apt-get.eu/release.asc'
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs/Configures cloudstack'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '4.1.1 '
7+ version '4.1.2 '
88
99source_url 'https://github.com/cloudops/cookbook_cloudstack'
1010issues_url 'https://github.com/cloudops/cookbook_cloudstack/issues'
Original file line number Diff line number Diff line change 2323 description 'Apache Cloudstack'
2424 baseurl node [ 'cloudstack' ] [ 'repo_url' ]
2525 enabled node [ 'cloudstack' ] [ 'repo_enabled' ]
26+ metadata_expire node [ 'cloudstack' ] [ 'repo_metadata_expire' ]
2627 gpgkey node [ 'cloudstack' ] [ 'repo_sign' ]
2728 gpgcheck node [ 'cloudstack' ] [ 'repo_sign' ] . empty? ? false : true
2829 action :create
You can’t perform that action at this time.
0 commit comments