-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressed the details missed in kive_purge.conf and kive_apache.conf …
…that were reported in a comment to issue #1790.
- Loading branch information
Richard Liang
committed
Jan 2, 2024
1 parent
1388ef8
commit 083f271
Showing
5 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,17 @@ kive_listen_port: 8080 | |
update_kive_source: yes | ||
kive_server_email: [email protected] | ||
kive_admins: "[[\"kive\", \"[email protected]\"]]" | ||
kive_subject_prefix: "Kive server" | ||
kive_subject_prefix: "Kive (development) server" | ||
kive_backup_path: /data/kive_db_backup | ||
kive_python_package: python3.7 | ||
kive_python_executable: python3.7 | ||
|
||
# Settings used by the Kive purge tasks; uncomment if you need to customize | ||
# for your system (the defaults are likely good for a development system). | ||
# kive_purge_start: "20GB" | ||
# kive_purge_stop: "15GB" | ||
# kive_log_level: WARN | ||
|
||
# Settings for network services running on the head node, | ||
# e.g. firewall, NFS, and PostgreSQL. | ||
nfs_export_to_hosts: 192.168.64.0/255.255.255.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,22 @@ | |
# Most of the network information should be already set appropriately. | ||
|
||
# Variables needed to set up Kive. | ||
kive_allowed_hosts: "[\"*\"]" | ||
kive_allowed_hosts: "[\"192.168.69.179\", \"kive-int.cfenet.ubc.ca\"]" | ||
kive_listen_port: 80 | ||
update_kive_source: yes | ||
kive_server_email: [email protected] | ||
kive_admins: "[[\"kive\", \"[email protected]\"]]" | ||
kive_subject_prefix: "Kive server" | ||
kive_subject_prefix: "Kive server on Octomore" | ||
kive_backup_path: /media/backup | ||
kive_version: v0.16.2 | ||
kive_python_package: python3.7 | ||
kive_python_executable: python3.7 | ||
|
||
# Settings used by the Kive purge tasks. | ||
kive_purge_start: "4TB" | ||
kive_purge_stop: "3.5TB" | ||
kive_log_level: INFO | ||
|
||
# Slurm configuration. | ||
slurmctlnode: octomore | ||
slurm_nodes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters