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:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -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
|
##2014-06-19 - Features release 2.0.0
|
||||||
###Summary
|
###Summary
|
||||||
* Icehouse release support
|
* Icehouse release support
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name 'eNovance-cloud'
|
name 'eNovance-cloud'
|
||||||
version '2.0.0'
|
version '2.1.0'
|
||||||
source 'https://github.com/enovance/puppet-openstack-cloud'
|
source 'https://github.com/enovance/puppet-openstack-cloud'
|
||||||
author 'eNovance'
|
author 'eNovance'
|
||||||
license 'Apache License 2.0'
|
license 'Apache License 2.0'
|
||||||
|
|||||||
@@ -27,12 +27,14 @@ The OpenStack Puppet Modules are a flexible Puppet implementation capable of con
|
|||||||
* [Ceilometer](https://github.com/stackforge/puppet-ceilometer) (telemetry)
|
* [Ceilometer](https://github.com/stackforge/puppet-ceilometer) (telemetry)
|
||||||
* [Neutron](https://github.com/stackforge/puppet-neutron) (networking)
|
* [Neutron](https://github.com/stackforge/puppet-neutron) (networking)
|
||||||
* [Swift](https://github.com/stackforge/puppet-swift) (object storage)
|
* [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).
|
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.
|
Only KVM and QEMU are supported as hypervisors, for now.
|
||||||
Neutron use ML2 plugin with GRE and Open-vSwitch drivers.
|
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.
|
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.
|
[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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user