This project provides a one-stop solution to log collection, cleaning, indexing, analysis, alarm, visualization, report generation and other needs. Which involves helping operator or maintainer to quickly solve retrieve problems, grasp the operational health of the platform, and improve the level of platform management. https://wiki.openstack.org/wiki/Venus Change-Id: I051fb0f17d97134d89da0b6668879a9b36de10d1
14 lines
380 B
Django/Jinja
14 lines
380 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}venus-base:{{ tag }}
|
|
{% block labels %}
|
|
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
|
|
{% endblock %}
|
|
|
|
{% block venus_manager_header %}{% endblock %}
|
|
|
|
RUN chmod 755 /usr/local/bin/kolla_venus_extend_start
|
|
|
|
{% block venus_manager_footer %}{% endblock %}
|
|
{% block footer %}{% endblock %}
|
|
|
|
USER venus
|