Skip to content

Commit

Permalink
Update swift to 68a9e8eecba4a280ea1ec18fba67069a8c7dfce4
Browse files Browse the repository at this point in the history
commit 68a9e8eecba4a280ea1ec18fba67069a8c7dfce4
Author: Colleen Murphy <[email protected]>
Date:   Sat Nov 22 16:01:55 2014 -0800

    Release 5.0.0 - Juno

    Changes in this release:
    * Updated s3token.conf template for Juno
    * Added parameter log_name to swift::proxy and swift::storage::server
    * Bumped stdlib dependency to >=4.0.0

    Change-Id: Ib62984c299b72b6aaeb6bd69e712f3e8cc4df109

commit 54fdb8474245deebc7f4a04cd74caf061a4e90f2
Author: Gael Chamoulaud <[email protected]>
Date:   Mon Nov 17 19:00:33 2014 +0100

    Fix fixtures.yml for puppetlab/concat

    Change-Id: Ieedfc17290aab8444f4e825203d6c983c237c4e5
    Signed-off-by: Gael Chamoulaud <[email protected]>
  • Loading branch information
xbezdick committed Nov 25, 2014
1 parent e7d094e commit 3873be9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git'

mod 'swift',
:commit => '2193831dd787e9b24382c588dfa49917bcf47262',
:commit => '68a9e8eecba4a280ea1ec18fba67069a8c7dfce4',
:git => 'https://github.com/stackforge/puppet-swift.git'

mod 'sysctl',
Expand Down
4 changes: 1 addition & 3 deletions swift/.fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
fixtures:
repositories:
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
"concat":
repo: "git://github.com/puppetlabs/puppetlabs-concat.git"
ref: '1.0.0'
"concat": "git://github.com/puppetlabs/puppetlabs-concat.git"
"inifile": "git://github.com/puppetlabs/puppetlabs-inifile"
"keystone": "git://github.com/stackforge/puppet-keystone.git"
"memcached": "git://github.com/saz/puppet-memcached.git"
Expand Down
20 changes: 19 additions & 1 deletion swift/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swift
=======

4.0.0 - 2013.1.0 - Icehouse (Swift 1.13.1)
5.0.0 - 2014.2.0 - Juno

#### Table of Contents

Expand Down Expand Up @@ -250,6 +250,24 @@ Contributors
Release Notes
-------------

**5.0.0**

* Stable Juno release
* Updated s3token.conf template for Juno
* Added parameter log_name to swift::proxy and swift::storage::server
* Bumped stdlib dependency to >=4.0.0

**4.1.0**

* Added swift-ring-builder multi-region support.
* Added swift::proxy::crossdomain class.
* Added support for RHEL 7.
* Fixed Swift quota filter names.
* Fixed config dependency bugs.
* Fixed resource conflict when ringserver and storage are on same node.
* Fixed selinux bugs.
* Pinned major gems.

**4.0.0**

* Stable Icehouse release.
Expand Down

0 comments on commit 3873be9

Please sign in to comment.