Openstack 2025.1 Epoxy support

Change-Id: I303ad9120466d7f3376adaa040dcb18d96894822
Signed-off-by: Sergiy Markin <smarkin@mirantis.com>
This commit is contained in:
Sergiy Markin
2025-09-18 03:46:35 +00:00
parent 8fe4370afb
commit 62b8b2a3e8
4 changed files with 75 additions and 69 deletions

View File

@@ -131,6 +131,8 @@
CLONE_PEGLEG: false CLONE_PEGLEG: false
MAKE_PEGLEG_IMAGES: true MAKE_PEGLEG_IMAGES: true
USE_ARMADA_GO: false USE_ARMADA_GO: false
DISTRO: ubuntu_jammy
DOCKER_REGISTRY: localhost:5000
gate_scripts_relative_path: ../../airship/treasuremap gate_scripts_relative_path: ../../airship/treasuremap
gate_scripts: gate_scripts:
- ./tools/deployment/airskiff/developer/000-clone-dependencies.sh - ./tools/deployment/airskiff/developer/000-clone-dependencies.sh

View File

@@ -11,34 +11,34 @@ psycopg2-binary
pytz pytz
# Airship dependencies # Airship dependencies
deckhand @ git+https://opendev.org/airship/deckhand.git@d8cc9f3ed2c9f2b9d9bf271a72c9bf301f16f647#egg=deckhand deckhand @ git+https://opendev.org/airship/deckhand.git@1da4b273a5e1160008e819b27faa7650f2defab5#egg=deckhand
shipyard-client @ git+https://opendev.org/airship/shipyard.git@95b37b822eaf8ad39c644f7007b2c1a07293e5ab#egg=shipyard-client&subdirectory=src/bin/shipyard_client shipyard-client @ git+https://opendev.org/airship/shipyard.git@7ba581dc5d4b854ca06128b29a711393edda6bb6#egg=shipyard-client&subdirectory=src/bin/shipyard_client
promenade @ git+https://opendev.org/airship/promenade.git@84189ac1cae841529ca27aa2ad4a6568e3bbcc64#egg=promenade promenade @ git+https://opendev.org/airship/promenade.git@4e3e541f5ebd40aea4d25391e646242698493654#egg=promenade
# Openstack Caracal 2024.1 # Openstack Epoxy 2025.1
# https://releases.openstack.org/caracal/index.html # https://releases.openstack.org/epoxy/index.html
barbican==18.0.0 barbican==20.0.0
python-barbicanclient==5.7.0 python-barbicanclient==7.1.0
python-keystoneclient==5.4.0 python-keystoneclient==5.6.0
keystoneauth1==5.6.0 keystoneauth1==5.10.0
keystonemiddleware==10.6.0 keystonemiddleware==10.9.0
oslo.cache==3.7.0 oslo.cache==3.10.2
oslo.concurrency==6.0.0 oslo.concurrency==7.1.0
oslo.config==9.4.0 oslo.config==9.7.1
oslo.context==5.5.0 oslo.context==5.7.1
oslo.db==15.0.0 oslo.db==17.2.1
oslo.i18n==6.3.0 oslo.i18n==6.5.1
oslo.log==5.5.1 oslo.log==7.1.0
oslo.messaging==14.7.2 oslo.messaging==16.1.0
oslo.metrics==0.8.0 oslo.metrics==0.11.0
oslo.middleware==6.1.0 oslo.middleware==6.3.1
oslo.policy==4.3.0 oslo.policy==4.5.1
oslo.serialization==5.4.1 oslo.serialization==5.7.0
oslo.service==3.4.1 oslo.service==4.1.1
oslo.upgradecheck==2.3.0 oslo.upgradecheck==2.5.0
oslo.utils==7.1.0 oslo.utils==8.2.0
oslo.versionedobjects==3.3.0 oslo.versionedobjects==3.6.0

View File

@@ -3,33 +3,33 @@ amqp==5.3.1
arrow==1.3.0 arrow==1.3.0
attrs==25.3.0 attrs==25.3.0
autopage==0.5.2 autopage==0.5.2
barbican==18.0.0 barbican==20.0.0
bcrypt==4.3.0 bcrypt==4.3.0
Beaker==1.13.0 Beaker==1.13.0
cachetools==5.5.2 cachetools==5.5.2
castellan==5.3.0 castellan==5.4.1
certifi==2025.4.26 certifi==2025.4.26
cffi==1.17.1 cffi==1.17.1
charset-normalizer==3.4.2 charset-normalizer==3.4.2
click==8.2.1 click==8.2.1
click-default-group==1.2.4 click-default-group==1.2.4
cliff==4.10.0 cliff==4.11.0
cmd2==2.6.1 cmd2==2.7.0
cryptography==42.0.8 cryptography==42.0.8
debtcollector==3.0.0 debtcollector==3.0.0
Deckhand @ git+https://opendev.org/airship/deckhand.git@d8cc9f3ed2c9f2b9d9bf271a72c9bf301f16f647 Deckhand @ git+https://opendev.org/airship/deckhand.git@1da4b273a5e1160008e819b27faa7650f2defab5
decorator==5.2.1 decorator==5.2.1
deepdiff==8.5.0 deepdiff==8.6.1
dnspython==2.7.0 dnspython==2.7.0
docker==7.1.0 docker==7.1.0
dogpile.cache==1.4.0 dogpile.cache==1.4.1
durationpy==0.10 durationpy==0.10
eventlet==0.40.0 eventlet==0.40.0
falcon==4.0.2 falcon==4.1.0
fasteners==0.19 fasteners==0.19
fixtures==4.2.5 fixtures==4.2.6
Flask==2.2.5 Flask==2.2.5
futurist==3.1.1 futurist==3.2.1
gitdb==4.0.12 gitdb==4.0.12
GitPython==3.1.44 GitPython==3.1.44
google-auth==2.40.2 google-auth==2.40.2
@@ -44,62 +44,64 @@ jsonpath-ng==1.7.0
jsonpickle==3.4.2 jsonpickle==3.4.2
jsonschema==4.24.0 jsonschema==4.24.0
jsonschema-specifications==2025.4.1 jsonschema-specifications==2025.4.1
keystoneauth1==5.6.0 keystoneauth1==5.10.0
keystonemiddleware==10.6.0 keystonemiddleware==10.9.0
kombu==5.5.4 kombu==5.5.4
kubernetes==31.0.0 kubernetes==31.0.0
ldap3==2.9.1 ldap3==2.9.1
Mako==1.3.10 Mako==1.3.10
markdown-it-py==3.0.0
MarkupSafe==3.0.2 MarkupSafe==3.0.2
mdurl==0.1.2
microversion-parse==2.0.0 microversion-parse==2.0.0
msgpack==1.1.0 msgpack==1.1.0
netaddr==1.3.0 netaddr==1.3.0
netifaces==0.11.0
networkx==3.4.2 networkx==3.4.2
oauthlib==3.2.2 oauthlib==3.2.2
orderly-set==5.4.1 orderly-set==5.5.0
os-service-types==1.7.0 os-service-types==1.8.0
oslo.cache==3.7.0 oslo.cache==3.10.2
oslo.concurrency==6.0.0 oslo.concurrency==7.1.0
oslo.config==9.4.0 oslo.config==9.7.1
oslo.context==5.5.0 oslo.context==5.7.1
oslo.db==15.0.0 oslo.db==17.2.1
oslo.i18n==6.3.0 oslo.i18n==6.5.1
oslo.log==5.5.1 oslo.log==7.1.0
oslo.messaging==14.7.2 oslo.messaging==16.1.0
oslo.metrics==0.8.0 oslo.metrics==0.11.0
oslo.middleware==6.1.0 oslo.middleware==6.3.1
oslo.policy==4.3.0 oslo.policy==4.5.1
oslo.serialization==5.4.1 oslo.serialization==5.7.0
oslo.service==3.4.1 oslo.service==4.1.1
oslo.upgradecheck==2.3.0 oslo.upgradecheck==2.5.0
oslo.utils==7.1.0 oslo.utils==8.2.0
oslo.versionedobjects==3.3.0 oslo.versionedobjects==3.6.0
packaging==25.0 packaging==25.0
Paste==3.10.1 Paste==3.10.1
PasteDeploy==3.1.0 PasteDeploy==3.1.0
PasteScript==3.7.0 PasteScript==3.7.0
pbr==6.1.1 pbr==6.1.1
pecan==1.6.0 pecan==1.7.0
pip==24.3.1 pip==24.3.1
ply==3.11 ply==3.11
prettytable==3.16.0 prettytable==3.16.0
promenade @ git+https://opendev.org/airship/promenade.git@84189ac1cae841529ca27aa2ad4a6568e3bbcc64 promenade @ git+https://opendev.org/airship/promenade.git@4e3e541f5ebd40aea4d25391e646242698493654
prometheus_client==0.22.1 prometheus_client==0.22.1
psutil==7.0.0
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
PTable==0.9.2 PTable==0.9.2
pyasn1==0.6.1 pyasn1==0.6.1
pyasn1_modules==0.4.1 pyasn1_modules==0.4.1
pycadf==4.0.1 pycadf==4.0.1
pycparser==2.22 pycparser==2.22
Pygments==2.19.1
PyJWT==2.10.1 PyJWT==2.10.1
pylibyaml==0.1.0 pylibyaml==0.1.0
pyOpenSSL==25.1.0
pyparsing==3.2.3 pyparsing==3.2.3
pyperclip==1.9.0 pyperclip==1.10.0
python-barbicanclient==5.7.0 python-barbicanclient==7.1.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
python-keystoneclient==5.4.0 python-keystoneclient==5.6.0
python-memcached==1.62 python-memcached==1.62
python-mimeparse==2.0.0 python-mimeparse==2.0.0
pytz==2025.2 pytz==2025.2
@@ -110,18 +112,20 @@ requests==2.32.3
requests-oauthlib==2.0.0 requests-oauthlib==2.0.0
resolver==0.2.1 resolver==0.2.1
rfc3986==2.0.0 rfc3986==2.0.0
rich==13.9.4
rich-argparse==1.7.1
Routes==2.5.1 Routes==2.5.1
rpds-py==0.25.1 rpds-py==0.25.1
rsa==4.9.1 rsa==4.9.1
selector==0.10.1 selector==0.10.1
setuptools==75.8.0 setuptools==75.8.0
shipyard_client @ git+https://opendev.org/airship/shipyard.git@95b37b822eaf8ad39c644f7007b2c1a07293e5ab#subdirectory=src/bin/shipyard_client shipyard_client @ git+https://opendev.org/airship/shipyard.git@7ba581dc5d4b854ca06128b29a711393edda6bb6#subdirectory=src/bin/shipyard_client
simplejson==3.20.1 simplejson==3.20.1
six==1.17.0 six==1.17.0
smmap==5.0.2 smmap==5.0.2
SQLAlchemy==1.4.54 SQLAlchemy==1.4.54
statsd==4.0.1 statsd==4.0.1
stevedore==5.4.1 stevedore==5.5.0
testresources==2.0.2 testresources==2.0.2
testscenarios==0.5.0 testscenarios==0.5.0
testtools==2.7.2 testtools==2.7.2
@@ -139,6 +143,6 @@ websocket-client==1.8.0
Werkzeug==2.2.3 Werkzeug==2.2.3
wheel==0.45.1 wheel==0.45.1
wrapt==1.17.2 wrapt==1.17.2
xattr==0.10.1 xattr==0.9.6
yappi==1.6.10 yappi==1.6.10
zipp==3.22.0 zipp==3.22.0

View File

@@ -1,3 +1,3 @@
DECKHAND_VERSION=commit/d8cc9f3ed2c9f2b9d9bf271a72c9bf301f16f647 DECKHAND_VERSION=commit/1da4b273a5e1160008e819b27faa7650f2defab5
SHIPYARD_VERSION=commit/95b37b822eaf8ad39c644f7007b2c1a07293e5ab SHIPYARD_VERSION=commit/7ba581dc5d4b854ca06128b29a711393edda6bb6
PROMENADE_VERSION=commit/84189ac1cae841529ca27aa2ad4a6568e3bbcc64 PROMENADE_VERSION=commit/4e3e541f5ebd40aea4d25391e646242698493654