Commit Graph

14 Commits

Author SHA1 Message Date
Takashi Kajinami b14a6251fd Retire puppet-monasca - Step 2: Remove Project Content
Depends-on: https://review.opendev.org/805098
Change-Id: I6d9314bef6781599a39038a5a405f84c8db9807a
2021-08-19 16:47:45 +00:00
ZhongShengping b278f17759 Fix Repository
Change-Id: I735f9edb961c500ccb1da8bddd1adcfb3deff41a
2019-04-21 12:59:09 +08:00
ZhongShengping 9fcc7c9639 Replace git.openstack.org with opendev.org/openstack
Change-Id: Ibbc88807f1d2783f6e967db749ed40a4363ef7f6
2019-04-21 11:50:30 +08:00
ZhongShengping 31fe11595c Fix editorial problem
Use git.openstack.org instead of github.com since git.openstack.org is
the reference for OpenStack

Change-Id: Ie77a9a78aecb0dd524f63ef9637ddc1439d36c21
2018-12-24 14:02:29 +08:00
melissaml 6f608c2b1e Add the project source code repository in README
Change-Id: I06b5a28309ec36e75a159592ef631fa8b1ae37de
2018-07-25 11:39:13 +08:00
wangqi dede1aebbc add release note link in readme
Change-Id: Ie4b15556f040425eab5adcf5b1caeaf96838c0cc
2018-06-21 14:40:17 +00:00
Brad Klein 27845d7f19 Add config of metadata for ovs plugin
Change-Id: I206247eccb952f5ae528843d3f50035fc72d6ff0
2016-10-17 14:36:14 -06:00
Iury Gregory Melo Ferreira b4302201c4 Change wiki to docs
Change-Id: I84038c390e03b69b98716a44d197ddb1d3af96ac
2016-06-02 23:13:14 -03:00
Iury Gregory Melo Ferreira 83ec145bb0 Remove verbose
verbose is deprecated, we are removing from README

Change-Id: Ib5f891eb44e8dd453421428dbdf18fc2e5ecf9c3
2016-05-19 10:18:50 -03:00
venkatamahesh f22a8dd9d7 Use uppercase 'S' in word "OpenStack"
Change-Id: I260410423a1fb957dee3b16746c7d2a41b387f60
2016-02-05 12:42:01 +05:30
Yanis Guenane b29b0f1da5 Reflect provider change in puppet-openstacklib
With the creation of the new openstack_config provider, some processing
that was done in monasca_config has been centralized in
openstack_config.

This also applies for agent_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 :

monasca_config { 'DEFAULT/foo' : value => 'bar' } # will work as usual

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

That means that all the current :

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

can be removed in favor of :

monasca_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 :

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

Change-Id: I7b1ced3f5e2d3e9b685a4ae4122f83bea73bc877
Depends-On: I0eeebde3aac2662cc7e69bfad7f8d2481463a218
2015-08-19 12:16:57 +02:00
Gael Chamoulaud e43f8a9485 Puppet-Monasca Project Namespace Change
Update README.md, metadata.json and .fixtures.yml

Change-Id: I6325b9db40d7947f1081cf32cb3900554f2e7bf2
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-07-22 16:40:01 +02:00
Colleen Murphy 7ab57bed4e Remove Release Notes section from README
When this module is released, the release notes will go in a separate
CHANGELOG.md file.

Change-Id: I336bb0338056aa161c03d352b8c73e53cd3febea
2015-06-26 18:07:12 -07:00
bklei a873c00f8d Changes to publish puppet-monasca to stackforge
Change-Id: I6a4c741d63a6bf725e7797ed474e403b2ccd6e34
Issue: CIRRUS-1640
2014-11-14 14:41:49 -07:00