... because RDO will provide packages for only CentOS Stream 9 for Zed
release. This change removes RHEL 8 as well.
Depends-on: https://review.opendev.org/843503
Change-Id: Ib70d62b0315056caea51a951187fc105d83c7120
This change removes direct reference to some classes in
puppetlabs-apache. Details are explained below.
- The api class doesn't need access to anything defined in
apache::params
- The following classes are included by the openstacklib::wsgi::apache
resource type, and current inclusions are just redundant.
Dependencies defined in neutron::wsgi::apache are removed and loosen
to avoid direct deference to resources from puppetlabs-apache. When
httpd is used to run neutron-api, the neutron-service tag is added to
the httpd service, so that it is started during service phase.
Change-Id: I1a17a5ac990dd8e0a166b7d78b8a58a4b1055502
puppetlabs-stdlib is now using the 8.0.0 version, so we should fix the
stdlib version in metadata.
Change-Id: Ie09412a1ecd2842913531d547e58d715cf497625
Puppet 7 has been tested in CI for a while but we haven't seen any
issue with it. Let's officially support the version.
Change-Id: Ie94965e3bb63964fc9625f2dee33df12c6c0e95c
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: I3effa4d5ba0c1d22818935b87379d628c1aeb533
Because we include some classes from puppetlabs-apache direcly, we
should include it in a list of dependencies.
Change-Id: I41aad9bc1a29ed860838bc4940a94705c90b54b0
This patch proposes a new release for puppet-neutron, to include the
new parameter[1] to avoid flodding problem in stable/victoria release.
[1] https://review.opendev.org/#/c/755233/
Change-Id: I78ca9ef823f56dff6a0f7f8a1d1fda331dbac2b2
puppet-rabbitmq is not directly included by each puppet modules, so
we don't need it listed in dependencies.
Change-Id: If8f1ebd9a0f50feee000452ca002bdd2c02d5ee5
... and migrate it to openstacklib so that all logics about database
configuration are implemented in one common place.
Depends-on: https://review.opendev.org/#/c/728595/
Change-Id: I7a1ef6c25871b993279413c6bbfbee38838eb4d9
puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the
stdlib version in metadata.
Change-Id: Ic72643f516080b4147f52e175303ca5cff29cd84
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: I9c9b681d356b11ff4bafeb37c7c19459bb99cf2d
Closes-Bug: #1850236