Remove unused prometheus exporter #204
@@ -84,7 +84,6 @@ echo 'Options set from Environment variables'
|
|||||||
env | grep "^OS_" || true
|
env | grep "^OS_" || true
|
||||||
|
|
||||||
mkdir -p /shared/html
|
mkdir -p /shared/html
|
||||||
mkdir -p /shared/ironic_prometheus_exporter
|
|
||||||
|
|
||||||
configure_json_rpc_auth
|
configure_json_rpc_auth
|
||||||
|
|
||||||
|
@@ -187,11 +187,6 @@ insecure = {{ env.IRONIC_INSECURE }}
|
|||||||
[nova]
|
[nova]
|
||||||
send_power_notifications = false
|
send_power_notifications = false
|
||||||
|
|
||||||
[oslo_messaging_notifications]
|
|
||||||
driver = prometheus_exporter
|
|
||||||
location = /shared/ironic_prometheus_exporter
|
|
||||||
transport_url = fake://
|
|
||||||
|
|
||||||
[pxe]
|
[pxe]
|
||||||
# NOTE(dtantsur): keep this value at least 3x lower than
|
# NOTE(dtantsur): keep this value at least 3x lower than
|
||||||
# [conductor]deploy_callback_timeout so that at least some retries happen.
|
# [conductor]deploy_callback_timeout so that at least some retries happen.
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
# shellcheck disable=SC1091
|
|
||||||
. /bin/configure-ironic.sh
|
|
||||||
|
|
||||||
FLASK_RUN_HOST=${FLASK_RUN_HOST:-0.0.0.0}
|
|
||||||
FLASK_RUN_PORT=${FLASK_RUN_PORT:-9608}
|
|
||||||
|
|
||||||
export IRONIC_CONFIG="/etc/ironic/ironic.conf"
|
|
||||||
|
|
||||||
exec gunicorn -b "${FLASK_RUN_HOST}:${FLASK_RUN_PORT}" -w 4 \
|
|
||||||
ironic_prometheus_exporter.app.wsgi:application
|
|
Reference in New Issue
Block a user