12 Commits

Author SHA1 Message Date
Alex Schultz
1a22c9e3ed Prepare 10.0.0 release
First release of Ocata.

Change-Id: I3e9f810fce65ede07a52d01a7cf4f3f684c064c3
2016-11-14 16:41:13 -07:00
ZhongShengping
de627fd745 Add requirements in metadata.json file
Change-Id: I2e297e7479319052f47a2322e77cbc964f03601f
2016-11-03 10:05:29 +08:00
Alex Schultz
c34d1b6642 Puppet OpenStack Newton RC2
9.4.0 will be our RC2.

Change-Id: I9d422faf4ef68b22e2be1b51ce184c92509c4065
2016-09-26 07:33:20 -06:00
Emilien Macchi
9539153497 Prepare 9.3.0 (newton rc1)
Preparing Newton rc1 release.

Change-Id: Ia234053e1963a1e985c5aebfc425261f019042e4
2016-09-16 11:42:33 -04:00
Emilien Macchi
1b127300d7 Prepare 9.2.0 (newton b3)
Preparing Newton b3 release.

Change-Id: Ia9877b185ef582a3b6f1841589d5f833f46641e6
2016-08-26 09:57:14 -04:00
Emilien Macchi
8ea7a5c931 Prepare 9.1.0 (newton-2)
Prepare the second milestone of Newton cycle.

Change-Id: I7a6fb470fbb21e5f9846bbdc73f093d6610f9da5
2016-07-07 09:10:32 -04:00
Iury Gregory Melo Ferreira
cca253d8ed Add xenial to metadata
Change-Id: I2cd58c47920631836c416835b2bcd0313d0a9b83
2016-06-29 23:13:00 -03:00
Emilien Macchi
79a80f9583 Prepare 9.0.0 release
First release of Newton.

Change-Id: I562f8380a78412848bebbe7be987196933308ccb
2016-06-03 10:08:48 -04:00
Emilien Macchi
b2b1be1de8 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: I55cb70b74940eeed95e911b4df24f8320f57fe6d
2016-03-23 16:08:03 -04:00
Dan Prince
fa9218c4cd Reflect provider change in puppet-openstacklib
With the creation of the new openstack_config provider, some
essing
that was done in zaqar_config has been centralized in
openstack_config.

Impacted methods are :

  * section
  * setting
  * separator

Also, this commit adds the fact that, when passing a specific string
(ensure_absent_val) the provider will behave as if ensure => absent
was
specified. '<SERVICE DEFAULT>' is the default value for
ensure_absent_val.

The use case is the following :

zaqar_config { 'DEFAULT/foo' : value => 'bar' } # will work as
l

zaqar_config { 'DEFAULT/foo' : value => '<SERVICE DEFAULT>' } #
 mean absent

That means that all the current :

if $myvar {
  zaqar_config { 'DEFAULT/foo' : value => $myvar }
} else {
  zaqar_config { 'DEFAULT/foo' : ensure => absent }
}

can be removed in favor of :

zaqar_config { 'DEFAULT/foo' : value => $myvar }

If for any reason '<SERVICE DEFAULT>' turns out to be a valid value
for a specific parameter. One could by pass that doing the following

zaqar_config { 'DEFAULT/foo' : value => '<SERVICE DEFAULT>',
 ensure_absent_val => 'foo' }

Change-Id: Iaaf2e5755080ef32d7d585465aaea6fd408d0ece
2016-02-11 20:10:48 -05:00
Gael Chamoulaud
8132ef1c11 metadata: Switch to OpenStack namespace and bump to Kilo
This patch fixes the puppet forge namespace, and bump min dependency to Kilo
https://wiki.openstack.org/wiki/Puppet/releases.

Change-Id: I2640446d5dfd6bea6e43a52e016a813ef78a105f
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-11-12 14:29:05 +01:00
Richard Raseley
33c0956a92 puppet-zaqar: Initial commit
This is the initial commit for puppet-zaqar.
It has been automatically generated using cookiecutter[1] and msync[2]

[1] https://github.com/openstack/puppet-openstack-cookiecutter
[2] https://github.com/openstack/puppet-modulesync-configs

Change-Id: Iaca8f89dd22320ec0e08bfb8ec9b5912ad68c9fb
Co-Authored-By: yguenane@redhat.com
2015-08-25 09:59:38 -07:00