Skip to content
Snippets Groups Projects
Commit e25c12fe authored by Wanlong Gao's avatar Wanlong Gao
Browse files

ironic-conductor: install ipmitool for source deploy in centos

Change-Id: Ib6b095341c8d63b365d3575478b4dafa69720b63
Closes-Bug: #1534900
parent a755aa88
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,12 @@ RUN yum -y install openstack-ironic-conductor \ ...@@ -9,6 +9,12 @@ RUN yum -y install openstack-ironic-conductor \
{% endif %} {% endif %}
{% elif install_type == 'source' %} {% elif install_type == 'source' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install ipmitool \
&& yum clean all
{% endif %}
{% if base_distro in ['ubuntu', 'debian'] %} {% if base_distro in ['ubuntu', 'debian'] %}
RUN apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends \
......
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