File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ kolla_image_tags:
77 rocky-9 : 2025.1-rocky-9-20260205T152450
88 rocky-10 : 2025.1-rocky-10-20260423T154048
99 ubuntu-noble : 2025.1-ubuntu-noble-20260205T152450
10+ cinder :
11+ rocky-9 : 2025.1-rocky-9-20260512T204620
12+ rocky-10 : 2025.1-rocky-10-20260529T102322
13+ ubuntu-noble : 2025.1-ubuntu-noble-20260515T083354
1014 etcd :
1115 rocky-9 : 2025.1-rocky-9-20260303T104901
1216 glance :
@@ -31,6 +35,10 @@ kolla_image_tags:
3135 magnum :
3236 rocky-9 : 2025.1-rocky-9-20260413T112937
3337 ubuntu-noble : 2025.1-ubuntu-noble-20260413T112937
38+ manila :
39+ rocky-9 : 2025.1-rocky-9-20260511T100757
40+ rocky-10 : 2025.1-rocky-10-20260529T102322
41+ ubuntu-noble : 2025.1-ubuntu-noble-20260515T083354
3442 multipathd :
3543 rocky-9 : 2025.1-rocky-9-20260421T115054
3644 ubuntu-noble : 2025.1-ubuntu-noble-20260421T115054
Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ kolla_sources:
131131 type : git
132132 location : https://github.com/stackhpc/stackhpc-inspector-plugins.git
133133 reference : 1.3.0
134+ cinder-base :
135+ type : git
136+ location : https://github.com/stackhpc/cinder.git
137+ reference : stackhpc/{{ openstack_release }}
134138 horizon-plugin-cloudkitty-dashboard :
135139 type : git
136140 location : https://github.com/stackhpc/cloudkitty-dashboard.git
@@ -145,6 +149,10 @@ kolla_sources:
145149 sha256 :
146150 amd64 : 70b2c30a19da4db264dfd68c8a3664e05093a361cefd89572ffb36f8abfa3d09
147151 arm64 : 13d03672be289045d2ff00e4e345d61de1c6f21c1257a45955a30e8ae036d8f1
152+ manila-base :
153+ type : git
154+ location : https://github.com/stackhpc/manila.git
155+ reference : stackhpc/{{ openstack_release }}
148156 neutron-base-plugin-networking-generic-switch :
149157 type : git
150158 location : https://github.com/stackhpc/networking-generic-switch.git
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Adds Cinder support for VAST storage backends and Manila support for VAST
5+ multitenancy.
You can’t perform that action at this time.
0 commit comments