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

Merge "Source based builds should get novnc from tarball (git/url)"

parents 93b8d5b0 f24e80d7
No related branches found
No related tags found
No related merge requests found
......@@ -11,19 +11,10 @@ RUN yum -y install \
{% endif %}
{% 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 /
RUN ln -s /kanaka-noVNC-* /usr/share/novnc
{% endif %}
{% endif %}
COPY start.sh /
......
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