]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/log
puppet-modules/puppet-ceilometer.git
7 years agoUpdate .gitreview for stable/queens
OpenStack Release Bot [Tue, 20 Feb 2018 22:10:06 +0000 (22:10 +0000)]
Update .gitreview for stable/queens

Change-Id: Ibf5c17927c8e5294dad24307bab8c58608c13d81

7 years agoPrepare for official Queens release 12.4.0
Mohammed Naser [Mon, 19 Feb 2018 17:37:51 +0000 (12:37 -0500)]
Prepare for official Queens release

Prepare the metadata for the official Queens release.

Change-Id: I44d300c084ee74e84e5c56ed3fa7df6cadf326cc

7 years agoMerge "Add some kombu options"
Zuul [Tue, 13 Feb 2018 19:53:19 +0000 (19:53 +0000)]
Merge "Add some kombu options"

7 years agoMerge "Load puppet-openstack_spec_helper locally during tests"
Zuul [Mon, 12 Feb 2018 17:57:33 +0000 (17:57 +0000)]
Merge "Load puppet-openstack_spec_helper locally during tests"

7 years agoLoad puppet-openstack_spec_helper locally during tests
ZhongShengping [Mon, 12 Feb 2018 02:53:34 +0000 (10:53 +0800)]
Load puppet-openstack_spec_helper locally during tests

Change-Id: I492904268c22353abcbd1f3376e2e1ad28074f24
Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
7 years agoRemove ceilometer api class related parameters in params.pp
ZhongShengping [Sun, 11 Feb 2018 03:23:45 +0000 (11:23 +0800)]
Remove ceilometer api class related parameters in params.pp

The patch[1] has been merged. So we can remove ceilometer api class
related parameters.

[1]https://review.openstack.org/#/c/541562/

Change-Id: I94ef290609b0aa4ef0dfc715dd4b6ca0bab3a154

7 years agoAdd some kombu options
ZhongShengping [Fri, 9 Feb 2018 06:09:58 +0000 (14:09 +0800)]
Add some kombu options

Adds the kombu_failover_strategy option for configuring
oslo.messaging.rabbit. This will determines how the next RabbitMQ node
is chosen in case the one we are currently connected to becomes
unavailable.

Change-Id: Ieb0b4c62e8e7b00b4f73ca793298fbf052b6fdb9
Closes-Bug: #1748353

7 years agoRemove ceilometer api class
ZhongShengping [Wed, 7 Feb 2018 06:25:44 +0000 (14:25 +0800)]
Remove ceilometer api class

The ceilometer api has been retired upstream and the class has been
previously deprecated. Since the package may be going away, we need to
remove the api class.

https://review.openstack.org/#/c/512286/

Change-Id: Idfffa36b17543968c14dfbc60eb1d9ff3286841b
Closes-Bug: #1747841

7 years agoZuul: Remove project name
melissaml [Sun, 28 Jan 2018 18:09:32 +0000 (02:09 +0800)]
Zuul: Remove project name

Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I399b51d9a0b9fcbb8f67c499013f99a3cdedfe9a

7 years agoMerge "Remove url option" 12.3.0
Zuul [Mon, 22 Jan 2018 14:38:30 +0000 (14:38 +0000)]
Merge "Remove url option"

7 years agoMerge "Remove pinned versions from test-requirements.txt"
Zuul [Wed, 17 Jan 2018 13:59:45 +0000 (13:59 +0000)]
Merge "Remove pinned versions from test-requirements.txt"

7 years agoPrepare for Queens Milestone 3
Emilien Macchi [Tue, 16 Jan 2018 23:51:09 +0000 (15:51 -0800)]
Prepare for Queens Milestone 3

Prepare the metadata configuration for the third Queens milestone.

Change-Id: I1cff768770a472ec65ad11cf38c247a96ddd16bd

7 years agoRemove url option
ZhongShengping [Wed, 17 Jan 2018 08:57:22 +0000 (16:57 +0800)]
Remove url option

Change-Id: Ie312a86e5c87c6dc02bf25228d530a25b132555e

7 years agoRemove pinned versions from test-requirements.txt
ZhongShengping [Tue, 16 Jan 2018 02:11:48 +0000 (10:11 +0800)]
Remove pinned versions from test-requirements.txt

As we are using the upper constraints when running the release
notes task using tox, we do not need to set a specific version
and we can rely on whatever is configured in upper constraints.

Change-Id: I17528d35e1defcf4f005db477acbb53fcdbccd77
Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
7 years agoAdd use_journal option for logging configuration
ZhongShengping [Mon, 15 Jan 2018 07:27:54 +0000 (15:27 +0800)]
Add use_journal option for logging configuration

This enables oslo.log to pass logging records to journald.

Change-Id: Ie7d9deff5d6934f60d4c396520089836bd661767

7 years agoAdd group to policy management
Emilien Macchi [Wed, 10 Jan 2018 22:07:50 +0000 (14:07 -0800)]
Add group to policy management

The move of policy.json into code means the file may not exist. We've
added support to ensure that the file exists in the openstacklib but we
need to make sure the permissions are right for each service. This adds
the group information to the policies so it works right.

Depends-On: I26e8b1384f4f69712da9d06a4c565dfd1f17c9ed
Change-Id: I3b4d162e4ba79f1dcc9e98e7a600b3b3203018f3
Co-Authored-By: Alex Schultz <aschultz@redhat.com>
7 years agoRun puppet-openstack-beaker-jobs
Emilien Macchi [Fri, 22 Dec 2017 02:54:56 +0000 (18:54 -0800)]
Run puppet-openstack-beaker-jobs

Depends-On: I8f4b24cfd5fa6d91758f95228f823d82839c3366
Change-Id: I7b662206731d3491f7a6de5a1403d560c33ec8dc

7 years agoRemove client_package_name in params.pp
ZhongShengping [Tue, 12 Dec 2017 00:50:37 +0000 (08:50 +0800)]
Remove client_package_name in params.pp

The ceilometer client has been removed[1].

[1]https://review.openstack.org/#/c/523537/

Change-Id: I60808bc2e8fa652d251b955a6544c2ab9b441cd3

7 years agoMerge "Prepare for Queens Milestone 2" 12.2.0
Zuul [Wed, 29 Nov 2017 02:03:50 +0000 (02:03 +0000)]
Merge "Prepare for Queens Milestone 2"

7 years agoPrepare for Queens Milestone 2
Alex Schultz [Tue, 28 Nov 2017 23:14:20 +0000 (16:14 -0700)]
Prepare for Queens Milestone 2

Prepare the metadata configuration for the second Queens milestone.

Change-Id: Ie5204b44b7f098d66c894bf09065b60aedfe0b9b

7 years agoRemove ceilometer client class
Alex Schultz [Tue, 28 Nov 2017 21:14:06 +0000 (14:14 -0700)]
Remove ceilometer client class

The ceilometer client has been retired upstream and the class has been
previously deprecated. Since the package may be going away, we need to
remove the client class.

https://review.openstack.org/#/c/522183/

Change-Id: I3e10b80d5115b32bb4aa480276303ac6136f175f

7 years agoExpose use_json logging option
Juan Antonio Osorio Robles [Mon, 27 Nov 2017 12:57:17 +0000 (14:57 +0200)]
Expose use_json logging option

It enables JSON-formatted logging from oslo.log.

Change-Id: Ifc742e16748195c3cb699ac1e1dc6a36b3861d02

7 years agoMerge "Switch to Zuul v3 testing"
Zuul [Tue, 14 Nov 2017 18:41:07 +0000 (18:41 +0000)]
Merge "Switch to Zuul v3 testing"

7 years agoBump metadata 12.1.0
Alex Schultz [Mon, 13 Nov 2017 19:02:54 +0000 (12:02 -0700)]
Bump metadata

It was requested to do a different version number for the release.

Change-Id: I9601d1b8e1d2243858c34ef755395c0489f954fc

7 years agoFix metadata for queens-1
Alex Schultz [Mon, 13 Nov 2017 16:49:29 +0000 (09:49 -0700)]
Fix metadata for queens-1

The release jobs failed, so we need to bump the metadata.

Change-Id: Ic04234f7e372041f4880b1061d18be724e03ea82

7 years agoMerge "Remove deprecated collector classes"
Zuul [Mon, 6 Nov 2017 17:41:51 +0000 (17:41 +0000)]
Merge "Remove deprecated collector classes"

7 years agoMerge "Include cpu_l3_cache meter in polling"
Zuul [Mon, 6 Nov 2017 14:31:11 +0000 (14:31 +0000)]
Merge "Include cpu_l3_cache meter in polling"

7 years agoRemove deprecated collector classes
Pradeep Kilambi [Mon, 16 Oct 2017 15:40:35 +0000 (11:40 -0400)]
Remove deprecated collector classes

Collector has been deprecated in the previous release and is
targeted to be remvoed in Queens release. The code for this
is already removed upstream[1]. Let drop this class now.

[1] https://review.openstack.org/#/c/504244/

Change-Id: I626d50677255b9668ddec30131f6214f18d42fd7

7 years agoInclude cpu_l3_cache meter in polling
Pradeep Kilambi [Wed, 25 Oct 2017 12:04:24 +0000 (08:04 -0400)]
Include cpu_l3_cache meter in polling

We will need this for Cache Monitoring technology feature
to work out of the box.

Change-Id: I1463bbb34e62c7f4652e160e8beb7139fc7b595e

7 years agoAdd support to set host param
Pradeep Kilambi [Tue, 3 Oct 2017 13:31:34 +0000 (09:31 -0400)]
Add support to set host param

Lets expose this param so we can override the host param in
ceilometer config. Without this, some metrics from nova wont
make it as in some cases the fqdn might not match hostname.

Partial-bug: #1721054

Change-Id: I421a61dc31bd10fec0a10bf7e867001cf4dd3f02

7 years agoAdd Puppet package to bindep, for module build
Emilien Macchi [Fri, 27 Oct 2017 20:11:02 +0000 (13:11 -0700)]
Add Puppet package to bindep, for module build

We need Puppet package deployed from bindep so we can
run puppet module build with the new zuul v3 job.

Change-Id: I3f612b7bec90c2d021d889e968da929f609af821

7 years agoDrop Ceilometer API & Collector from Beaker
Mohammed Naser [Mon, 30 Oct 2017 16:01:06 +0000 (12:01 -0400)]
Drop Ceilometer API & Collector from Beaker

Both of them have been removed from Ceilometer.

Change-Id: I0c5675e96234671becc09c2c90e62335a1851e9f

7 years agoSwitch to Zuul v3 testing
ZhongShengping [Wed, 25 Oct 2017 09:12:11 +0000 (17:12 +0800)]
Switch to Zuul v3 testing

Change-Id: I2bb9f6ad7cacae87272292001d0f8ee459ff2a0c
Depends-On: I3d21011beb57e66cce8d18efb9f603f218258ee2

7 years agoPrepare for Queens Milestone 1 12.0.0
Alex Schultz [Tue, 17 Oct 2017 20:26:32 +0000 (14:26 -0600)]
Prepare for Queens Milestone 1

Prepare the metadata configuration for the first Queens milestone.

Depends-On: Id68ee1b443a4172d0c1d6d58a04908c52a566623
Change-Id: Ic27a860d75bfb9efc6bee092579d44c390a4eae8

7 years agoMerge "Configure *_domain_name to Default by default"
Jenkins [Sun, 8 Oct 2017 00:15:25 +0000 (00:15 +0000)]
Merge "Configure *_domain_name to Default by default"

7 years agoMerge "Allow setting log files for apache vhost"
Jenkins [Sat, 7 Oct 2017 03:36:22 +0000 (03:36 +0000)]
Merge "Allow setting log files for apache vhost"

7 years agoConfigure *_domain_name to Default by default
Harry Rybacki [Fri, 6 Oct 2017 13:33:21 +0000 (09:33 -0400)]
Configure *_domain_name to Default by default

Keystone v2.0 API was removed so we have no choice but configuring
user_domain_name and project_domain_name otherwise it fallbacks to
Keystone v2.0 and it fails. This patch sets the default value so we make
sure Keystone v3 will be used out of the box for our users.

Change-Id: I6949b5e00ec26ddc66cbe08de7420468d6b34954
Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com>
7 years agoAllow setting log files for apache vhost
Juan Antonio Osorio Robles [Fri, 6 Oct 2017 11:23:31 +0000 (14:23 +0300)]
Allow setting log files for apache vhost

This allows the setting of the error and access file logs, as well as
the access log format. This was done in a similar fashion as one can
configure these ones in the keystone wsgi manifest.

Change-Id: I000ecd05a4ca3b21970b4fa9ca49362c90b072e1

7 years agoAccept empty strings for log_dir
Juan Antonio Osorio Robles [Fri, 6 Oct 2017 10:00:04 +0000 (13:00 +0300)]
Accept empty strings for log_dir

An empty string is an acceptable value of this entry, and it forces
logging to stdout/stderr, which is useful when running on containers.

Change-Id: I392d113c13cb6ba77e1bbcaf1b37c54c8b0eb1a5

7 years agoMerge "add parameter to overwrite/add wsgi process options"
Jenkins [Thu, 21 Sep 2017 21:59:18 +0000 (21:59 +0000)]
Merge "add parameter to overwrite/add wsgi process options"

7 years agoUpdate to the latest address in README
chenghuiyu [Thu, 21 Sep 2017 03:40:40 +0000 (11:40 +0800)]
Update to the latest address in README

Change-Id: I851070a2dfe3fa646cd2aee69f895b7cad789fb8

7 years agoMerge "Update openstackdocstheme to latest version"
Jenkins [Wed, 20 Sep 2017 17:08:02 +0000 (17:08 +0000)]
Merge "Update openstackdocstheme to latest version"

7 years agoUpdate openstackdocstheme to latest version
chenghuiyu [Tue, 19 Sep 2017 13:49:00 +0000 (21:49 +0800)]
Update openstackdocstheme to latest version

Change-Id: I437bd03ed2d92f7e848730a02ac14b77d84fa14d

7 years agoadd parameter to overwrite/add wsgi process options
Benedikt Trefzer [Mon, 18 Sep 2017 08:51:30 +0000 (10:51 +0200)]
add parameter to overwrite/add wsgi process options

Add parameter to apache_wsgi to allow overwrite
and/or add additional wsgi process options.

This possibility was added to openstacklib
with Change-Id: I41914ce3361988d5db1695f09d21209772fdf548

Change-Id: I1a2f1a28200d362b7918a458e8f885873062e98b

7 years agoDeprecate revocation_cache_time option
ZhongShengping [Thu, 14 Sep 2017 03:00:03 +0000 (11:00 +0800)]
Deprecate revocation_cache_time option

The revocation_cache_time is deprecated for removel because of PKI
token format is no longer supported.
Update warning message and add a release note.

Change-Id: I8fea10159dfd4a8c1cee2242a2dbf9abc86b4686
Closes-Bug: #1717144

7 years agoUse Python to compute release notes version
Emilien Macchi [Wed, 30 Aug 2017 20:41:00 +0000 (13:41 -0700)]
Use Python to compute release notes version

Leave the version fields blank, since the release notes document
applies to all versions.
That will avoid manual changes in the future like we did until now.

Change-Id: I426a91b955a01a24806e8c4888e945c2c83072dc

7 years agoMerge "Update versions for Queens cycle"
Jenkins [Fri, 25 Aug 2017 17:44:15 +0000 (17:44 +0000)]
Merge "Update versions for Queens cycle"

7 years agoMerge "Update reno>=2.5.0"
Jenkins [Fri, 25 Aug 2017 17:44:10 +0000 (17:44 +0000)]
Merge "Update reno>=2.5.0"

7 years agoUpdate versions for Queens cycle
Alex Schultz [Thu, 24 Aug 2017 19:06:05 +0000 (13:06 -0600)]
Update versions for Queens cycle

Since we've cut the release for pike, we need to open master up
with Queens version information.

Change-Id: I9b5382f79cf8858b39ad79851ccdfd9c58bbb14c

7 years agoUpdate reno for stable/pike
OpenStack Release Bot [Thu, 24 Aug 2017 14:00:02 +0000 (14:00 +0000)]
Update reno for stable/pike

Change-Id: I3445cfc5f8bccb1c9303bb6bfdb34903e6745de6

7 years agoMerge "Revert "deprecate dispatcher::gnocchi::archive_policy"" 11.3.0
Jenkins [Wed, 23 Aug 2017 19:42:28 +0000 (19:42 +0000)]
Merge "Revert "deprecate dispatcher::gnocchi::archive_policy""

7 years agoRevert "deprecate dispatcher::gnocchi::archive_policy"
Pradeep Kilambi [Wed, 23 Aug 2017 14:51:17 +0000 (14:51 +0000)]
Revert "deprecate dispatcher::gnocchi::archive_policy"

The upstream change has been reverted so lets revert this as well. See I4ee646088f7bc370ed7ffd1eb3b98e66bae6782e

This reverts commit 1a4bdd359d8b52989435440dd4629b598489bf59.

Change-Id: I017e8b4f7a064bc6cd3c283d1c115f3ecf1499fe

7 years agoPrepare for official Pike release
Alex Schultz [Mon, 21 Aug 2017 21:58:44 +0000 (15:58 -0600)]
Prepare for official Pike release

Prepare the metadata and release note configuration for the
official Pike release.

Change-Id: I987318fb5f4245279559807dc00afb85e1a3dc5e

7 years agoUpdate reno>=2.5.0
ZhongShengping [Mon, 21 Aug 2017 03:18:59 +0000 (11:18 +0800)]
Update reno>=2.5.0

Change-Id: I36713c14e4b71cfb1233403f58059231f9873f74

7 years agoFix unit test
ZhongShengping [Mon, 7 Aug 2017 03:57:03 +0000 (11:57 +0800)]
Fix unit test

The rpc_backend option has been removed in puppet-oslo[0], so we should
remove it.

[0]https://review.openstack.org/#/c/489264/

Change-Id: I681b4126d42385f92de55dfe270ff35541fb7626
Closes-Bug: #1708976

7 years agoMerge "Update openstackdocstheme>=1.16.0"
Jenkins [Sat, 5 Aug 2017 04:53:05 +0000 (04:53 +0000)]
Merge "Update openstackdocstheme>=1.16.0"

7 years agoBump modules to next minor with -dev
Alex Schultz [Fri, 4 Aug 2017 19:36:15 +0000 (13:36 -0600)]
Bump modules to next minor with -dev

After releasing Pike M3, we need to bump the metadata version
information for the next release with a -dev.

Change-Id: Ie2b124a4878b626647463f49f76a23dbc35c3818

7 years agoUpdate openstackdocstheme>=1.16.0
ZhongShengping [Mon, 31 Jul 2017 03:00:39 +0000 (11:00 +0800)]
Update openstackdocstheme>=1.16.0

Change-Id: I3f8897322870d20ebe65fc8f0a819b10e8f758af

7 years agoDeprecate oslo.messaging rpc_backend option parameter
Andrew Smith [Thu, 27 Jul 2017 00:50:00 +0000 (20:50 -0400)]
Deprecate oslo.messaging rpc_backend option parameter

Oslo.messaging uses the transport_url to represent the rpc and
notification messaging driver to use and its full configuration. The
rpc_backend configuration option is deprecated for removal and
should not gate oslo.messaging driver configuration options.

This patch:
* deprecate rpc_backend
* remove conditional check
* update spec tests
* add release note

Change-Id: Ib58f85348920459f6ae0445379ddcb50185b8518

7 years agoMerge "Limit out of the box metrics ceilometer polls" 11.2.0
Jenkins [Tue, 25 Jul 2017 17:01:51 +0000 (17:01 +0000)]
Merge "Limit out of the box metrics ceilometer polls"

7 years agoDrop -dev version for Pike M3
Alex Schultz [Tue, 25 Jul 2017 14:12:56 +0000 (08:12 -0600)]
Drop -dev version for Pike M3

Prepare version metadata for Pike M3

Change-Id: Ie6fe9561f23988529538de28c4b19409e94b2047

7 years agoLimit out of the box metrics ceilometer polls
Pradeep Kilambi [Fri, 21 Jul 2017 15:24:11 +0000 (11:24 -0400)]
Limit out of the box metrics ceilometer polls

We changed the default in upstream ceilometer in this patch:
Ifb5aa684e575b7904726276b7205824f2dcaa7ce.

Change-Id: I67d9a8e23aa99277da00e8111e1d784c16c7e42f

7 years agoMerge "Update URLs in documents according to document migration"
Jenkins [Wed, 19 Jul 2017 17:28:19 +0000 (17:28 +0000)]
Merge "Update URLs in documents according to document migration"

7 years agoUpdate URLs in documents according to document migration
ZhongShengping [Fri, 14 Jul 2017 03:45:40 +0000 (11:45 +0800)]
Update URLs in documents according to document migration

Change-Id: I497fe2c9d448ab3b551ccd3f7b4c29000271d50f

7 years agoFix unit tests
Alex Schultz [Thu, 13 Jul 2017 21:25:29 +0000 (15:25 -0600)]
Fix unit tests

The unit tests were broken by a change to openstacklib
Id09c3358c5843510e6a2a8c0e2d4aeb3607e098b which renamed some of the
resources in the openstacklib classes. The problem is that our tests in
this module should not have been testing what occurs within openstacklib
so this fix updates the tests to only check what we are doing within
this module.

Change-Id: I331e99e05357d21f78dd7ee0346598473e5b9791
Depends-On: I9d535ab38afea852559df2b3073bd4b74a2a3947

7 years agoRemove deprecated keystone authtoken signing_dir option
ZhongShengping [Fri, 7 Jul 2017 01:58:16 +0000 (09:58 +0800)]
Remove deprecated keystone authtoken signing_dir option

Change-Id: Ib5569de793dd9922c8f723eaadd96aaec8d34beb

7 years agoMerge "Ensure pipeline yamls are created with correct permissions"
Jenkins [Thu, 6 Jul 2017 18:54:03 +0000 (18:54 +0000)]
Merge "Ensure pipeline yamls are created with correct permissions"

7 years agoMerge "Deprecate store_events config option"
Jenkins [Thu, 6 Jul 2017 15:59:52 +0000 (15:59 +0000)]
Merge "Deprecate store_events config option"

7 years agoDeprecate store_events config option
Jake Yip [Thu, 29 Jun 2017 06:43:32 +0000 (16:43 +1000)]
Deprecate store_events config option

The store_events option has been removed since Newton

Depends-On: I5a906684f6371b0548ac08cacc13aa238f780f78
Change-Id: I0a997d0c7076d2133d20b268b47f0c867a15f106

7 years agoEnsure pipeline yamls are created with correct permissions
Luis Pigueiras [Thu, 29 Jun 2017 09:48:31 +0000 (11:48 +0200)]
Ensure pipeline yamls are created with correct permissions

Right now when you try to manage the `pipeline.yaml` or
`event_pipeline.yaml` via Puppet, notification-agent can't start
because it can't read the file because it has by default root:root
permissions. This enforces to have root:ceilometer and mode rw-r-----
to allow the daemon read the pipeline files

Change-Id: Ia97821135a2d51377514f2bcf389126254209e76

7 years agoFix openstackdocstheme
ZhongShengping [Sun, 2 Jul 2017 05:55:20 +0000 (13:55 +0800)]
Fix openstackdocstheme

See the docs[0] how to use it. Also add the variables for the bug
log feature.

[0]https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I5388fc19a91344077d875251671e9b0094702f52

7 years agoAdd rabbit_qos_prefetch_count to oslo_messaging_rabbit options
Jake Yip [Mon, 22 May 2017 03:19:25 +0000 (13:19 +1000)]
Add rabbit_qos_prefetch_count to oslo_messaging_rabbit options

Depends-On: Ib301df384d271da27094376389e981fe51e39e5f
Change-Id: I7dabc2379cbbdfd1fb2fb5d05a6f1f7c6df400e4

7 years agoSwitch from oslosphinx to openstackdocstheme
ZhongShengping [Mon, 26 Jun 2017 01:21:47 +0000 (09:21 +0800)]
Switch from oslosphinx to openstackdocstheme

As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: Iaf59f0dfd9ed6dd20eaa12388672a1bba67df127

7 years agoMerge "Add ensure value for user and group resources"
Jenkins [Fri, 23 Jun 2017 02:26:30 +0000 (02:26 +0000)]
Merge "Add ensure value for user and group resources"

7 years agoMerge "Optimize the link address and correct author"
Jenkins [Fri, 23 Jun 2017 02:23:55 +0000 (02:23 +0000)]
Merge "Optimize the link address and correct author"

8 years agoAdd ensure value for user and group resources
Jake Yip [Wed, 21 Jun 2017 03:35:05 +0000 (13:35 +1000)]
Add ensure value for user and group resources

'ensure' property for user and group type resource has no default value;
if we are managing ceilometer user and group we should set ensure to
'present' so that the resources get created.

Also make user depend on group resource being created first.

Change-Id: Ie5b2704b3ea9a7727c6ff4f06efcbea201e6314a

8 years agoOptimize the link address and correct author
Van Hung Pham [Wed, 21 Jun 2017 03:03:21 +0000 (10:03 +0700)]
Optimize the link address and correct author

Use https instead of http to ensure the safety.
Change author to OpenStack for the sake of
consistent naming convention as other OpenStack projects.

Change-Id: Id4bdd43710925c27e7db8ab36c958ea82cbf485b

8 years agoFix filename of api_paste.ini
Jake Yip [Tue, 23 May 2017 06:04:07 +0000 (16:04 +1000)]
Fix filename of api_paste.ini

The default filename is api_paste.ini, not api-paste.ini. Since we do
not have an option to set the file name using
[DEFAULT]/api_paste_config, we should fix the default to make sure it
works.

Change-Id: I054af2663a376b5ec2a0606437ff3fb90c00934a

8 years agoAdd environment variable
ZhongShengping [Mon, 12 Jun 2017 07:47:43 +0000 (15:47 +0800)]
Add environment variable

Add environment variable {toxinidir} in tox.ini

Change-Id: I69bb27c96eed775d57881b4d6fe8ffde0511eff0

8 years agoMerge "Bump version for Pike M3 Dev"
Jenkins [Fri, 9 Jun 2017 09:25:46 +0000 (09:25 +0000)]
Merge "Bump version for Pike M3 Dev"

8 years agoBump version for Pike M3 Dev
Alex Schultz [Thu, 8 Jun 2017 21:30:57 +0000 (15:30 -0600)]
Bump version for Pike M3 Dev

Pike M2 has been released. Prepare version numbers for M3.

Change-Id: Ib716e3d0b3762bb0f3b65f82d405d4165d23f1e0

8 years agoUpdate global requirements
ZhongShengping [Thu, 8 Jun 2017 02:48:19 +0000 (10:48 +0800)]
Update global requirements

Pin reno version to reno!=2.0.0,!=2.3.1,>=1.8.0
Pin sphinx version to sphinx!=1.6.1,>=1.5.1
reno=2.3.1 and sphinx=1.6.1 break releasenotes and doc tests.

Change-Id: I994689b44dacf76f41224bc60f8b1ae4e31367e3

8 years agoMerge "Missing some parameters to test in db.pp" 11.1.0
Jenkins [Mon, 5 Jun 2017 11:13:43 +0000 (11:13 +0000)]
Merge "Missing some parameters to test in db.pp"

8 years agoDrop -dev in preparation for Pike M2
Alex Schultz [Thu, 1 Jun 2017 14:53:02 +0000 (08:53 -0600)]
Drop -dev in preparation for Pike M2

We're coming up on the Pike M2 release and we need to prepare the
metadata.json and reno configuration for the release.

Change-Id: I17f520309f49b8b7fd7b22fcea0619f9e5a623cf

8 years agoMissing some parameters to test in db.pp
ZhongShengping [Thu, 1 Jun 2017 02:14:29 +0000 (10:14 +0800)]
Missing some parameters to test in db.pp

Add max_pool_size and max_overflow options to test.

Change-Id: I475de3f60f297cde73c3c0d138f2e9dcf31626df
Closes-Bug: #1694871

8 years agoFix unit test
ZhongShengping [Thu, 25 May 2017 03:05:06 +0000 (11:05 +0800)]
Fix unit test

The db_backend_package name has changed in puppet-oslo[0], so fix it.

[0]: https://review.openstack.org/#/c/467582/

Change-Id: I682ca1d1b5879ab201e591a0a82dcc2a9ecbdabe
Closes-Bug: #1693403

8 years agoMerge "oslo policy: check puppet resource instead of actual config in spec"
Jenkins [Wed, 24 May 2017 03:07:59 +0000 (03:07 +0000)]
Merge "oslo policy: check puppet resource instead of actual config in spec"

8 years agoMerge "Deprecate memcached_servers parameter"
Jenkins [Tue, 23 May 2017 18:32:18 +0000 (18:32 +0000)]
Merge "Deprecate memcached_servers parameter"

8 years agooslo policy: check puppet resource instead of actual config in spec
ZhongShengping [Tue, 23 May 2017 05:51:52 +0000 (13:51 +0800)]
oslo policy: check puppet resource instead of actual config in spec

Change-Id: I94e1232dcc00c76a1fbd23fe8a8b5cdec90dba97

8 years agoMerge "expirer: remove the crontab if enable_cron is False"
Jenkins [Tue, 23 May 2017 03:53:00 +0000 (03:53 +0000)]
Merge "expirer: remove the crontab if enable_cron is False"

8 years agoexpirer: remove the crontab if enable_cron is False
Emilien Macchi [Thu, 18 May 2017 20:16:40 +0000 (16:16 -0400)]
expirer: remove the crontab if enable_cron is False

Allow to let Puppet removing the crontab when
ceilometer::expirer::enable_cron is set to False.
It's useful when you want to upgrade from Ocata to Pike and you want the
crontab to be removed, since ceilometer-expirer is deprecated in Pike.

Change-Id: I1eb243be7bbc38ab5977bcf6a649e98eb6ff77f7

8 years agoAdd deprecate warning to ceilometer::client
Pradeep Kilambi [Mon, 15 May 2017 15:22:51 +0000 (11:22 -0400)]
Add deprecate warning to ceilometer::client

With ceilometer api deprecated, we dont need client anymore.
We should encourage using gnocchi, aodh and panko clients
instead.

Change-Id: I53b8fe3c300d3539da2de4a29e9b2b8e432eadc6

8 years agoDeprecate memcached_servers parameter
ZhongShengping [Tue, 16 May 2017 03:54:52 +0000 (11:54 +0800)]
Deprecate memcached_servers parameter

It is 'memcache_servers' in group [cache], not 'memcached_servers'.
For better understanding, deprecate memcached_servers option and
use memcahce_servers instead.

Change-Id: I57d7b45438904387176200c0062b7f33f4268006
Closes-Bug: #1690981

8 years agoUpdate tox configuration
Alex Schultz [Wed, 17 May 2017 14:21:20 +0000 (08:21 -0600)]
Update tox configuration

Update the tox configuration to pull in the openstack
upper-constraints.txt when running releasenotes. This will
fix the releasenotes job that is currently failing due to
a new version of sphinx. Additionally this change includes
updates from puppet-modulesync-configs.

Change-Id: If1b80bbc6fe5bf1c8f49659891add50a5ebcf997

8 years agoFix dependencies of yaml files
Mehdi Abaakouk [Tue, 9 May 2017 10:57:20 +0000 (12:57 +0200)]
Fix dependencies of yaml files

Not all yaml files are part of the configuration step.

This fixes that.

Change-Id: I5cc0a4eb36d94c63bd58c8d50930dcfa189e3a47

8 years agoAllow to configure the polling interval
Mehdi Abaakouk [Tue, 9 May 2017 10:51:31 +0000 (12:51 +0200)]
Allow to configure the polling interval

This change allows the management of polling.yaml. This allow
to configure the polling interval.

Change-Id: I4e63d48e57700146ccfb6685cc1e3ad1c9e6102f

8 years agoSet debug to true
ZhongShengping [Fri, 5 May 2017 07:02:00 +0000 (15:02 +0800)]
Set debug to true

In order to better view log error messages, set log debug to true.

Change-Id: I8445cd211ded5b52d7dc065dc90c5849e4c46ce5

8 years agoExpose snmpd auth params
Pradeep Kilambi [Wed, 3 May 2017 16:23:15 +0000 (12:23 -0400)]
Expose snmpd auth params

Change-Id: I55ac06e1a561d29d7e1c928a1684989c9654b95d

8 years agoBump modules to next minor with -dev
Alex Schultz [Fri, 21 Apr 2017 23:21:43 +0000 (17:21 -0600)]
Bump modules to next minor with -dev

After releasing Pike M1, we need to bump the metadata version
information for the next release with a -dev.

Change-Id: Id4b9b3cbdff2d2de286ea86523ad1936383092d4

8 years agoAdd support to configure publisher in pipeline.yaml
Pradeep Kilambi [Thu, 16 Mar 2017 19:45:45 +0000 (15:45 -0400)]
Add support to configure publisher in pipeline.yaml

pipeline yaml defaults to gnocchi publisher. This wont work
if collector(which is deprecated) is still being used. This
should be set to notifier:// instead. So lets make this
configurable.

Change-Id: I242642035c3d3d6e814f54bcd2d1e15c3a53120b