diff options
author | Steven Hardy <shardy@redhat.com> | 2017-03-02 11:48:09 +0000 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-03-06 08:42:54 -0700 |
commit | 149f04e9cf19c8266a118be24a423b1ccd1b4064 (patch) | |
tree | 45b50b83447e2155406c9f21c9217a15f5834084 /releasenotes | |
parent | 292a7514379856f5dcd990216f55701f4169618a (diff) |
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
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/docker_profile-8571ae260eec69b8.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/docker_profile-8571ae260eec69b8.yaml b/releasenotes/notes/docker_profile-8571ae260eec69b8.yaml new file mode 100644 index 0000000..ddbf175 --- /dev/null +++ b/releasenotes/notes/docker_profile-8571ae260eec69b8.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Added a new profile to configure the docker service |