Remove puppet 7 support

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

Change-Id: Ic186c9ccc67ac822a8b639083ef9a00ba665052b
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-19 01:09:47 +09:00
parent 7cc132f5af
commit 8aba544b86
2 changed files with 5 additions and 1 deletions

View File

@@ -60,7 +60,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-neutron.git",

View File

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