system-config/playbooks/roles/nodepool-builder/templates
Clark Boylan 326e0dc4d7 Set stop_grace_period on nodepool-builder containers
By default docker-compose sends a sigterm to containers when they are
stopping. It then waitsfor 10 seconds before sending a sigkill. Our
nodepool-builder containers are restarted when new images are available
and if that happens during a dib build we leak contents into dib_tmp.
One theory is that we aren't giving dib enough time to clean up after
itself so increase the 10 second period before sending sigkill to 90
seconds.

I'm not sure if this will actually help, but it can't hurt much. If the
processes die quicker we don't go any slower and if they don't die
quicker then we're giving them more time to clean up.

Change-Id: Id12cac89cccfc14a8d262e8f8494046df777a80a
2021-01-21 15:12:15 -08:00
..
docker-compose.yaml.j2 Set stop_grace_period on nodepool-builder containers 2021-01-21 15:12:15 -08:00
vhost.conf.j2 nodepool-builder: fix servername 2020-05-07 13:09:04 +10:00