X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=packer%2Fprovision%2Fgbp.sh;h=95ba70c9b076f21d4420f79e88124e2148fccd26;hb=b3fb1d5145fd4468d778b0abec05f07fe1ca5370;hp=706e1525b5616aefc5721fbae1a48bf78459a88f;hpb=e0e8afb62c32cbfa97dc7d8ab950978bfb4f80e5;p=releng%2Fbuilder.git diff --git a/packer/provision/gbp.sh b/packer/provision/gbp.sh index 706e1525b..95ba70c9b 100644 --- a/packer/provision/gbp.sh +++ b/packer/provision/gbp.sh @@ -16,9 +16,9 @@ apt-get update apt-get install "linux-image-extra-$(uname -r)" linux-image-extra-virtual modprobe aufs -# we need garethr-docker in our puppet manifest to install docker -# cleanly -puppet module install garethr-docker --version 5.3.0 +# Install and configure docker. Use puppetlabs docker which supports +# Ubuntu 16.04 +puppet module install puppetlabs-docker_platform --version 2.2.1 # do the package install via puppet so that we know it actually installs # properly and it also makes it quieter but with better error reporting