diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-11 06:13:03 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-11 18:02:55 +0200 |
commit | 519def66f241c4a9d0d3ac3aa8bd47484a25188b (patch) | |
tree | faa7be24f07813e0ac02899dbc2529036ef7a6fa /.gitignore | |
parent | b666bc50b2b8b1bb8cde5cdab280f0409bde4958 (diff) |
[cleanup] Move default storage dir to /var/lib
Since we switched to dockerized Salt master and mounting the full
contents of the current git repo inside cfg01's /root/fuel dir,
exposing temporary deploy artifacts should be avoided, i.e. the
default temporary storage location (configurable via '-S' deploy arg)
should be moved outside the git repo.
JIRA: FUEL-383
Change-Id: I32f7197b018fd853867de42f5618650ac9022dc9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 059072f14..4a787d9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,6 @@ **/docs_build/ **/docs_output/ **/releng/ -**/mcp/deploy/images/ -**/mcp/scripts/user-data.sh **/mcp/scripts/virsh_net/*.xml **/mcp/scripts/docker-compose/*.yaml **/mcp/scripts/*.img |