Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Dockerfile.rocky9
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ ARG ENABLE_DUPLICATI=True
ARG ENABLE_SEAFILE=False
ARG SEAFILE_FQDN=
ARG SEAFILE_RO_ACCESS=False
ARG ENABLE_SANDBOXES=False
ARG ENABLE_CRONTAB=True
ARG ENABLE_JOBS=True
ARG ENABLE_RESOURCES=True
Expand Down Expand Up @@ -1007,7 +1006,6 @@ ARG ENABLE_DUPLICATI
ARG ENABLE_SEAFILE
ARG SEAFILE_FQDN
ARG SEAFILE_RO_ACCESS
ARG ENABLE_SANDBOXES
ARG ENABLE_CRONTAB
ARG ENABLE_JOBS
ARG ENABLE_RESOURCES
Expand Down Expand Up @@ -1228,7 +1226,6 @@ RUN ./generateconfs.py --source=. \
--enable_sharelinks=${ENABLE_SHARELINKS} --enable_transfers=${ENABLE_TRANSFERS} \
--enable_duplicati=${ENABLE_DUPLICATI} --enable_seafile=${ENABLE_SEAFILE} \
--seafile_fqdn=${SEAFILE_FQDN} --seafile_ro_access=${SEAFILE_RO_ACCESS} \
--enable_sandboxes=${ENABLE_SANDBOXES} \
--enable_crontab=${ENABLE_CRONTAB} --enable_jobs=${ENABLE_JOBS} \
--enable_resources=${ENABLE_RESOURCES} --enable_events=${ENABLE_EVENTS} \
--enable_gravatars=${ENABLE_GRAVATARS} --enable_sitestatus=${ENABLE_SITESTATUS} \
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ initdirs: initcomposevars
mkdir -p ${PERSISTENT_ROOT}/sitestats_home
mkdir -p ${PERSISTENT_ROOT}/quota_home
mkdir -p ${PERSISTENT_ROOT}/accounting_home
mkdir -p ${PERSISTENT_ROOT}/sandbox_home
mkdir -p ${PERSISTENT_ROOT}/sss_home
mkdir -p ${PERSISTENT_ROOT}/workflows_db_home
mkdir -p ${PERSISTENT_ROOT}/workflows_home
mkdir -p ${PERSISTENT_ROOT}/user_db_home
Expand Down
1 change: 0 additions & 1 deletion development.env
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ ENABLE_DUPLICATI=True
ENABLE_SEAFILE=False
SEAFILE_FQDN=
SEAFILE_RO_ACCESS=False
ENABLE_SANDBOXES=False
ENABLE_CRONTAB=True
ENABLE_JOBS=True
ENABLE_RESOURCES=True
Expand Down
1 change: 0 additions & 1 deletion development_gdp.env
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ ENABLE_DUPLICATI=False
ENABLE_SEAFILE=False
SEAFILE_FQDN=
SEAFILE_RO_ACCESS=False
ENABLE_SANDBOXES=False
ENABLE_CRONTAB=False
ENABLE_JOBS=False
ENABLE_RESOURCES=False
Expand Down
3 changes: 0 additions & 3 deletions doc/source/sections/configuration/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,6 @@ Variables
* - SEAFILE_RO_ACCESS
- False
- Toggles integrated read-only access to any locally hosted Seafile instance.
* - ENABLE_SANDBOXES
- False
- Enable the built-in sandbox resource feature for grid jobs
* - ENABLE_CRONTAB
- True
- Enable the built-in Schedule Tasks feature for users
Expand Down
46 changes: 0 additions & 46 deletions docker-compose_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@ services:
- type: volume
source: accounting_home
target: /home/mig/state/accounting_home
- type: volume
source: sandbox_home
target: /home/mig/state/sandbox_home
- type: volume
source: sss_home
target: /home/mig/state/sss_home
- type: volume
source: workflows_db_home
target: /home/mig/state/workflows_db_home
Expand Down Expand Up @@ -315,12 +309,6 @@ services:
# source: accounting_home
# target: /home/mig/state/accounting_home
#- type: volume
# source: sandbox_home
# target: /home/mig/state/sandbox_home
#- type: volume
# source: sss_home
# target: /home/mig/state/sss_home
#- type: volume
# source: workflows_db_home
# target: /home/mig/state/workflows_db_home
#- type: volume
Expand Down Expand Up @@ -465,12 +453,6 @@ services:
# source: accounting_home
# target: /home/mig/state/accounting_home
#- type: volume
# source: sandbox_home
# target: /home/mig/state/sandbox_home
#- type: volume
# source: sss_home
# target: /home/mig/state/sss_home
#- type: volume
# source: workflows_db_home
# target: /home/mig/state/workflows_db_home
#- type: volume
Expand Down Expand Up @@ -614,12 +596,6 @@ services:
# source: accounting_home
# target: /home/mig/state/accounting_home
#- type: volume
# source: sandbox_home
# target: /home/mig/state/sandbox_home
#- type: volume
# source: sss_home
# target: /home/mig/state/sss_home
#- type: volume
# source: workflows_db_home
# target: /home/mig/state/workflows_db_home
#- type: volume
Expand Down Expand Up @@ -760,12 +736,6 @@ services:
# source: quota_home
# target: /home/mig/state/quota_home
#- type: volume
# source: sandbox_home
# target: /home/mig/state/sandbox_home
#- type: volume
# source: sss_home
# target: /home/mig/state/sss_home
#- type: volume
# source: workflows_db_home
# target: /home/mig/state/workflows_db_home
#- type: volume
Expand Down Expand Up @@ -1124,22 +1094,6 @@ volumes:
device: ${PERSISTENT_ROOT}/accounting_home
o: bind

sandbox_home:
# Volume used to contain the migrid sandbox_home
driver: local
driver_opts:
type: none
device: ${PERSISTENT_ROOT}/sandbox_home
o: bind

sss_home:
# Volume used to contain the migrid sss_home
driver: local
driver_opts:
type: none
device: ${PERSISTENT_ROOT}/sss_home
o: bind

workflows_db_home:
# Volume used to contain the migrid workflows_db_home
driver: local
Expand Down
1 change: 0 additions & 1 deletion production.env
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ ENABLE_DUPLICATI=True
ENABLE_SEAFILE=False
SEAFILE_FQDN=
SEAFILE_RO_ACCESS=False
ENABLE_SANDBOXES=False
ENABLE_CRONTAB=True
ENABLE_JOBS=True
ENABLE_RESOURCES=True
Expand Down
Loading