Customizations for Senlin
This patchset contains customization of Dockerfile of Senlin containers Change-Id: I0f8269f5eff1ccf6881d46f6082830f3e586d945 Partially-implements: blueprint third-party-plugin-support Signed-off-by: Eduardo Gonzalez <dabarren@gmail.com>
This commit is contained in:
@@ -11,6 +11,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
COPY extend_start.sh /usr/local/bin/kolla_senlin_extend_start
|
||||
RUN chmod 755 /usr/local/bin/kolla_senlin_extend_start
|
||||
|
||||
{% block senlin_api_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
{{ include_footer }}
|
||||
|
||||
USER senlin
|
||||
|
@@ -23,3 +23,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||
RUN usermod -a -G kolla senlin \
|
||||
&& touch /usr/local/bin/kolla_senlin_extend_start \
|
||||
&& chmod 755 /usr/local/bin/kolla_extend_start /usr/local/bin/kolla_senlin_extend_start
|
||||
|
||||
{% block senlin_base_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
|
@@ -8,6 +8,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% block senlin_engine_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
{{ include_footer }}
|
||||
|
||||
USER senlin
|
||||
|
Reference in New Issue
Block a user