Merge "Customizations for Watcher"
This commit is contained in:
commit
56cab3c7ea
@ -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
|
COPY extend_start.sh /usr/local/bin/kolla_watcher_extend_start
|
||||||
RUN chmod 755 /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 }}
|
{{ include_footer }}
|
||||||
|
|
||||||
USER watcher
|
USER watcher
|
||||||
|
@ -8,6 +8,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% block watcher_applier_footer %}{% endblock %}
|
||||||
|
{% block footer %}{% endblock %}
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
|
||||||
USER watcher
|
USER watcher
|
||||||
|
@ -25,3 +25,7 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
|||||||
RUN usermod -a -G kolla watcher \
|
RUN usermod -a -G kolla watcher \
|
||||||
&& touch /usr/local/bin/kolla_watcher_extend_start \
|
&& touch /usr/local/bin/kolla_watcher_extend_start \
|
||||||
&& chmod 755 /usr/local/bin/kolla_extend_start /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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% block watcher_engine_footer %}{% endblock %}
|
||||||
|
{% block footer %}{% endblock %}
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
|
||||||
USER watcher
|
USER watcher
|
||||||
|
Loading…
Reference in New Issue
Block a user