Commit Graph

9 Commits (9b4096145b37bbf3806e483cf34bc41455cfff3a)

Author SHA1 Message Date
iberezovskiy 51c2793738 Use oslo module for messaging (rabbit) configuration
Additonal changes:

  * switch messaging related parameters to $::os_service_default
    as they are used in oslo::messaging_rabbit define
  * update unit tests
  * update docs for notify::rabbitmq class
  * drop deprecated rabbit_durable_queues parameter
  * fix notification parameters according to mitaka config file

Change-Id: Ib20c13f136a299c958d9ac064e8ad93ceb0ebd40
2016-04-13 13:29:23 +03:00
Emilien Macchi 6a748cee54 Release 8.0.0
* Update CHANGELOG with release notes URL.
* Update README with new release number & name.
* Update metadata.json with new tag & dependencies.
* Add release note prelude for Mitaka.
* Update Reno release note to drop prelude.
* Improve release note landing page.

Change-Id: Ib548135252c44de054891bf46821007d53d0a64b
2016-03-23 16:07:06 -04:00
Emilien Macchi 0f384787e3 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: I67c7cefb95003539400a8176af21325d71cd4575
2015-11-25 11:51:22 +01:00
Emilien Macchi 604556667f Prepare 6.1.0 release
Co-Authored-By: Jay Clark <jason.t.clark@hp.com>
Change-Id: Idc4315d6ea831b47db7b5a16e4b8925d7df891a9
(cherry picked from commit 48fe29a341)
2015-10-19 14:59:40 -04:00
Andy Botting de99b85614 Require at least 4.2.0 of stdlib
This module passes two arguments to the ensure_packages() function
provided by stdlib. Until 4.2.0 the function only allowed one
argument for the package name(s), so we require at least this version
to work.

Change-Id: Ib5b1d0b3f07c0a964ff25031e349e0c0e1aa8513
2015-09-16 11:35:33 +10:00
Emilien Macchi 8d36b83c50 Prepare 6.0.0 release
Update CHANGELOG, README and metadata.json to bump the module to the
first Kilo release (6.0.0).

Change-Id: I3d9f8e0d6a697378bb8ef928e333c93c8ca0e422
2015-07-08 19:20:32 -04:00
Emilien Macchi 6affc4341b Release 5.1.0 - Juno
Prepare 5.1.0 release.

Change-Id: I96f386d49888aa75ebf61a6d3160413a27e67073
2015-06-17 14:20:16 -04:00
Sebastien Badia 0d83409381 Fix lint issues (doc, metadata, manifests)
Add puppet parameters lint (with puppet-lint-param-docs gem) and fix
missing documentations, this commit also fix metadata.json file (SPDX
license, and open dependencies).

Change-Id: I0d590b930a8d0263c3a74d861b9786770be7d183
2015-02-23 01:29:11 +01:00
Sebastien Badia 7d8e7339e6 Switch to metadata.json for Puppet forge releases
Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file
for module description (Modulefile is now deprecated).

This patch :
 - convert the Modulefile to metadata.json.
 - bump major version to 5 (for juno), and deps.
 - switch to stackforge namespace.
 - relax pe version_requirement to 3.x.

Change-Id: I173b13fe1ab32a3e32cc1581455333bea1eddf6d
2014-10-22 15:53:48 +02:00