Merge "nodepool-builder: add /opt/dib_cache"
This commit is contained in:
commit
149d591f1f
@ -7,6 +7,7 @@
|
|||||||
group: nodepool
|
group: nodepool
|
||||||
loop:
|
loop:
|
||||||
- '/opt/dib_tmp'
|
- '/opt/dib_tmp'
|
||||||
|
- '/opt/dib_cache'
|
||||||
- '/opt/nodepool_dib'
|
- '/opt/nodepool_dib'
|
||||||
- '/var/log/nodepool/builds'
|
- '/var/log/nodepool/builds'
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ services:
|
|||||||
- /opt/project-config:/opt/project-config:ro
|
- /opt/project-config:/opt/project-config:ro
|
||||||
# dib temporary storage; see config in project-config
|
# dib temporary storage; see config in project-config
|
||||||
- /opt/dib_tmp:/opt/dib_tmp:rw
|
- /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
|
# dib image output; see config in project-config
|
||||||
- /opt/nodepool_dib:/opt/nodepool_dib:rw
|
- /opt/nodepool_dib:/opt/nodepool_dib:rw
|
||||||
# logs (builder + dib build logs under /build)
|
# logs (builder + dib build logs under /build)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user