summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2017-12-04 10:31:57 +0800
committerwutianwei <wutianwei1@huawei.com>2017-12-04 10:31:57 +0800
commit35c7dd8a2a74f252d9ef60e696379353076063f8 (patch)
tree29f48e946a614ab95edeb24af0fd6425105bab5a
parent8b67f90bd3d25c6457801303fd2a151127e74c58 (diff)
Change the package of cobbler container
The URL of cobbler and cobbler-web don't exist, so we use artifacts repo instead of these. Change-Id: I5652a070ecd909f907165ecc0e0e31522272d8fb Signed-off-by: wutianwei <wutianwei1@huawei.com>
-rw-r--r--compass-cobbler/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/compass-cobbler/Dockerfile b/compass-cobbler/Dockerfile
index 5f5f2d1..ddb3161 100644
--- a/compass-cobbler/Dockerfile
+++ b/compass-cobbler/Dockerfile
@@ -7,8 +7,8 @@ ARG BRANCH=master
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 && \
- wget ftp://mirror.switch.ch/pool/4/mirror/fedora/linux/updates/22/armhfp/c/cobbler-2.6.10-1.fc22.noarch.rpm && \
- wget ftp://mirror.switch.ch/pool/4/mirror/fedora/linux/updates/22/armhfp/c/cobbler-web-2.6.10-1.fc22.noarch.rpm && \
+ 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 && \
rm -f cobbler-2.6.10-1.fc22.noarch.rpm cobbler-web-2.6.10-1.fc22.noarch.rpm && \
systemctl enable cobblerd && \