Merge "Install agent dependencies from source for CentOS"
This commit is contained in:
commit
ec835750e7
@ -15,7 +15,16 @@ RUN pip install oslo.versionedobjects
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif install_type == 'source' %}
|
{% elif install_type == 'source' %}
|
||||||
{% if base_distro in ['ubuntu', 'debian'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
RUN yum -y install \
|
||||||
|
uuid \
|
||||||
|
dnsmasq \
|
||||||
|
ipset \
|
||||||
|
openvswitch \
|
||||||
|
&& yum clean all
|
||||||
|
|
||||||
|
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends \
|
RUN apt-get install -y --no-install-recommends \
|
||||||
iptables \
|
iptables \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user