Merge "Source based builds should get novnc from tarball (git/url)"
This commit is contained in:
@@ -11,20 +11,11 @@ RUN yum -y install \
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif install_type == 'source' %}
|
{% elif install_type == 'source' %}
|
||||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux'] %}
|
|
||||||
|
|
||||||
RUN yum -y install \
|
|
||||||
https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm \
|
|
||||||
novnc \
|
|
||||||
&& yum clean all
|
|
||||||
|
|
||||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
|
||||||
|
|
||||||
ADD nova-novncproxy.tar /
|
ADD nova-novncproxy.tar /
|
||||||
RUN ln -s /kanaka-noVNC-* /usr/share/novnc
|
RUN ln -s /kanaka-noVNC-* /usr/share/novnc
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
COPY start.sh /
|
COPY start.sh /
|
||||||
COPY config-external.sh /opt/kolla/
|
COPY config-external.sh /opt/kolla/
|
||||||
|
Reference in New Issue
Block a user