Add docker profile
authorSteven Hardy <shardy@redhat.com>
Thu, 2 Mar 2017 11:48:09 +0000 (11:48 +0000)
committerAlex Schultz <aschultz@redhat.com>
Mon, 6 Mar 2017 15:42:54 +0000 (08:42 -0700)
commit149f04e9cf19c8266a118be24a423b1ccd1b4064
tree45b50b83447e2155406c9f21c9217a15f5834084
parent292a7514379856f5dcd990216f55701f4169618a
Add docker profile

This configures the docker service on the host, as an alternative
to the firstboot script in docker/firstboot/setup_docker_host.sh

Doing this via puppet will enable easier integration with e.g
the multinode jobs where no firstboot scripts run, and also
enables a better error path in the event the service fails to start

Co-Authored-By: Alex Schultz <aschultz@redhat.com>
Change-Id: Id8add1e8a0ecaedb7d8a7dc9ba3747c1ac3b8eea
manifests/profile/base/docker.pp [new file with mode: 0644]
releasenotes/notes/docker_profile-8571ae260eec69b8.yaml [new file with mode: 0644]
spec/classes/tripleo_profile_base_docker_spec.rb [new file with mode: 0644]