X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Fovercloud-full.sh;h=ac412d901d4324d30019df00677f3f25273825ed;hb=f941e233e575821695dc876c9a7a9f6c31e6dd00;hp=09137d7b5ba4eaff0d4245e1ba2f721c4e4a4b22;hpb=0220094bfe4abdc964f282f4f01190897e3065e4;p=apex.git diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 09137d7b..ac412d90 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -152,8 +152,7 @@ LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \ --upload ${BUILD_DIR}/kubernetes.repo:/etc/yum.repos.d/ \ --run-command "mkdir /root/fdio" \ --upload ${BUILD_DIR}/noarch/$netvpp_pkg:/root/nosdn_vpp_rpms \ - --install honeycomb \ - --install vpp-plugins,vpp,vpp-lib,vpp-api-python \ + --install honeycomb,vpp-plugins,vpp,vpp-lib,vpp-api-python \ --run-command "rm -f /etc/sysctl.d/80-vpp.conf" \ --run-command "curl -f https://copr.fedorainfracloud.org/coprs/leifmadsen/ovs-master/repo/epel-7/leifmadsen-ovs-master-epel-7.repo > /etc/yum.repos.d/leifmadsen-ovs-master-epel-7.repo" \ --run-command "mkdir /root/ovs28" \