Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Commits
1521040c
Commit
1521040c
authored
3 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
We're configuring "100tb" elsewhere now
parent
a1fbaf99
No related branches found
No related tags found
3 merge requests
!140
Merge staging into production
,
!118
Merge develop into staging
,
!109
Regularize (somewhat) the definition of grids for Morph
Pipeline
#748
passed
3 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
morph/grid/production/grid.nix
+4
-2
4 additions, 2 deletions
morph/grid/production/grid.nix
morph/lib/storage.nix
+0
-8
0 additions, 8 deletions
morph/lib/storage.nix
with
4 additions
and
10 deletions
morph/grid/production/grid.nix
+
4
−
2
View file @
1521040c
...
...
@@ -42,8 +42,10 @@ let
(
lib
.
customize-storage
config
sshUsers
nodecfg
.
publicIPv4
monitoringvpnKeyDir
vpnIP
stateVersion
)
];
# And supply configuration for those hardware / network / bootloader options.
"100tb"
.
config
=
nodecfg
;
# And supply configuration for those hardware / network / bootloader
# options. See the 100tb module for handling of this value. The module
# name is quoted because `1` makes `100tb` look an awful lot like
"100tb"
.
config
=
nodecfg
;
};
# Define all of the storage nodes for this grid.
...
...
This diff is collapsed.
Click to expand it.
morph/lib/storage.nix
+
0
−
8
View file @
1521040c
...
...
@@ -42,14 +42,6 @@ rec {
../../nixos/modules/monitoring/exporters/node.nix
];
# Pass the configuration specific to this host to the 100TB module to be
# expanded into a complete system configuration. See the 100tb module for
# handling of this value.
#
# The module name is quoted because `1` makes `100tb` look an awful lot like
# it should be a number.
# "100tb".config = cfg;
# Turn on the Private Storage (Tahoe-LAFS) service.
services
.
private-storage
=
{
# Yep. Turn it on.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment