forked from nextflow-io/nf-nomad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (25 loc) · 1.26 KB
/
.env.example
File metadata and controls
28 lines (25 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ------------------------------------------------------------------
# Environment variables for integration tests
#
# Copy this file to .env and fill in the values for your target cluster,
# then source it before running tests:
#
# source .env # bash/zsh
# source .env # fish (if using set -gx syntax)
# make test-local # or: make test-oci
# ------------------------------------------------------------------
# --- Common --------------------------------------------------------
# Which test environment to activate.
# Values: mock | local | oci
# NF_NOMAD_TEST_ENV=local
# --- local-nomad-minio (../../infrastructure/03_automation/035_terraform/local-nomad-minio/) ---
# NOMAD_ADDR=http://localhost:4646
# NOMAD_DC= # leave empty for default datacenter
# NOMAD_TOKEN= # not required for local dev agent
# --- oci-vm-nomad (../../infrastructure/03_automation/035_terraform/oci-vm-nomad/) ---
# Source the generated env file first:
# source ../../infrastructure/03_automation/035_terraform/oci-vm-nomad/generated/env.sh
# That sets NOMAD_ADDR and NOMAD_TOKEN automatically.
# NOMAD_ADDR=http://<oci-server-public-ip>:4646
# NOMAD_TOKEN=<bootstrap-or-client-token>
# NOMAD_DC=<datacenter-name>