Merge "nodepool-builder: add /opt/dib_cache"

This commit is contained in:
Zuul 2020-03-16 00:35:59 +00:00 committed by Gerrit Code Review
commit 149d591f1f
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
group: nodepool
loop:
- '/opt/dib_tmp'
- '/opt/dib_cache'
- '/opt/nodepool_dib'
- '/var/log/nodepool/builds'

View File

@ -22,6 +22,8 @@ services:
- /opt/project-config:/opt/project-config:ro
# dib temporary storage; see config in project-config
- /opt/dib_tmp:/opt/dib_tmp:rw
# dib cache; see config in project-config
- /opt/dib_cache:/opt/dib_cache:rw
# dib image output; see config in project-config
- /opt/nodepool_dib:/opt/nodepool_dib:rw
# logs (builder + dib build logs under /build)