Skip to content

Commit 813035b

Browse files
committed
Drop Murano
It's inactive and hasn't produced a 2024.1 release [1]. In addition to that, there's a CVE that hasn't really been patched [2]. [1]: https://governance.openstack.org/tc/reference/emerging-technology-and-inactive-projects.html#current-inactive-projects [2]: https://lists.openstack.org/archives/list/[email protected]/thread/4FYM6GSIM5WZSJQIG4TT5Q3UBKQIHLWX/ Change-Id: Ie715eac24247c38b21382c735eb00a9b3b56f145
1 parent 7e95ffb commit 813035b

File tree

15 files changed

+5
-110
lines changed

15 files changed

+5
-110
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ Kolla provides images to deploy the following OpenStack projects:
8989
- `Masakari <https://docs.openstack.org/masakari/latest/>`__ (deprecated)
9090
- `Mistral <https://docs.openstack.org/mistral/latest/>`__
9191
- `Monasca <https://docs.openstack.org/monasca-api/latest/>`__
92-
- `Murano <https://docs.openstack.org/murano/latest/>`__
9392
- `Neutron <https://docs.openstack.org/neutron/latest/>`__
9493
- `Nova <https://docs.openstack.org/nova/latest/>`__
9594
- `Octavia <https://docs.openstack.org/octavia/latest/>`__

doc/source/matrix_aarch64.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ masakari,U,U,U
3535
memcached,U,U,U
3636
mistral,U,U,U
3737
multipathd,U,U,U
38-
murano,U,U,U
3938
neutron,U,U,U
4039
neutron-mlnx-agent,U,U,U
4140
nova,U,U,U

doc/source/matrix_x86.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ masakari,T,T,U
3636
memcached,T,T,U
3737
mistral,T,U,U
3838
multipathd,U,U,U
39-
murano,U,U,U
4039
neutron,T,T,T
4140
neutron-mlnx-agent,U,U,U
4241
nova,T,T,T

docker/horizon/extend_start.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -137,21 +137,6 @@ function config_masakari_dashboard {
137137
"${SITE_PACKAGES}/openstack_dashboard/local/local_settings.d/_50_masakari.py"
138138
}
139139

140-
function config_murano_dashboard {
141-
for file in ${SITE_PACKAGES}/muranodashboard/local/enabled/_*[^__].py; do
142-
config_dashboard "${ENABLE_MURANO:-no}" \
143-
"${SITE_PACKAGES}/muranodashboard/local/enabled/${file##*/}" \
144-
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
145-
done
146-
config_dashboard "${ENABLE_MURANO:-no}"\
147-
"${SITE_PACKAGES}/muranodashboard/conf/murano_policy.json" \
148-
"/etc/openstack-dashboard/murano_policy.json"
149-
150-
config_dashboard "${ENABLE_MURANO:-no}"\
151-
"${SITE_PACKAGES}/muranodashboard/local/local_settings.d/_50_murano.py" \
152-
"${SITE_PACKAGES}/openstack_dashboard/local/local_settings.d/_50_murano.py"
153-
}
154-
155140
function config_mistral_dashboard {
156141
config_dashboard "${ENABLE_MISTRAL:-no}" \
157142
"${SITE_PACKAGES}/mistraldashboard/enabled/_50_mistral.py" \
@@ -282,7 +267,6 @@ config_magnum_dashboard
282267
config_manila_ui
283268
config_masakari_dashboard
284269
config_mistral_dashboard
285-
config_murano_dashboard
286270
config_neutron_vpnaas_dashboard
287271
config_octavia_dashboard
288272
config_sahara_dashboard

docker/murano/murano-api/Dockerfile.j2

Lines changed: 0 additions & 16 deletions
This file was deleted.

docker/murano/murano-api/extend_start.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

docker/murano/murano-base/Dockerfile.j2

Lines changed: 0 additions & 31 deletions
This file was deleted.

docker/murano/murano-base/extend_start.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

docker/murano/murano-engine/Dockerfile.j2

Lines changed: 0 additions & 13 deletions
This file was deleted.

docker/openstack-base/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
156156
'python-manilaclient',
157157
'python-memcached',
158158
'python-mistralclient',
159-
'python-muranoclient',
160159
'python-neutronclient',
161160
'python-novaclient',
162161
'python-openstackclient',

0 commit comments

Comments
 (0)