-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post to phabricator on PR close (#213)
Bug: T318703
- Loading branch information
1 parent
b11757b
commit c9b1ad9
Showing
9 changed files
with
129 additions
and
30 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
jupyterhub: | ||
hub: | ||
extraVolumes: | ||
- name: homes | ||
nfs: | ||
server: 192.168.122.223 | ||
path: /mnt/project | ||
- name: dumps | ||
nfs: | ||
server: 192.168.122.223 | ||
path: /mnt/public/dumps | ||
# Without this, dumps becomes inaccessible and can hang the host | ||
- name: dumps-src1 | ||
nfs: | ||
server: 192.168.122.223 | ||
path: /mnt/nfs/dumps-labstore1007.wikimedia.org | ||
- name: dumps-src2 | ||
nfs: | ||
server: 192.168.122.223 | ||
path: /mnt/nfs/dumps-labstore1006.wikimedia.org | ||
extraConfig: | ||
00-myConfig: | | ||
localdev = False |
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
Binary file not shown.
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
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