Remove puppet 7 support

Puppet 7 already reached its EOL and now we have the newer major
release(8) available.

Change-Id: Ice608dc01cdabd8ce51a780162a5073d510f636b
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-19 01:09:17 +09:00
parent 3b831e0905
commit 271397cfca
2 changed files with 5 additions and 1 deletions

View File

@@ -56,7 +56,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
"version_requirement": ">= 8.0.0 < 9.0.0"
}
],
"source": "https://opendev.org/openstack/puppet-mistral.git",

View File

@@ -0,0 +1,4 @@
---
upgrade:
- |
Puppet 7 is no longer supported. Use Puppet 8 instead.