Your message dated Sat, 15 Nov 2025 11:21:45 +0000
with message-id
<736c7150dc08501cc89945035c406eaf9688e144.ca...@adam-barratt.org.uk>
and subject line Closing requests for updates included in 13.2
has caused the Debian Bug report #1111819,
regarding trixie-pu: package puppet-module-tempest/25.0.0-1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1111819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111819
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:puppet-module-tempest
User: [email protected]
Usertags: pu
Hi,
[ Reason ]
The current version on Trixie needs at least 2 runs to work,
because of missing path tweak configuration when it imports
the openstack provider. The (trivial) patch in the Debian
release of the module fixes this.
[ Impact ]
Users having to run puppet agent at least 3 times to have
a successful run.
[ Tests ]
This is part of my OpenStack CI, so it's been extensively
tested (for many weeks already).
[ Risks ]
No risk, it's tested.
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
Please allow me to upload puppet-module-tempest/25.0.0-1+deb13u1
to Trixie pu.
diff -Nru puppet-module-tempest-25.0.0/debian/changelog
puppet-module-tempest-25.0.0/debian/changelog
--- puppet-module-tempest-25.0.0/debian/changelog 2024-10-09
11:29:46.000000000 +0200
+++ puppet-module-tempest-25.0.0/debian/changelog 2025-07-24
13:00:47.000000000 +0200
@@ -1,3 +1,9 @@
+puppet-module-tempest (25.0.0-1+deb13u1) unstable; urgency=medium
+
+ * Add Fix_autoloading_of_openstack_provider.patch.
+
+ -- Thomas Goirand <[email protected]> Thu, 24 Jul 2025 13:00:47 +0200
+
puppet-module-tempest (25.0.0-1) unstable; urgency=medium
* New upstream release.
diff -Nru
puppet-module-tempest-25.0.0/debian/patches/Fix_autoloading_of_openstack_provider.patch
puppet-module-tempest-25.0.0/debian/patches/Fix_autoloading_of_openstack_provider.patch
---
puppet-module-tempest-25.0.0/debian/patches/Fix_autoloading_of_openstack_provider.patch
1970-01-01 01:00:00.000000000 +0100
+++
puppet-module-tempest-25.0.0/debian/patches/Fix_autoloading_of_openstack_provider.patch
2025-07-24 13:00:47.000000000 +0200
@@ -0,0 +1,19 @@
+Description: Fix autoloading of openstack provider
+Author: Thomas Goirand <[email protected]>
+Forwarded: https://review.opendev.org/c/openstack/puppet-tempest/+/955771
+Last-Update: 2025-07-24
+
+--- puppet-module-tempest-25.0.0.orig/lib/puppet/provider/tempest.rb
++++ puppet-module-tempest-25.0.0/lib/puppet/provider/tempest.rb
+@@ -1,3 +1,11 @@
++begin
++ basedir = File.expand_path(File.join(__FILE__, '..', '..', '..', '..',
'..'))
++ openstacklib_lib = File.join(basedir, 'openstacklib', 'lib')
++ $LOAD_PATH.unshift(openstacklib_lib) unless
$LOAD_PATH.include?(openstacklib_lib)
++rescue => e
++ Puppet.warning("Failed to set $LOAD_PATH for openstacklib: #{e.message}")
++end
++
+ require 'puppet/util/inifile'
+ require 'puppet/provider/openstack'
+ require 'puppet/provider/openstack/auth'
diff -Nru puppet-module-tempest-25.0.0/debian/patches/series
puppet-module-tempest-25.0.0/debian/patches/series
--- puppet-module-tempest-25.0.0/debian/patches/series 2024-10-09
11:29:46.000000000 +0200
+++ puppet-module-tempest-25.0.0/debian/patches/series 2025-07-24
13:00:47.000000000 +0200
@@ -1,3 +1,4 @@
revert-workspace-patch.patch
fix-path-for-debian.patch
add-microversions-ssh-timeout-and-build-timeout.patch
+Fix_autoloading_of_openstack_provider.patch
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 13.2
Hi,
The updates referenced in each of these bugs were included in today's
13.2 trixie point release.
Regards,
Adam
--- End Message ---