| Port details |
- nomad Cluster manager and scheduler
- 1.9.6_4 sysutils
=2 1.9.6_3Version of this port present on the latest quarterly branch. - Maintainer: jhixson@FreeBSD.org
 - Port Added: 2016-06-22 20:12:21
- Last Update: 2026-02-11 19:21:45
- Commit Hash: 97685c1
- People watching this port, also watch:: vault, bsdstats, irssi, tmux
- License: MPL20
- WWW:
- https://www.nomadproject.io/
- Description:
- Nomad is a cluster manager and scheduler that provides a common workflow
to deploy applications across an infrastructure. Deploy virtualized,
containerized, or standalone application workloads across a fleet of
servers to maximize resource utilization.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/nomad/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/nomad
- pkg install nomad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nomad
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1758923055
SHA256 (go/sysutils_nomad/hashicorp-nomad-v1.9.6_GH0/go.mod) = 04f704eec458c1528b396b244f2a0247e591a639b876df93e7a3c92478e2c9b5
SIZE (go/sysutils_nomad/hashicorp-nomad-v1.9.6_GH0/go.mod) = 17546
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go125 : lang/go125
- Fetch dependencies:
-
- go125 : lang/go125
- This port is required by:
- for Run
-
- sysutils/minipot
- sysutils/nomad-driver-podman
- sysutils/nomad-pot-driver
Configuration Options:
- No options to configure
- Options name:
- sysutils_nomad
- USES:
- cpe go:modules zip
- pkg-message:
- If upgrading
- The nomad rc script requires the nomad data directory (as configured
in the rc variable `nomad_dir`) to use strict directory permissions.
If your nomad data directory was created automatically using a
previous version of the package, it is likely that its permissions
are too lax. If that is the case, nomad will refuse to start with
an error message and the situation can be resolved by adjusting
directory permissions manually by issuing the chmod command,
e.g. `chmod 700 /var/tmp/nomad`.
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.5.2 04 Jan 2017 16:43:17
  |
tz  |
sysutils/nomad: Update from 0.5.1 to 0.5.2
- client: Fixed a race condition and remove panic
when handling duplicate allocations
- client: Cancel wait for remote allocation if migration is no longer required
- client: Failure to stat a single mountpoint does not cause all of host
resource usage collection to fail
PR: 215744
Submitted by: jhixson@gmail.com (maintainer) |
0.5.1 14 Dec 2016 17:23:30
  |
olivierd  |
Update to 0.5.1
PR: 215270
Submitted by: <jhixson@gmail.com> (maintainer) |
0.5.0 14 Dec 2016 16:06:20
  |
mat  |
More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.
Sponsored by: Absolight |
0.5.0 21 Nov 2016 22:02:30
  |
kmoore  |
- Update to 0.5.0
- Update maintainer e-mail address
PR: 214672
Submitted by: Maintainer - John Hixson <jhixson@gmail.com> |
0.4.0_3 16 Jul 2016 01:57:45
  |
kmoore  |
- Restore the PORTREV = 3 from previous bad commit |
0.4.0_2 14 Jul 2016 17:55:26
  |
kmoore  |
- Fix fetching distfiles
- Cleanup some formatting
Approved by: Maintainer <john@pcbsd.org> |
0.4.0_3 09 Jul 2016 03:52:53
  |
kmoore  |
- Update to latest GH tag(s)
PR: 210862
Submitted by: Maintainer |
0.4.0_2 01 Jul 2016 17:38:11
  |
kmoore  |
- Update to the re-rolled distfiles for 0.4.0
PR: 210456
Submitted by: Maintainer |
0.4.0_1 29 Jun 2016 02:20:12
  |
kmoore  |
- Port only runs on AMD64, mark as such
PR: 210456
Submitted by: Maintainer |
0.4.0_1 23 Jun 2016 13:23:13
  |
kmoore  |
- Fix a compile-time warning and future compat with
newer versions of GO
PR: 210456
Submitted by: John Hixson <jhixson@gmail.com> |
0.4.0_1 22 Jun 2016 20:12:09
  |
kmoore  |
Nomad is a cluster manager and schedular that provides a common workflow
to deploy applications across an infrastructure. Deploy virtualized,
containerized, or standalone application workloads across a fleet of
servers to maximize resource utilization.
https://www.nomadproject.io/
PR: 210456
Submitted by: John Hixson <jhixson@gmail.com> |