From 5d553b2b911f133f151269e387678063f8eba1e6 Mon Sep 17 00:00:00 2001 From: Dinos Kousidis Date: Tue, 2 Oct 2018 16:51:11 +0200 Subject: [PATCH 1/2] cluster: default job-controller storage to LOCAL * Revert default option for spawned jobs to use hostpath instead of CephFS, so that a cluster is functional by default. Signed-off-by: Dinos Kousidis --- reana_cluster/configurations/reana-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reana_cluster/configurations/reana-cluster.yaml b/reana_cluster/configurations/reana-cluster.yaml index 7543fd0..2814b73 100644 --- a/reana_cluster/configurations/reana-cluster.yaml +++ b/reana_cluster/configurations/reana-cluster.yaml @@ -25,7 +25,7 @@ components: environment: - <<: *db_base_config - SHARED_VOLUME_PATH: "/reana" - - REANA_STORAGE_BACKEND: "CEPHFS" + - REANA_STORAGE_BACKEND: "LOCAL" reana-server: type: "docker" From 22bc2098db50fd73dec8d7ffb16a1769ef99973b Mon Sep 17 00:00:00 2001 From: Tibor Simko Date: Wed, 10 Oct 2018 10:31:13 +0200 Subject: [PATCH 2/2] release: v0.3.4 Signed-off-by: Tibor Simko --- CHANGES.rst | 5 +++++ reana_cluster/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6642442..b34aac3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changes ======= +Version 0.3.4 (2018-10-10) +-------------------------- + +- Fixes default storage method to use Local instead of CephFS. + Version 0.3.3 (2018-09-27) -------------------------- diff --git a/reana_cluster/version.py b/reana_cluster/version.py index 62b2d7c..5c2ef85 100644 --- a/reana_cluster/version.py +++ b/reana_cluster/version.py @@ -27,4 +27,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.3.3" +__version__ = "0.3.4"