Pin puppet-fdio version for stable/danube 97/35797/2
authorFeng Pan <fpan@redhat.com>
Mon, 5 Jun 2017 20:19:26 +0000 (16:19 -0400)
committerFeng Pan <fpan@redhat.com>
Mon, 5 Jun 2017 20:30:49 +0000 (16:30 -0400)
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>
build/overcloud-full.sh

index a0d16c3..2116703 100755 (executable)
@@ -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