summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-06-05 16:19:26 -0400
committerFeng Pan <fpan@redhat.com>2017-06-05 16:30:49 -0400
commitec255e70792340c86d5e1a975ac1ae94b135fb8e (patch)
tree302a6aedfab6e25b8af076aeeb6478c8e5f70a55 /build
parent341d03f86b718e0d556c2e12baebdca8760a28ec (diff)
Pin puppet-fdio version for stable/danube
Since stable/danube uses 17.04 release of VPP and Honeycomb, we need to pin puppet-fdio to the commit before 17.07 specific interface role tagging changes. Change-Id: Id2c52679ab5bc74995149ed1df5365b934f89c3f Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/overcloud-full.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index a0d16c3f..21167034 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -53,6 +53,7 @@ popd > /dev/null
rm -rf puppet-fdio
git clone https://git.fd.io/puppet-fdio
pushd puppet-fdio > /dev/null
+git checkout 4a9d6b863d1c77af21a1c5ea278c8cba3386a45f
git archive --format=tar.gz --prefix=fdio/ HEAD > ${BUILD_DIR}/puppet-fdio.tar.gz
popd > /dev/null