Commit Graph

37 Commits

Author SHA1 Message Date
Takashi Kajinami bd33b1037e Retire puppet-freezer - Step 2: Remove Project Content
Depends-on: https://review.opendev.org/808072
Change-Id: I647ce166bc286a8312baa51b3972a35ae6bc4818
2021-09-13 17:54:36 +09:00
Takashi Kajinami 47f015ac98 Drop Fedora support
Fedora support is never tested, and has been unmaintained for a while.
Because we don't expect any actual user using OpenStack on Fedora, this
change drops support for Fedora directly.

Change-Id: I1336c9c91dfd8ef24be84331aa73a2924df0181f
2021-06-12 23:59:13 +09:00
Thomas Goirand f57e621e53 Allow to configure policy_dirs
This patch makes it possible to override the current service default,
which is /etc/<service>/policy.d .

Change-Id: Iaffada6b0cd29e880a65ce9205b87b94940e47b7
2021-04-11 23:38:49 +02:00
OpenStack Release Bot 918a7f8d48 Update master for stable/wallaby
Add file to the reno documentation build to show release notes for
stable/wallaby.

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

Sem-Ver: feature
Change-Id: Id5d1e42ae0f8c1e20d3b7a05f222d8fa5a772226
2021-04-01 09:16:31 +00:00
Takashi Kajinami ebed1e8d9c Add support for oslo_policy/enforce_new_defaults
Depends-on: https://review.opendev.org/781428
Change-Id: Ic4638dec082a58d8244adebf73d87a82f5377689
2021-03-24 16:32:26 +09:00
Takashi Kajinami 25692014c0 Add support for the oslo_policy/enforce_scope parameter
Depends-on: https://review.opendev.org/#/c/759008/
Change-Id: I74616f84592caaed261082325b7c2ef11124239e
2021-03-21 10:55:09 +09:00
Takashi Kajinami c494e85c90 Use yaml instead of json for policy file
Because usage of json for policy file will be deprecated and replaced
by yaml[1].

[1] https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html

Depends-on: https://review.opendev.org/769647
Change-Id: I35c5f1e410b383e4345986a136a54088f60acda6
2021-01-07 23:20:16 +00:00
ZhongShengping 84f329b7b6 Allow db sync timeouts to be configurable
As Openstack projects continue to have longer database migration
chains, the Puppet default timeout of 300 seconds for an execution
is becoming too short a duration on some hardware, leading to timeouts.
As projects continue to add more migration scripts without pruning
the base, timeouts will continue to become more frequent unless
this time can be expanded.

Change-Id: Ic3dee0bf0a73c57f24c446620e206c4f4a94c600
Closes-Bug: #1904962
2020-11-23 09:27:52 +08:00
Takashi Kajinami 7bd9f6e58f Add support for the keystone_authtoken/service_type parameter
Change-Id: I6a2424653efab14ce8c1a250bc69e7a9cca8dcae
2020-11-03 17:51:42 +09:00
OpenStack Release Bot 88c5b74a12 Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

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

Change-Id: I47905d7d361f04833365dd11753b813cb9e31974
Sem-Ver: feature
2020-10-08 14:39:02 +00:00
ZhongShengping 89c926599d Set openstackdocs_auto_name to use 'project' as name
Change-Id: I787c68370f742ab5bc0f58e469abf1dab48fd2df
2020-09-16 11:05:05 +08:00
ZhongShengping cfc9a27371 Add mysql_enable_ndb option
Add mysql_enable_ndb parameter to select mysql storage engine.

Change-Id: I5ba8a602e500d948d7d758bfd6a2d8594dd3be09
Depends-On: https://review.opendev.org/#/c/748067
Closes-Bug: #1892952
2020-08-26 11:55:50 +08:00
ZhongShengping ff3485b67f Add service_token_roles for keystone authtoken config
Add the ability to configure service_token_roles.

Change-Id: Iab41f836366d42d16b6c3dc9e47db381992d6fcc
Closes-Bug: #1892284
2020-08-20 10:41:27 +08:00
Lewis Denny f0305b8f3d Add support for the interface parameter in authtoken middleware
This patch adds support for [keystone_authtoken] interface parameter,
so that operators can define which endpoint should be used by authtoken
middleware.

Change-Id: I451c224457b20f01c72283ca022024679aff9d07
2020-07-16 10:57:22 +10:00
Andreas Jaeger 1b2b8979e6 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: I328421d964f7a53cc378eeb2209ea48fb9922c1e
2020-06-02 14:37:18 +02:00
OpenStack Release Bot 2574e5a6a1 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: Ibb48976cda61b39205c8ce56490b1910bc7edc04
Sem-Ver: feature
2020-04-28 14:51:20 +00:00
ZhongShengping ee8d6c8f83 Deprecate min_pool_size option
min_pool_size option is not used,see:

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

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

Change-Id: I8dd3443d02949c4001b8f7f7e8a9e9c9ad5a5062
2020-03-23 14:45:48 +08:00
OpenStack Release Bot 4e2ad2990e 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: I5bbf4cfe9a495259e9e92fa1e44092b699272358
Sem-Ver: feature
2019-10-07 13:34:02 +00:00
ZhongShengping 6acfd5d87b Remove deprecated pki related options
The deprecated pki related options check_revocations_for_cached and
hash_algorithms option has been removed.

Change-Id: I0715ea7a8b578155efaebcc68072556292359610
2019-08-15 11:51:37 +08:00
ZhongShengping 3317a21abd 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: I17d467aba988c3dd7e4ea521314ebae395802c8e
2019-08-13 11:29:06 +08:00
ZhongShengping 65162bd7cb 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: Iddc726674024570139328633a40fcdc293f50baf
Depends-On: https://review.opendev.org/656106/
Closes-Bug: #1826692
2019-04-28 15:00:07 +08:00
OpenStack Release Bot a11cae2387 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: I89850b5ea9aba8bbd108a1e32e7cbb56c5186110
Sem-Ver: feature
2019-03-22 16:47:23 +00:00
Zuul b55447625b Merge "Add release note about Ubuntu py3 upgrade" 2019-02-25 17:25:10 +00:00
Tobias Urdin 89c8c7c6c5 Add release note about Ubuntu py3 upgrade
Change-Id: I4228095d914a94ef46e025c26da480eb520caf5b
2019-02-24 16:26:43 +00:00
ZhongShengping 2b5fdbab82 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: I95089f9f1d5039d7d14e3850535536ec1804fdb1
Closes-Bug: 1778198
2019-02-15 10:03:02 +08:00
Tobias Urdin e34af1ef04 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: I34aca114343f1d079e50f6d04728e7c3745c26fa
2019-02-08 12:07:46 +01:00
Tobias Urdin 4663d96b7e Remove auth_uri
Change-Id: I29d8f94178a501b7c5e6b482c22c9a0952cba463
2018-11-28 23:57:00 +01:00
ZhongShengping 56378b0272 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: I590241e0dca24ffa5dc084576fd72eb171905582
Closes-Bug: #1804562
Closes-Bug: #1804720
2018-11-23 10:22:11 +08:00
OpenStack Release Bot da8f0562eb Update reno for stable/rocky
Change-Id: Ic67f92c8b4c4cf8a7ed7e32d3dd29fadef03bbb7
2018-08-20 18:34:47 +00:00
ZhongShengping 7c516ec23f 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: I9966c0443f8199c31a66adc1465c6336a7c71dd7
Depends-On: I4c82a63baabd6b9304b302c97cd751a0103d8316
Closes-Bug: #1759098
2018-04-10 00:56:01 +00:00
ZhongShengping 2387e68896 Add pool_timeout option
Add pool_timeout option to configure this value for pool_timeout with
SQLAlchemy.

Change-Id: Ieec85a15c5af99bf15c26bb6271013ee1d9e433c
Closes-Bug: #1757581
2018-03-22 15:40:13 +08:00
OpenStack Release Bot 19c3e0c1aa Update reno for stable/queens
Change-Id: I940236350f2f0022f524506e59f49fa5bb4166bc
2018-02-20 22:12:08 +00:00
Andreas Jaeger 195482e7f7 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I05fbc7f7808bae7fb1bf1a6b286c36980791d0c4
2017-11-16 22:33:45 +01:00
ZhongShengping 84b4db29d6 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: I57ff297b1a5a65412af4b16e7d5bdeeb905b8283
2017-07-02 14:17:38 +08:00
ZhongShengping 53ae643d52 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: I2c01aec1653243c27a57afb6a1bb4e88f21d2acb
2017-06-26 10:00:36 +08:00
Saad Zaher 17a73526cd Big Bang :) 2017-03-09 12:39:48 +00:00