summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-10-02 18:23:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-02 18:23:56 +0000
commit864527cb7a61eda541aa812fe985843989595e9a (patch)
treee6380c97ea910055b420031a41c4b89705f08fd2
parent11be8e73043eeaa9ec18508410ec28faecbccc08 (diff)
parent38907e27e354e2c7806b63d9482b6246c6685022 (diff)
Merge "Fixes python-networking-sfc install"
-rwxr-xr-xbuild/overcloud-full.sh2
-rwxr-xr-xbuild/undercloud.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index 789cdedb..06adbbe6 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -159,7 +159,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--run-command "mkdir /root/ovs28" \
--run-command "yumdownloader --destdir=/root/ovs28 openvswitch*2.8* python-openvswitch-2.8*" \
--upload ${CACHE_DIR}/$kvmfornfv_kernel_rpm:/root/ \
- --install python2-networking-sfc \
+ --install "http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/python2-networking-sfc-4.0.0-1.el7.noarch.rpm" \
--install python-etcd,puppet-etcd \
--install patch \
--install docker,kubelet,kubeadm,kubectl,kubernetes-cni \
diff --git a/build/undercloud.sh b/build/undercloud.sh
index 78124223..baaf424e 100755
--- a/build/undercloud.sh
+++ b/build/undercloud.sh
@@ -40,7 +40,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--upload ${BUILD_DIR}/apex-tripleo-heat-templates.tar.gz:/usr/share \
--install "openstack-utils" \
--install "ceph-common" \
- --install "python2-networking-sfc" \
+ --install "http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/python2-networking-sfc-4.0.0-1.el7.noarch.rpm" \
--install epel-release \
--install python34,python34-pip \
--install openstack-ironic-inspector,subunit-filters,docker-distribution,openstack-tripleo-validations \