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: I019a1ba2fcae6f0bf562cc44936cfe900f750af3
This commit is contained in:
parent
e6edd08717
commit
a26f81393b
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,3 +1,27 @@
|
||||
##2015-11-25 - 7.0.0
|
||||
###Summary
|
||||
|
||||
This is a backwards-compatible major release for OpenStack Liberty.
|
||||
|
||||
####Features
|
||||
- allow to enable/disable Aodh service
|
||||
- allow to enable/disable Trove service
|
||||
- allow to enable/disable Sahara service
|
||||
- add dashboard parameters
|
||||
- add basic scenarios options
|
||||
- allow to optionally git clone tempest
|
||||
- reflect provider change in puppet-openstacklib
|
||||
|
||||
####Bugfixes
|
||||
- make sure neutron network is created before Tempest_neutron_net_id_setter
|
||||
- glance_id_setter: execute after creating Glance image
|
||||
- fix ocnfiguration for glance/neutron setters
|
||||
|
||||
####Maintenance
|
||||
- initial msync run for all Puppet OpenStack modules
|
||||
- try to use zuul-cloner to prepare fixtures
|
||||
- remove class_parameter_defaults puppet-lint check
|
||||
|
||||
##2015-10-10 - 6.1.0
|
||||
###Summary
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Tempest
|
||||
=======
|
||||
|
||||
6.1.0 - 2015.1 - Kilo
|
||||
7.0.0 - 2015.2 - Liberty
|
||||
|
||||
Module for installing and configuring tempest.
|
||||
|
||||
|
2
Rakefile
2
Rakefile
@ -58,7 +58,7 @@ task :spec_prep do
|
||||
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
|
||||
sh(*zuul_clone_cmd)
|
||||
else
|
||||
sh("git clone https://git.openstack.org/#{repo} #{repo}")
|
||||
sh("git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}")
|
||||
end
|
||||
script = ['env']
|
||||
script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openstack-tempest",
|
||||
"version": "6.1.0",
|
||||
"version": "7.0.0",
|
||||
"author": "OpenStack Contributors",
|
||||
"summary": "Puppet module for OpenStack Tempest",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -38,7 +38,7 @@ RSpec.configure do |c|
|
||||
zuul_clone_cmd += "git://git.openstack.org #{repo}"
|
||||
on host, zuul_clone_cmd
|
||||
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
|
||||
|
||||
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