Skip to content
Snippets Groups Projects
Commit 56cab3c7 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Customizations for Watcher"

parents e4259f80 b9a2839d
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
COPY extend_start.sh /usr/local/bin/kolla_watcher_extend_start
RUN chmod 755 /usr/local/bin/kolla_watcher_extend_start
{% block watcher_api_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}
USER watcher
......@@ -8,6 +8,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
{% endif %}
{% block watcher_applier_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}
USER watcher
......@@ -25,3 +25,7 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN usermod -a -G kolla watcher \
&& touch /usr/local/bin/kolla_watcher_extend_start \
&& chmod 755 /usr/local/bin/kolla_extend_start /usr/local/bin/kolla_watcher_extend_start
{% block watcher_base_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}
......@@ -8,6 +8,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
{% endif %}
{% block watcher_engine_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}
USER watcher
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment