diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-09-03 11:20:59 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-09-03 11:25:21 +0800 |
commit | 0634fd53e4b8b9519574449ee35a40edfcf6a9d2 (patch) | |
tree | 66109b5198336c4b34d6ef399e311b49d65a8248 /compass-cobbler | |
parent | 20e229822b31b03e1120c3e5efd4ba131261617e (diff) |
Passing ipmi credentials to cobbler
JIRA: COMPASS-616
Add host ipmi credentials into cobbler system
to manage host power.
Change-Id: I6ffbb390f920fe146887513d3f7e48f05630a25f
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'compass-cobbler')
-rw-r--r-- | compass-cobbler/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compass-cobbler/Dockerfile b/compass-cobbler/Dockerfile index d963e49..e5c1459 100644 --- a/compass-cobbler/Dockerfile +++ b/compass-cobbler/Dockerfile @@ -6,7 +6,8 @@ ARG BRANCH=master # pkgs and services... RUN yum -y update && \ yum -y install epel-release && \ - yum -y install wget dhcp bind syslinux pykickstart file initscripts net-tools tcpdump xinetd vim avahi avahi-tools ntp && \ + yum -y install wget dhcp bind syslinux pykickstart file initscripts net-tools tcpdump xinetd vim \ + avahi avahi-tools ntp fence_agents && \ wget http://artifacts.opnfv.org/compass4nfv/package/cobbler/cobbler-2.6.10-1.fc22.noarch.rpm && \ wget http://artifacts.opnfv.org/compass4nfv/package/cobbler/cobbler-web-2.6.10-1.fc22.noarch.rpm && \ yum -y localinstall cobbler-2.6.10-1.fc22.noarch.rpm cobbler-web-2.6.10-1.fc22.noarch.rpm && \ |