816 Commits

Author SHA1 Message Date
Tobias Urdin
74fe1d927f Convert all class usage to relative names
Change-Id: I9c2d172c157e3874f95fc77f90017ff9cfeae94e
2019-12-08 15:20:50 +01:00
Jake Yip
f289344487 Add executor_thread_pool_size
Change I36324bae39e05dde57b962948f832c22599c13d2 added
executor_thread_pool_size as a new param to oslo::messaging::default,
but that option was not updated in many modules like this one. This
means a user cannot set executor_thread_pool_size, as setting it
anywhere else will throw a duplicate declaration error.

This change update the oslo::messaging::default call accordingly, and
adds an option to set it, similar to Change
Id4a61c39ef6392a3d656952467c756be9e68de91

Change-Id: I446af549752cf4872b98e3320353bd93a8a9ab2f
2019-11-13 17:51:24 +11:00
ZhongShengping
c5807a735e Fix rabbitmq dependency
puppetlabs/rabbitmq [1] is deprecated, and max version is 5.6.0 which can
not be fulfilled by this dependency.

Correct it to puppet-rabbitmq [2] instead which is being actively maintained
and has the right version.

[1]: https://forge.puppet.com/puppetlabs/rabbitmq
[2]: https://forge.puppet.com/puppet/rabbitmq

Change-Id: I5ae8d2df21481b91fa7721d3a899a3f1c3bca1ce
Closes-Bug: #1850236
2019-10-29 09:31:04 +08:00
Tobias Urdin
75f614b123 Change notification ack_on_event_error to service default
The default value of ack_on_event_error is forced to true
which is unneccesary since the default value in ceilometer.conf
is true. Instead we should default to using the service default.

Change-Id: I8c287331d57cdd39eaa4faf83091f7532b6b6293
2019-10-21 17:13:11 +02:00
fecdf5818e Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I80cfb8c4b0bfd9bb8dc448f2758439e37cd82f17
Sem-Ver: feature
2019-10-04 13:22:38 +00:00
Zuul
71698a1ed3 Merge "Update the constraints url" 15.4.0 2019-09-27 02:44:19 +00:00
pengyuesheng
64b5df0feb Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I89e07116c11d6ad9ef2809c51715705ba5fc1a9e
2019-09-26 11:41:45 +08:00
ZhongShengping
edcc50f15c Prepare Train RC1
Update the version metadata for Train milestone RC1

Change-Id: Ie31320a2324cf95fa8f6abf785a752cec6f1b084
2019-09-25 13:45:42 +08:00
ZhongShengping
2b4bf2cd72 Prepare Train M4
Update the version metadata for Train milestone 4

Change-Id: I7f4570915b13ca507e7e3d8e59ec4fe19ca78a50
2019-09-05 09:04:48 +08:00
Zuul
2bc879129a Merge "Introduce the new rabbit_heartbeat_in_pthread option" 15.2.0 2019-08-22 03:15:22 +00:00
ZhongShengping
803e4ac363 Introduce the new rabbit_heartbeat_in_pthread option
oslo.messaging RabbitMQ driver have now a new option that allow user to
run the RabbitMQ heartbeat over a native python thread.

These change allow user to use this new option.

Change-Id: Iceea98e573fc13be81923a6ed1b35a7db01cc48d
Closes-Bug: #1840868
2019-08-21 14:22:50 +08:00
Zuul
cba7e55544 Merge "Remove deprecated params and agents" 2019-08-21 01:28:28 +00:00
Tobias Urdin
ddf478bc55 Remove deprecated params and agents
Removes the parameters and agents that has been
deprecated for atleast one cycle.

Change-Id: I33c45e1ac69348df3d4f0a0df4561295123bdcce
2019-08-20 10:22:48 +02:00
Tobias Urdin
d10a6d9c28 Remove gnocchi dispatcher
The gnocchi dispatcher has been deprecated for multiple cycles
and is no longer the prefered way to send options to gnocchi.

They should be sent as URL parameters when configuring the
gnocchi:// publisher in the pipelines.

Change-Id: Ica6b5248f0ef6b6d5dbdf8021598926899a3127e
2019-08-20 10:14:44 +02:00
ZhongShengping
7949e78c68 Remove deprecated pki related options
The deprecated pki related options check_revocations_for_cached and
hash_algorithms option has been removed.

Change-Id: Ie5780d27367b3d00c1fc32acefcce7ad4b99f1fd
2019-08-15 11:51:37 +08:00
ZhongShengping
a5ca4e110d Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20[1]:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements

[1]https://docs.openstack.org/openstackdocstheme/latest/#using-the-theme

Change-Id: I23ee956b77096787c264a4c5ead93cef09061c79
2019-08-13 11:29:06 +08:00
ZhongShengping
6f69b2b924 Sync Sphinx requirement
Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.

Change-Id: Ia2fdfd2e99f0528c1322c08a745b651fbf5b1f73
2019-08-07 09:10:08 +08:00
ZhongShengping
654c30441b Prepare Train M3
Update the version metadata for Train milestone 3

Change-Id: I5b813012ffa33dc01270f337fc7c5c1ed2a4c71d
2019-07-24 16:19:32 +08:00
ZhongShengping
3518ee9316 Prepare Train M2
Update the version metadata for Train milestone 2

Change-Id: I4a2ad0093486369a98b998f4db7bc4227455e875
15.1.0
2019-06-10 10:01:35 +08:00
ZhongShengping
c7415121fc Deprecate idle_timeout option
The idle_timeout parameter is deprecated, use connection_recycle_time
instead[1].

[1]https://review.opendev.org/#/c/334182/

Change-Id: I739b592c9482a4a1e38457323e5497f27d64e1e2
Depends-On: https://review.opendev.org/656106/
Closes-Bug: #1826692
15.0.0
2019-04-28 16:56:50 +08:00
ZhongShengping
cc4d71253b Move to opendev
Change-Id: I801bceb3e2300032f09d5b72a05606fb322468a5
2019-04-21 14:44:48 +08:00
ZhongShengping
9b19532cf0 Fix Repository
Change-Id: I195487e43d7b28322ab21458cbc68379c030fedf
2019-04-21 12:59:08 +08:00
ZhongShengping
9e2673dfaf Replace git.openstack.org with opendev.org/openstack
Change-Id: Ic9ae3ec194641660dbdb1c4aa408eae08bdd6c54
2019-04-21 11:50:26 +08:00
OpenDev Sysadmins
47bef667f2 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:45:43 +00:00
ZhongShengping
7cc36a2d71 Add Beaker-Rspec to the table of contents
Change-Id: Iad6b2f1993cfa4d65fdd40ce8616f0bd981aec95
2019-04-17 09:42:43 +08:00
Zuul
1f4e7939aa Merge "Bump version for the start of Train" 2019-03-25 14:15:05 +00:00
Zuul
91e1a08651 Merge "Correct cafile directive for service_credentials" 2019-03-25 14:15:05 +00:00
Alex Schultz
55d998f974 Bump version for the start of Train
Update the version metadata for Train M1

Change-Id: I7697f297c29948fab69321c211856bb522ac9c04
2019-03-25 07:25:50 -06:00
Thomas Goirand
9508fe1b5b Correct cafile directive for service_credentials
Running with my own ROOT CA, it appears that the correct directive
is cafile, and not ca_file. Changing for the correct option made
certificate validation work for me, when it didn't previously.

Change-Id: Iff7575c1c0269788a908ff9db258a76d21f2da1b
2019-03-24 00:19:55 +01:00
48d77bb18a Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I6deb2ed0f3fc7d23c6845730eaa2ede979044b2c
Sem-Ver: feature
2019-03-22 16:45:49 +00:00
ZhongShengping
f47e88dcca Prepare Stein RC1
Update the version metadata for Stein milestone RC1

Change-Id: I92925aebfae7de83069008a54bbb1e05d780d61f
14.4.0 stein-em
2019-03-18 10:38:12 +08:00
ZhongShengping
201f379a43 Add log_file parameter
Change-Id: I6a21a7b5cfbdb616085bd6e0c73ba201901bc242
Closes-Bug: #1819417
2019-03-12 10:37:37 +08:00
ZhongShengping
76ad8f6dbc Prepare Stein M3
Update the version metadata for Stein milestone 3

Change-Id: Ib672b2cfefa24948fc58ed3d144e05928d26d893
14.3.0
2019-03-06 14:55:41 +08:00
Zuul
61a46adfd3 Merge "Change keystone v2.0 url to v3" 2019-02-26 01:42:49 +00:00
Zuul
08cf1a14ad Merge "Use validate_legacy" 2019-02-25 22:59:51 +00:00
Zuul
ffb374cbee Merge "Add release note about Ubuntu py3 upgrade" 2019-02-25 17:52:27 +00:00
Tobias Urdin
d1b6cd492b Change keystone v2.0 url to v3
Change-Id: Ia7f38bf45d124c3435f641b5ce4ba29c89b7abf9
2019-02-24 01:49:40 +01:00
Tobias Urdin
5616321fbf Add release note about Ubuntu py3 upgrade
Change-Id: I5d90d45bd4f9555bf13f75ac0ab607b9f5086dca
2019-02-23 23:15:06 +00:00
ZhongShengping
0ad4f6296d Service_token_roles_required missing in the server config file
Service_token_roles_required missing in the server config file which
allows backwards compatibility to ensure that the service tokens are
compared against a list of possible roles for validity.

Change-Id: Ia79d517dd64720ba8ba00c5d572ec2dbf66bf831
Closes-Bug: 1778198
2019-02-15 10:02:59 +08:00
ZhongShengping
8e594d094b Change wiki to docs
Change-Id: I0e58ecc29e80c6b1dce668180f733cad609e4fd0
2019-02-13 10:31:04 +08:00
Zuul
83d1a11683 Merge "Use puppet 4 compatible mysql functions" 2019-02-11 21:19:46 +00:00
Zuul
8cae267951 Merge "Remove Ubuntu Xenial from metadata.json" 2019-02-11 20:27:29 +00:00
Tobias Urdin
28afa466d7 Use validate_legacy
This changes all the puppet 3 validate_* functions
to use the validate_legacy function.

The validate_legacy function has been available since
about three years but require Puppet >= 4.4.0 and since
there is Puppet 4.10.12 as latest we should assume people
are running a fairly new Puppet 4 version.

This is the first step to then remove all validate function
calls and use proper types for parameter as described in spec [1].

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

Change-Id: I640d5ca592774601a252dbafbdc90bc98313055b
2019-02-10 13:47:02 +01:00
Tobias Urdin
2727fa248d Use puppet 4 compatible mysql functions
These was introduced in 6.0.0 and is required to
support later version of puppetlabs-mysql.

Change-Id: Ibec58311585315e8ec4f748ec26b5fc2dba78a67
2019-02-08 11:56:47 +01:00
Tobias Urdin
766a7faae7 Remove Ubuntu Xenial from metadata.json
This is not supported anymore since packaging
for Stein will not only be for Bionic.

Change-Id: Ia6ee6f40edfe83a791109823cf32c9003d2488ca
2019-02-08 11:23:31 +01:00
ZhongShengping
be78b483ae Fix lint issue
Change-Id: Iaff996f5a2c7394122bd20bd6ad52196aa8e0dd4
2019-01-25 12:23:42 +08:00
Zuul
714ccfec35 Merge "Update Prefixes." 2019-01-18 17:30:23 +00:00
Tobias Urdin
a28cb64fb0 Remove redundantly tested code
Remove code that is redundantly tested.

This should not be tested here but in puppet-oslo
where this logic resides.

If we keep this and we do changes in puppet-oslo we
will break these unit tests, this is something we need
to sort out for all modules.

Change-Id: I55684e165af02b7c4285075b8843eba1ef94824d
2019-01-17 22:16:08 +01:00
Nagasai Vinaykumar Kapalavai
8cc46892b5 Update Prefixes.
Update the Prefixes of Ceilometer generated
RPC and Notification addresses to override
the default prefixes generated by oslo messaging.

Change-Id: Ifd5c4bca8d1fc7bbfa9f03fc09250cce9dabd954
2019-01-15 16:52:13 +00:00
ZhongShengping
ca0e3a01ed Modify puppet version 4 to 5
The puppet version has been upgraded from 4 to 5 in the main branch.

Change-Id: I33a7a40ac0d30ee23cee016f2c87221fe5ef7716
2019-01-15 10:11:18 +08:00