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>
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