summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-10-19 16:26:02 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-10-19 16:26:02 -0400
commit386fc8092a59b30341a598dde9ec163a80c2969c (patch)
treed26c810952df75833912ea5b6e17d8d11da41e61
parent06c222c8a982a7418300b891f9ae8dd1a36899ce (diff)
docker-start-containers: update data paths
-rwxr-xr-xdocker-start-containers4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-start-containers b/docker-start-containers
index 03f24ca..3f783bd 100755
--- a/docker-start-containers
+++ b/docker-start-containers
@@ -2,8 +2,8 @@
WEBAPP_VIRTUAL_HOST=openstack.linaro.org
STATIC_LOGS_VIRTUAL_HOST=openstack-logs.linaro.org
-DATA_DIR=/srv/tempest/data
-LOGS_DIR=/srv/tempest/logs/logs
+DATA_DIR=/srv/reporting-portal/data/openstack-linaro-org/tempest/data
+LOGS_DIR=/srv/reporting-portal/data/openstack-linaro-org/tempest/logs/logs
# start the neo4j container
docker run -d --name tempest-neo4j \