-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add more server URLs with updated ones in neurodesk.ardc.edu.au.conf
- Modify test-cvmfs.yml and test_cvmfs.sh for better server probing - Add static strace executable to Docker image for debugging purposes and remove packaged strace - Adjust jupyter environment variables for Docker compatibility on Apple silicon - Fix user-mapping.xml for VNC connection and remove obsolete configuration file
- Loading branch information
Showing
8 changed files
with
33 additions
and
115 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CVMFS_USE_GEOAPI=no | ||
CVMFS_SERVER_URL="http://cvmfs.neurodesk.org/cvmfs/@fqrn@;http://cvmfs-geoproximity.neurodesk.org/cvmfs/@fqrn@" | ||
CVMFS_USE_GEOAPI=yes | ||
CVMFS_SERVER_URL="http://s1perth-cvmfs.openhtc.io/cvmfs/@fqrn@;http://s1fnal-cvmfs.openhtc.io:8080/cvmfs/@fqrn@;http://s1sampa-cvmfs.openhtc.io:8080/cvmfs/@fqrn@;http://s1osggoc-cvmfs.openhtc.io:8080/cvmfs/@fqrn@;http://s1brisbane-cvmfs.openhtc.io/cvmfs/@fqrn@;http://s1nikhef-cvmfs.openhtc.io/cvmfs/@fqrn@;http://cvmfs.neurodesk.org/cvmfs/@fqrn@;http://s1bnl-cvmfs.openhtc.io/cvmfs/@fqrn@" | ||
CVMFS_KEYS_DIR="/etc/cvmfs/keys/ardc.edu.au/" |
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 |
---|---|---|
@@ -1,16 +1,30 @@ | ||
<user-mapping> | ||
<authorize username="jovyan" password="password"> | ||
<connection name="Desktop Dynamic-Resolution (RDP)"> | ||
<connection name="Desktop RDP - changes resolution by resizing window and waiting for refresh"> | ||
<protocol>rdp</protocol> | ||
<param name="hostname">localhost</param> | ||
<param name="username">jovyan</param> | ||
<param name="password">password</param> | ||
<param name="port">3389</param> | ||
<param name="security\">any</param> | ||
<param name="security">any</param> | ||
<param name="ignore-cert">true</param> | ||
<param name="resize-method\">reconnect</param> | ||
<param name="resize-method">reconnect</param> | ||
<param name="enable-drive">true</param> | ||
<param name="drive-path">/home/jovyan/Desktop</param> | ||
</connection> | ||
<connection name="Desktop VNC - changes resolution by running lxrandr on a terminal"> | ||
<protocol>vnc</protocol> | ||
<param name="hostname">localhost</param> | ||
<param name="username">jovyan</param> | ||
<param name="password">password</param> | ||
<param name="port">5901</param> | ||
<param name="enable-sftp">true</param> | ||
<param name="sftp-hostname">localhost</param> | ||
<param name="sftp-username">jovyan</param> | ||
<param name="sftp-port">2222</param> | ||
<param name="sftp-directory">/home/jovyan/Desktop</param> | ||
<param name="sftp-private-key"> | ||
</param> | ||
</connection> | ||
</authorize> | ||
</user-mapping> |
This file was deleted.
Oops, something went wrong.
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