- Oct 07, 2024
-
-
Thomas Goirand authored
* Remove Do-not-use-stdlib-extname.patch, not needed anymore.
-
Thomas Goirand authored
puppet-openstacklib 25.0.0 release meta:version: 25.0.0 meta:diff-start: - meta:series: dalmatian meta:branch: stable/2024.2 meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Takashi Kajinami <kajinamit@oss.nttdata.com> meta:release:Commit: Takashi Kajinami <kajinamit@oss.nttdata.com> meta:release:Change-Id: I1ffcbe2d3118191ca521cd03dd967a26d371b8f6 meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- Oct 02, 2024
-
-
Thomas Goirand authored
-
Takashi Kajinami authored
Change-Id: Ibd1a4c7b66b6687689f5c054fe679bc1ef053282
-
- Sep 30, 2024
-
-
Takashi Kajinami authored
The puppetlabs-stdlib module has provided the type to validate input for file mode since 4.22.0 . Use that type definition to validate inputs at parameter input layer, instead of internal implementation layer. Change-Id: I46df56b9cc25f0dfa0129b2c50546a2f1f7f6b3f
-
Takashi Kajinami authored
Change-Id: Ida6b362c6e7ce21aad2789401e676eeb1542eb5e
-
- Sep 16, 2024
-
-
Takashi Kajinami authored
but do the same in spec_helper for centralized management. Change-Id: Ib02850b38a199dc523df2a0906b3398096dcc4e2
-
- Jul 26, 2024
-
-
Zuul authored
-
- Jul 12, 2024
-
-
Takashi Kajinami authored
... because now v16.0.0 is used in CI. Depeneds-on: https://review.opendev.org/924028 Change-Id: I4cb0c0c726fa0c53eed13deea3aadc08e47305af
-
- Jun 25, 2024
-
-
Thomas Goirand authored
-
- Jun 11, 2024
-
-
Zuul authored
-
- Jun 10, 2024
-
-
Takashi Kajinami authored
Json format was deprecated multiple cycles ago in favor of the new yaml format. Change-Id: Ie43d9cc2441bd864e13ec792e1f6ce76dda354cf
-
- May 10, 2024
-
-
OpenStack Release Bot authored
Update the zed release notes configuration to build from unmaintained/zed. Change-Id: I5662f81ac554da19a79305724d73d9124c721fff
-
- Apr 30, 2024
-
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-openstacklib 24.0.0 release meta:version: 24.0.0 meta:diff-start: - meta:series: caracal meta:branch: stable/2024.1 meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Takashi Kajinami <kajinamit@oss.nttdata.com> meta:release:Commit: Takashi Kajinami <kajinamit@oss.nttdata.com> meta:release:Change-Id: I0da263797d58b21a0a35102ec63906d8f8d9db14 meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
-
- Apr 23, 2024
-
-
Takashi Kajinami authored
Change-Id: I5e8f6c377f3de99367261b28a9730779b93d34a5
-
- Apr 18, 2024
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/2024.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2024.1. Sem-Ver: feature Change-Id: Ieca973370749db94d70cd495e8e3bbe871940b99
-
- Apr 16, 2024
-
- Apr 15, 2024
-
-
Takashi Kajinami authored
Change-Id: Id39b686932bc52d432963ac8b7fe255360cc4892
-
Zuul authored
-
- Apr 14, 2024
-
-
Takashi Kajinami authored
Change-Id: I11c9b55fc58a79172493e37dbd455edee42cbcb0
-
- Apr 12, 2024
-
-
Zuul authored
-
OpenStack Release Bot authored
Update the xena release notes configuration to build from unmaintained/xena. Change-Id: I329084fd5b2082dba015267525184310e50380fe
-
OpenStack Release Bot authored
Update the wallaby release notes configuration to build from unmaintained/wallaby. Change-Id: Ic108f313b56333ab02b97daece90ea81b96f7dc5
-
- Apr 11, 2024
-
-
Takashi Kajinami authored
Currently 12.1.0 is used in CI and is proven to work. Change-Id: I0dd1f09c604d88b27d9889965dccf1621cae0bb3
-
- Mar 18, 2024
-
-
Zuul authored
-
- Mar 14, 2024
-
-
Takashi Kajinami authored
... instead of unless + test command, to leverage the built-in feature and simplify the logic in our own modules. Change-Id: Id9b6bc78f225ddca2ce9580b38a02351c2fbdd35
-
- Feb 21, 2024
-
-
OpenStack Release Bot authored
Update the yoga release notes configuration to build from unmaintained/yoga. Change-Id: I9dca2052fa43a46dc196b1e1ddc440c8ea5a742f
-
- Jan 02, 2024
- Dec 26, 2023
-
-
Takashi Kajinami authored
Currently the openstacklib::policy::policies parameter requires the following format. openstacklib::policy { 'foo': policies => { 'title' => { 'key' => 'policy-key', 'value' => 'policy-value' } }, ... } However the top level key ('title') is used to determine resource names and does not affect actual configuration. This is quite redundant and sometimes confusing to users. This allows using title strings to define policy keys. With this change users can use a policies value like the following example. This is similar to the existing config classes interface. openstacklib::policy { 'foo': policies => { 'policy-key' => { 'value' => 'policy-value' } }, ... } Change-Id: I7f8caa2b3e5cab852f64c5fdbb3452485d8aabab
-
- Dec 25, 2023
-
-
Takashi Kajinami authored
... and remove the unmaintained description about version-release mapping, because now it's described in [1]. [1] https://docs.openstack.org/puppet-openstack-guide/latest/install/releases.html Change-Id: I19e24a8f6a1f34ce37f1c459e814b0a724479468
-
- Nov 25, 2023
-
-
Benedikt Trefzer authored
Allows to only requests with particular environment variables be logged. Example: set a dontlog variable for healthchecks, so healthchecks are not logged. Change-Id: I4dea75f85d2e4a2287bdcce845c4b5fa05da0ddc
-
- Nov 20, 2023
-
-
Zuul authored
-
- Nov 18, 2023
-
-
Takashi Kajinami authored
Debian 12 was released in June 2023. Recent versions of OpenStack (actually, 2023.1 and later) no longer support Debian 11. Change-Id: I3762a0c9d2bd6f4a11c147e40a3140613ec8c3cf
-
- Nov 16, 2023
-
-
Takashi Kajinami authored
... because now v15.0.0 is used in CI. Change-Id: Ia9c0595f84628998e3424c15fe382d36d33c252b
-
- Nov 15, 2023
-
-
Takashi Kajinami authored
Debian 12 has PostgreSQL 15, and uses scram-sha-256 by default. So we need a fix similar to the one[1] made for Ubuntu earlier. [1] 6adbd49b Change-Id: I6e6e88951caa3aea0b7a1e13238e22ae4cb1c3dd
-
- Nov 02, 2023
- Oct 31, 2023
-
-
Takashi Kajinami authored
... so that we can define dependencies on client packages. Change-Id: If6f54d9b63ebe0dbc7e82795d0ba3fb88551086e
-