Skip to content

Commit f28e5c0

Browse files
fmastemgmeier
authored andcommitted
wb | Add Nomad ssd cluster support and test profile
1 parent 705da94 commit f28e5c0

File tree

6 files changed

+524
-476
lines changed

6 files changed

+524
-476
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ PROFILES_NOMAD_PERF := default-nomadperf ci-test-nomadperf ci-bench-nomadp
100100
PROFILES_NOMAD_PERF += plutus-nomadperf fast-nomadperf latency-nomadperf
101101
PROFILES_NOMAD_PERF_NOP2P := default-nomadperf-nop2p oldtracing-nomadperf-nop2p ci-test-nomadperf-nop2p ci-bench-nomadperf-nop2p
102102
PROFILES_NOMAD_PERF_NOP2P += value-nomadperf-nop2p value-oldtracing-nomadperf-nop2p plutus-nomadperf-nop2p fast-nomadperf-nop2p
103+
PROFILES_NOMAD_PERFSSD := fast-nomadperfssd
103104

104105
LOCAL_PROFILES += $(PROFILES_BASE)
105106
LOCAL_PROFILES += $(PROFILES_FAST)
@@ -118,6 +119,7 @@ LOCAL_PROFILES += $(PROFILES_CHAINSYNC)
118119
LOCAL_PROFILES += $(PROFILES_VENDOR)
119120
CLOUD_PROFILES += $(PROFILES_NOMAD_PERF)
120121
CLOUD_PROFILES += $(PROFILES_NOMAD_PERF_NOP2P)
122+
CLOUD_PROFILES += $(PROFILES_NOMAD_PERFSSD)
121123

122124

123125
## Note: to enable a shell for a profile, just add its name (one of names from 'make ps') to SHELL_PROFILES

nix/workbench/backend/nomad-job.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ let
190190
# namespace can be specified either with the flag -namespace or read from
191191
# the NOMAD_NAMESPACE environment variable."
192192
# https://developer.hashicorp.com/nomad/tutorials/manage-clusters/namespaces
193-
namespace = null;
193+
namespace = "default";
194194

195195
# The region in which to execute the job.
196196
region = "global"; # SRE: They are actually using global.

0 commit comments

Comments
 (0)