Commit Graph

52 Commits

Author SHA1 Message Date
gugug 110346a30f Retire the puppet-congress project - Step 2 Remove Project Content
Unfortunately Congress project has been retired already[1], so it is
useless to maintain puppet modules for it.

The annoucement can be found in the following link.
 http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015555.html

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

Depends-On: https://review.opendev.org/#/c/737133/
Change-Id: I348780c0f6900f06e378ee9117d6ac51749b82e9
2020-06-21 01:42:41 +09:00
Andreas Jaeger b274cdf2fa Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I459ef9eade47b3205ec701aed9fa59f8582d843c
2020-06-02 14:35:36 +02:00
Takashi Kajinami 11875c34a9 Replace deprecated drivers parameter by disabled_drivers
The [DEFAULT]drivers parameter was already deprecated in favor of the
new parameter, [DEFAULT]disabled_drivers [1].
This patch replaces the parameter in puppet-congress accordingly.

[1] 82a708abcf72892c0864c9beef1c412cf3b23194

Change-Id: I77bb6e64b6bae7811be73d4a1615764095dcf0cd
2020-05-04 20:39:45 +09:00
OpenStack Release Bot 007be186e5 Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.

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

Change-Id: I7fa7835b23515337484675b3f4e09a23139cacb5
Sem-Ver: feature
2020-04-28 14:50:27 +00:00
ZhongShengping bbe1b14801 Deprecate min_pool_size option
min_pool_size option is not used,see:

https://review.opendev.org/#/c/565090/

Change-Id: Id297ac8406620d6c53216e7c2fd28eaefe685783
Closes-Bug: #1868511
2020-03-25 14:53:40 +08:00
ZhongShengping af0b924955 Remove idle_timeout option
The idle_timeout parameter has been deprecated for two releases.
We can remove it.

Change-Id: I387bee44e53fb7bcfe2d42c2c48c4e319ac51ad3
2020-03-23 14:45:48 +08:00
OpenStack Release Bot e2703c9d77 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: I792eee6734220d3781d8f77fb20e297ddf7f1a08
Sem-Ver: feature
2019-10-04 13:23:47 +00:00
ZhongShengping a4b4637fc3 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: Ie38832955897dee71ec60276fe30474ce9f4b2bf
Closes-Bug: #1840868
2019-08-21 14:23:19 +08:00
ZhongShengping 483fe8929f Remove deprecated pki related options
The deprecated pki related options check_revocations_for_cached and
hash_algorithms option has been removed.

Change-Id: I4bbfc3149370470ca0133bba2e55fa71dc7d310a
2019-08-15 11:51:37 +08:00
ZhongShengping bd751a0322 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: I4b2186df6eadd1b66eb90ebc187d7265af9d3dc0
2019-08-13 11:29:06 +08:00
ZhongShengping 49d89d34cd Add openstackclient installation to the client class
The repo is inside the openstackclient plugin commands[1].

[1]https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands.html

Change-Id: Ifa350a8056df0b5ff75d7755df4f05ed2a187272
2019-05-17 16:31:15 +08:00
ZhongShengping 1f2c317559 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: I84c45109e8b8b6767c9ede3f5a854e99eba83b30
Depends-On: https://review.opendev.org/656106/
Closes-Bug: #1826692
2019-04-28 15:00:07 +08:00
OpenStack Release Bot e9c90e0d7f 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: I117b9bd7d2478e7262b7de51557a6557a34cc4e5
Sem-Ver: feature
2019-03-22 16:46:37 +00:00
Zuul c195a8d496 Merge "Add release note about Ubuntu py3 upgrade" 2019-02-25 17:24:54 +00:00
Tobias Urdin c3e1b86814 Add release note about Ubuntu py3 upgrade
Change-Id: Ie131cf519f3377defdc00e27ec81399b869e187f
2019-02-23 23:15:54 +00:00
ZhongShengping c1e3f13bd7 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: I95abaa0720ad38378dadf6d97114ee4f255d9713
Closes-Bug: 1778198
2019-02-15 10:03:01 +08:00
Tobias Urdin 6e24aa7349 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: I3942f839d89cc02e695163e68f97cba48b416791
2019-02-08 12:00:49 +01:00
Zuul 7e7cb02fa5 Merge "Dont include logging in init by default" 2018-12-12 01:20:17 +00:00
Tobias Urdin c7ea1a1d5f Dont include logging in init by default
Change-Id: Ibbfe066da8ecdcfb281285483a9622f4695001c1
2018-11-29 10:06:27 +01:00
Tobias Urdin 160e5b2ac3 Remove auth_uri
Change-Id: Ia0d58ab12b64e2079c66417f637d4cef4484d712
2018-11-28 23:54:37 +01:00
ZhongShengping 7936f5f50e Deprecate pki related options
check_revocations_for_cached and hash_algorithms are deprecated for
removel because of PKI token format is no longer supported.
Update warning message and add a release note.

Change-Id: I7a5f8e21629ef8db6fec5c8050deb632a09f87c6
Closes-Bug: #1804562
Closes-Bug: #1804720
2018-11-23 10:21:33 +08:00
OpenStack Release Bot 2d62297ce4 Update reno for stable/rocky
Change-Id: I828682ca4ed3c997027908be375a5dd4bd16572d
2018-08-20 18:33:48 +00:00
Tobias Urdin aef7941268 Remove deprecated parameters
Removes deprecated parameters that has been
deprecated for one cycle or more.

Change-Id: Ic8a697525dd659dff13e91a00b573890e61a30ff
2018-05-21 23:04:13 +02:00
ZhongShengping fc67380b90 Deprecate auth_uri option
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

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

Change-Id: I4c80914e75e341c939bd765d94eb233441cf0d61
Depends-On: I4c82a63baabd6b9304b302c97cd751a0103d8316
Closes-Bug: #1759098
2018-04-03 16:54:59 +08:00
ZhongShengping 8174fd96e3 Remove deprecated keystone authtoken revocation_cache_time option
Change-Id: I5c09aaa8e0d8caf0fd646fbf37420f49ccbd98c0
2018-03-27 10:33:20 +08:00
ZhongShengping 7f6e61f534 Add pool_timeout option
Add pool_timeout option to configure this value for pool_timeout with
SQLAlchemy.

Change-Id: I3c068e51ebc4a6dd71a53adef63f52676a0cc5ee
Closes-Bug: #1757581
2018-03-22 11:09:50 +08:00
ZhongShengping be770957ad Add 'openstack-db' tag to db-sync Exec resource
In order to make easy orchestration on all OpenStack db-sync, add this
tag so people can use this tag in composition layer.
A use case it to set some orchestration to make sure MySQL Galera is
ready before running any Exec with this tag.

Change-Id: I901de48e1a8644499a7ab60c7d632cf17eee7e20
Closes-Bug: #1755102
2018-03-12 16:33:06 +08:00
OpenStack Release Bot 575315d129 Update reno for stable/queens
Change-Id: I6d206bf4a27cb67d61aae4b244f0f24320c6ceb6
2018-02-20 22:11:11 +00:00
ZhongShengping 12815da5bd 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: I6362858759b3af0e350ac52ffe4f89bba59526fb
Closes-Bug: #1748353
2018-02-09 14:17:17 +08:00
ZhongShengping 2d54e73e66 Add use_journal option for logging configuration
This enables oslo.log to pass logging records to journald.

Change-Id: Ib746f31438dc80f0ae519ee738d54b09d0153e6d
2018-01-15 15:37:11 +08:00
ZhongShengping 460dadee73 Expose use_json logging option
It enables JSON-formatted logging from oslo.log.

Change-Id: Idb8b76b343c604502fd5b151d92e502bbfad108b
2017-12-01 21:54:10 +00:00
Alex Schultz 9a1b00ce0b Remove ceilometer_driver datasource
It was removed upstream and causes service start failures if included.

Change-Id: Iec384137bc05669938041f3aed26fdf3ef02f5f7
Related-Bug: #1729761
2017-12-01 14:52:56 -07:00
ZhongShengping e5499039ce 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: Id9af211a39a59ee1dab34a800c5be2a7f50d7649
2017-10-13 14:28:52 +08:00
ZhongShengping 4dbb68ee00 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: Ic08c00b15b1fd3d50f88711a7d4057dd13d1d850
Closes-Bug: #1717144
2017-09-14 11:08:17 +08:00
Emilien Macchi 6971b8d3da 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: If87caa1c2a7dc9f6d6c9da0188ed31f11f6593c8
2017-08-30 13:42:00 -07:00
Jenkins 6b30a37683 Merge "Update versions for Queens cycle" 2017-08-25 17:45:04 +00:00
Alex Schultz efa5b5e884 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: I1141e07de225ccb64d3a0aac9f0fe017984eaaf5
2017-08-24 13:06:40 -06:00
OpenStack Release Bot 1099a01ee7 Update reno for stable/pike
Change-Id: I14894400c9dcc4977ef4c31636de8228f66ecc5d
2017-08-24 14:00:11 +00:00
Alex Schultz fb953cdf0d Prepare for official Pike release
Prepare the metadata and release note configuration for the
official Pike release.

Change-Id: I639ac809c59ae43f2fc38f5049c9ca7bfb9fa118
2017-08-21 15:59:18 -06:00
ZhongShengping 714978792e 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: I0ba609ca5c311b52635efd3c3364a258fd197d5f
Closes-Bug: #1708976
2017-08-07 13:49:33 +08:00
Alex Schultz 4c67db67d4 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: Id98afc3486b40108a6bfec941c9b2e3df3341bc8
2017-08-04 13:37:18 -06:00
Alex Schultz c165c35de1 Drop -dev version for Pike M3
Prepare version metadata for Pike M3

Change-Id: I3bf81ba6e1b106712c614cc298b0dcf7b6db7147
2017-07-25 08:13:42 -06:00
ZhongShengping 91fcf56f25 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: I920c419c0cc56804b4f0e1209fcc805d1ec0a8c4
2017-07-02 14:16:44 +08:00
ZhongShengping 70b8d241a2 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: Id045315de10ca4fba0a6f9a4546c4bbb27e5e649
2017-06-26 09:57:31 +08:00
Alex Schultz f889b2a275 Bump version for Pike M3 Dev
Pike M2 has been released. Prepare version numbers for M3.

Change-Id: Idab619ce8de8c99acf258de78081878f9d41edde
2017-06-08 15:32:28 -06:00
Alex Schultz 0035a37cc6 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: I5f560b6c60ee8ad1e850f18773d999ef75f94505
2017-06-01 08:53:39 -06:00
Alex Schultz 2b4ecac8d2 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: I8a2cf94d1cf05e6331859979039ab4995538c3f3
2017-04-21 17:22:26 -06:00
Alex Schultz 0ad0eb000a Prepare Pike metadata
Bump metadata.json and reno configs for Pike

Change-Id: I6aa777fb16f6e66ff54ec05bf1a61bc4a871a2c9
2017-04-10 11:12:21 -06:00
ZhongShengping 70101e913f Add notification_driver and notification_topics option
Add notification_driver to configure driver or drivers for handling
sending notifications.
Add notification_topics to configure AMQP topic used for OpenStack
notifications.

Change-Id: If950332037daddba378fc1269ac74e4495c8c383
2017-02-20 20:36:35 +08:00
OpenStack Release Bot 2bfc1e3ff3 Update reno for stable/ocata
Change-Id: I1f3bde88bdbde008431bd3cdbfc1780365c39369
2017-02-10 17:27:43 +00:00