paunch/paunch
Alex Schultz e2306816b1 [QUEENS Only] Always do a image pull
In queens we use paunch to manage the images and containers. Container
images are not updated if the image has changed but the container tag
has not because we simply check if the container exists on disk. This
change drops the exists check and just issues a pull for all containers
to ensure they are up to date. In newer versions we always pre-fetch the
containers as part of the deployment so we don't need to do this
image management in paunch (or ansible).

Change-Id: Icb5b949c0d9cd41328e1af3d4ec3066d6971c6fd
Closes-Bug: #1895974
2020-09-21 10:16:57 -06:00
..
builder [QUEENS Only] Always do a image pull 2020-09-21 10:16:57 -06:00
tests [QUEENS Only] Always do a image pull 2020-09-21 10:16:57 -06:00
utils Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all' 2020-03-19 17:39:11 -04:00
__init__.py Process labels before building container run args 2020-04-08 15:58:49 +02:00
cmd.py Fix labels to take multiple values 2020-01-23 14:09:56 +00:00
constants.py Log to a file by default, unless debugging 2020-01-15 14:38:15 +01:00
main.py Start to write docs 2017-04-06 15:15:59 +12:00
runner.py [queens-only] Improve volume validation (unclean backport) 2020-07-24 10:33:24 -04:00