Prepare I.1.1.0 release

- Update README & Modulefile
- Add new release to Changelog

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2014-07-11 00:37:44 +02:00
parent d77b1e56e1
commit e2f4712d16
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,19 @@
##2014-07-15 - Features release 2.1.0
###Summary
* Advanced logging support with kibana3, elasticsearch and fluentd
* Improve SSL termination support
* File backend support for Glance
* OpenStack Database as a Service support (Trove) as experimental
* Pacemaker support in Red-Hat
* heat-engine is no more managed as a single point of failure
####Bugfixes
* Fix heat-cfn & heat-cloudwatch HAproxy binding
* Fix issues when using SSL termination
####Known Bugs
* No known bugs
##2014-06-19 - Features release 2.0.0
###Summary
* Icehouse release support

View File

@ -1,5 +1,5 @@
name 'eNovance-cloud'
version '2.0.0'
version '2.1.0'
source 'https://github.com/enovance/puppet-openstack-cloud'
author 'eNovance'
license 'Apache License 2.0'

View File

@ -27,12 +27,14 @@ The OpenStack Puppet Modules are a flexible Puppet implementation capable of con
* [Ceilometer](https://github.com/stackforge/puppet-ceilometer) (telemetry)
* [Neutron](https://github.com/stackforge/puppet-neutron) (networking)
* [Swift](https://github.com/stackforge/puppet-swift) (object storage)
* [Trove](https://github.com/stackforge/puppet-trove) (database as a service)
Cinder, Glance and Nova can use Ceph as backend storage, using [puppet-ceph](https://github.com/enovance/puppet-ceph).
Only KVM and QEMU are supported as hypervisors, for now.
Neutron use ML2 plugin with GRE and Open-vSwitch drivers.
Cinder has multi-backend support with Ceph used by default and NetApp as an option.
Trove support is now experimental.
[Puppet Modules](http://docs.puppetlabs.com/learning/modules1.html#modules) are a collection of related contents that can be used to model the configuration of a discrete service.