From 149f04e9cf19c8266a118be24a423b1ccd1b4064 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 2 Mar 2017 11:48:09 +0000 Subject: 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 Change-Id: Id8add1e8a0ecaedb7d8a7dc9ba3747c1ac3b8eea --- releasenotes/notes/docker_profile-8571ae260eec69b8.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/docker_profile-8571ae260eec69b8.yaml (limited to 'releasenotes/notes/docker_profile-8571ae260eec69b8.yaml') 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 -- cgit 1.2.3-korg