summaryrefslogtreecommitdiffstats
path: root/build/overcloud-full.sh
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-08-11 09:34:25 -0400
committerFeng Pan <fpan@redhat.com>2016-08-16 14:34:27 -0400
commit5ed8715821281129b89f6c959463dccc1ec5641a (patch)
treec2ff8f65376f9e4c0c0a8359ea6deac34b278d10 /build/overcloud-full.sh
parent86c8fb3c833dd9acc80bb0e5367bee50aeebd5df (diff)
Added VPP (including python API) to build process
Change-Id: Iccc88105e92540fa2a52c827941827c05b8edf7b Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/overcloud-full.sh')
-rwxr-xr-xbuild/overcloud-full.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index a7d04eeb..636ac596 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -128,7 +128,11 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--run-command "cd /usr/lib/python2.7/site-packages/congress/datasources && curl -O $doctor_driver" \
--run-command "sed -i \"s/'--detailed-exitcodes',/'--detailed-exitcodes','-l','syslog','-l','console',/g\" /var/lib/heat-config/hooks/puppet" \
--upload /tmp/fdio-master.repo:/etc/yum.repos.d/fdio-master.repo \
- --install unzip,vpp,honeycomb \
+ --upload ../vpp-bin.tar.gz:/root \
+ --run-command "cd /root && tar zxvf vpp-bin.tar.gz" \
+ --run-command "yum install -y /root/vpp-bin/*.rpm" \
+ --run-command "tar zxvf /root/vpp-bin/vpp_papi*.tar.gz -C /" \
+ --install unzip,honeycomb \
--upload puppet-fdio.tar.gz:/etc/puppet/modules \
--run-command "cd /etc/puppet/modules && tar xzf puppet-fdio.tar.gz" \
--upload vsperf.tar.gz:/var/opt \