TCIB: remove leftovers from sahara

Sahara container images aren't built anymore, but we had some leftovers
that we need to clean up.

Change-Id: I1c3a2592984213133591999f869535651be32a48
This commit is contained in:
Emilien Macchi 2020-08-26 13:56:07 -04:00
parent e3c3041a91
commit 5115bfaaea
4 changed files with 0 additions and 32 deletions

View File

@ -78,14 +78,6 @@ function config_octavia_dashboard {
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/_1482_project_load_balancer_panel.py"
}
function config_sahara_dashboard {
for file in ${SITE_PACKAGES}/sahara_dashboard/enabled/_*[^__].py; do
config_dashboard "${ENABLE_SAHARA}" \
"${SITE_PACKAGES}/sahara_dashboard/enabled/${file##*/}" \
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
done
}
# Regenerate the compressed javascript and css if any configuration files have
# changed. Use a static modification date when generating the tarball
# so that we only trigger on content changes.
@ -111,7 +103,6 @@ config_heat_dashboard
config_ironic_dashboard
config_manila_ui
config_octavia_dashboard
config_sahara_dashboard
if settings_changed; then
${MANAGE_PY} collectstatic --noinput --clear

View File

@ -1,8 +0,0 @@
#!/bin/bash
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
bind_host=$(wrap_ipv6 $(get_config_val /etc/sahara/sahara.conf DEFAULT host 127.0.0.1))
bind_port=$(get_config_val /etc/sahara/sahara.conf DEFAULT port 8386)
# sahara-api is still eventlet
healthcheck_curl http://${bind_host}:${bind_port}/

View File

@ -1,14 +0,0 @@
#!/bin/bash
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
process='sahara-engine'
args="${@:-5671 5672}"
if healthcheck_port $process $args; then
exit 0
else
ports=${args// /,}
echo "There is no $process process with opened RabbitMQ ports ($ports) running in the container"
exit 1
fi

View File

@ -67,7 +67,6 @@
files:
- ^container-images/tcib/base/os/designate.*$
- ^container-images/tcib/base/os/mistral.*$
- ^container-images/tcib/base/os/sahara.*$
- tripleo-ci-centos-8-scenario004-standalone:
dependencies: *deps_unit_lint
vars: