Skip to content

Commit 14a2e37

Browse files
committed
Drop Senlin
It's inactive and hasn't produced a 2024.1 release [1]. [1]: https://governance.openstack.org/tc/reference/emerging-technology-and-inactive-projects.html#current-inactive-projects Change-Id: Iad4d850ba8f8b8446591cab883d2ad6243576926
1 parent 813035b commit 14a2e37

File tree

16 files changed

+5
-126
lines changed

16 files changed

+5
-126
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Kolla provides images to deploy the following OpenStack projects:
9393
- `Nova <https://docs.openstack.org/nova/latest/>`__
9494
- `Octavia <https://docs.openstack.org/octavia/latest/>`__
9595
- `Sahara <https://docs.openstack.org/sahara/latest/>`__ (deprecated)
96-
- `Senlin <https://docs.openstack.org/senlin/latest/>`__
9796
- Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__)
9897
- `Solum <https://docs.openstack.org/solum/latest/>`__
9998
- `Swift <https://docs.openstack.org/swift/latest/>`__

doc/source/matrix_aarch64.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ prometheus,U,U,U
4949
rabbitmq,U,U,U
5050
redis,U,U,U
5151
sahara,U,U,U
52-
senlin,U,U,U
5352
skyline,U,U,U
5453
solum,U,U,U
5554
swift,U,U,U

doc/source/matrix_x86.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ prometheus,U,U,U
5050
rabbitmq,T,T,T
5151
redis,T,U,U
5252
sahara,U,U,U
53-
senlin,U,U,U
5453
skyline,U,U,U
5554
solum,U,U,U
5655
swift,T,T,U

docker/horizon/extend_start.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -163,18 +163,6 @@ function config_sahara_dashboard {
163163
done
164164
}
165165

166-
function config_senlin_dashboard {
167-
for file in ${SITE_PACKAGES}/senlin_dashboard/enabled/_*[^__].py; do
168-
config_dashboard "${ENABLE_SENLIN:-no}" \
169-
"${SITE_PACKAGES}/senlin_dashboard/enabled/${file##*/}" \
170-
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
171-
done
172-
173-
config_dashboard "${ENABLE_SENLIN:-no}" \
174-
"${SITE_PACKAGES}/senlin_dashboard/conf/senlin_policy.json" \
175-
"/etc/openstack-dashboard/senlin_policy.json"
176-
}
177-
178166
function config_solum_dashboard {
179167
for file in ${SITE_PACKAGES}/solumdashboard/local/enabled/_*[^__].py; do
180168
config_dashboard "${ENABLE_SOLUM:-no}" \
@@ -270,7 +258,6 @@ config_mistral_dashboard
270258
config_neutron_vpnaas_dashboard
271259
config_octavia_dashboard
272260
config_sahara_dashboard
273-
config_senlin_dashboard
274261
config_solum_dashboard
275262
config_tacker_dashboard
276263
config_trove_dashboard

docker/senlin/senlin-api/Dockerfile.j2

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

docker/senlin/senlin-api/extend_start.sh

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

docker/senlin/senlin-base/Dockerfile.j2

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

docker/senlin/senlin-base/extend_start.sh

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

docker/senlin/senlin-conductor/Dockerfile.j2

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

docker/senlin/senlin-engine/Dockerfile.j2

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

0 commit comments

Comments
 (0)