release: prepare 7.0.0 (liberty)
This patch prepares this Puppet module to be released in 7.x series (Liberty) with 7.0.0. Change-Id: Ieb4a0d2eb18ab68521d97eb8c6ed4a541306be3b
This commit is contained in:
parent
93b54f518f
commit
29670f4f21
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,3 +1,34 @@
|
|||||||
|
##2015-11-25 - 7.0.0
|
||||||
|
###Summary
|
||||||
|
|
||||||
|
This is a backwards-incompatible major release for OpenStack Liberty.
|
||||||
|
|
||||||
|
####Backwards-incompatible changes
|
||||||
|
|
||||||
|
####Features
|
||||||
|
- allow Orchestration of Image Backend
|
||||||
|
- add new parameters for multidomain support
|
||||||
|
- add api_versions parameter
|
||||||
|
- remove hardcoded 'neutron_options' list
|
||||||
|
- remove hardcoded 'cinder_options' list
|
||||||
|
- remove hardcoded 'hypervisor_options' list
|
||||||
|
- add ssl_no_verify parameter
|
||||||
|
- make redirect type configurable
|
||||||
|
- add CUSTOM_THEME_PATH variable
|
||||||
|
- add tag to package resource
|
||||||
|
- add cache_backend and cache_options params
|
||||||
|
|
||||||
|
####Bugfixes
|
||||||
|
- do not run collectstatic or compress in Debian
|
||||||
|
- remove duplicate key for ':servername'
|
||||||
|
|
||||||
|
####Maintenance
|
||||||
|
- acceptance: enable debug & verbosity for OpenStack logs
|
||||||
|
- initial msync run for all Puppet OpenStack modules
|
||||||
|
- try to use zuul-cloner to prepare fixtures
|
||||||
|
- remove class_parameter_defaults puppet-lint check
|
||||||
|
- fix rspec 3.x syntax
|
||||||
|
|
||||||
##2015-10-15 - 6.1.0
|
##2015-10-15 - 6.1.0
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
horizon
|
horizon
|
||||||
=======
|
=======
|
||||||
|
|
||||||
6.1.0 - 2015.1 - Kilo
|
7.0.0 - 2015.2 - Liberty
|
||||||
|
|
||||||
#### Table of Contents
|
#### Table of Contents
|
||||||
|
|
||||||
|
2
Rakefile
2
Rakefile
@ -58,7 +58,7 @@ task :spec_prep do
|
|||||||
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
|
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
|
||||||
sh(*zuul_clone_cmd)
|
sh(*zuul_clone_cmd)
|
||||||
else
|
else
|
||||||
sh("git clone https://git.openstack.org/#{repo} #{repo}")
|
sh("git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}")
|
||||||
end
|
end
|
||||||
script = ['env']
|
script = ['env']
|
||||||
script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"]
|
script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openstack-horizon",
|
"name": "openstack-horizon",
|
||||||
"version": "6.1.0",
|
"version": "7.0.0",
|
||||||
"author": "Puppet Labs and OpenStack Contributors",
|
"author": "Puppet Labs and OpenStack Contributors",
|
||||||
"summary": "Puppet module for OpenStack Horizon",
|
"summary": "Puppet module for OpenStack Horizon",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -38,7 +38,7 @@ RSpec.configure do |c|
|
|||||||
zuul_clone_cmd += "git://git.openstack.org #{repo}"
|
zuul_clone_cmd += "git://git.openstack.org #{repo}"
|
||||||
on host, zuul_clone_cmd
|
on host, zuul_clone_cmd
|
||||||
else
|
else
|
||||||
on host, "git clone https://git.openstack.org/#{repo} #{repo}"
|
on host, "git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}"
|
||||||
end
|
end
|
||||||
|
|
||||||
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh"
|
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user