Christian Winther
0c5154100c
fix: increase log rotator line scan limit
...
In case where gelf/json logging is used, its fairly easy to exceed the 16k limit, resulting in json output being cut up into multiple strings
the result is invalid json lines which can create all kind of badness in the logging server
This fixes https://github.com/hashicorp/nomad/issues/4699
Signed-off-by: Christian Winther <jippignu@gmail.com>
2018-10-09 18:57:18 +02:00
Alex Dadgar
10da0ad93b
Merge pull request #4763 from hashicorp/f-devices-parse
...
Parse devices in job spec
2018-10-09 08:59:25 -07:00
Sébastien Portebois
e04c7f5060
Fix the service stanza link in task documentation
...
Only a single service link target was set for both the service job spec and the Consul-connect integration.
2018-10-09 09:39:33 -04:00
Preetha Appan
1574e898af
Fix bug in reconciler where terminal allocs on a job already stopped were unnecessarily updated
2018-10-08 21:03:49 -05:00
Alex Dadgar
a2a56a930c
Diff
2018-10-08 17:02:58 -07:00
Alex Dadgar
87cacb427f
parse devices
2018-10-08 16:09:41 -07:00
Alex Dadgar
6b08b9d6b6
Define device request structs
2018-10-08 15:38:03 -07:00
Alex Dadgar
38e75bdffe
Merge pull request #4750 from hashicorp/f-allocated-resources
...
Split Resource struct
2018-10-08 14:50:40 -07:00
Chris Baker
0d0da84462
Merge pull request #4743 from hashicorp/doc-rpc-port-discussion
...
docs: make explicit the communication pattern on RPC port (4647)
2018-10-08 16:01:41 -04:00
Chris Baker
333b767b78
Merge pull request #4755 from hashicorp/f-update-go-version-to-1.11
...
Vagrant: Update go version to 1.11
2018-10-08 15:33:24 -04:00
Chris Baker
e1062b7467
docs: broke docs testing out into its own travis stage
2018-10-08 15:11:46 -04:00
Chris Baker
e2dc9b33ed
docs: modified docs wget testing to be a little less verbose
2018-10-08 15:02:15 -04:00
Chris Baker
daa363aaf3
docs: fixed incorrect env var in travis that to enable website testing
2018-10-08 14:54:40 -04:00
Chris Baker
bd26f885ce
docs: added docs website tests using a simple wget --recursive
2018-10-08 14:44:23 -04:00
Chris Baker
7326a51021
docs: changed localhost URLs for local UI from hyperlinks to pre-text, they were interfering with bad link detection
2018-10-08 14:42:33 -04:00
Chris Baker
6172eb92ca
docs: fixed broken links to schedulers page
2018-10-08 13:23:14 -04:00
Alex Dadgar
300926552b
Fix example drain API request
2018-10-08 10:06:39 -07:00
Alex Dadgar
0183fb4e5c
nvidia package restructue + build non-linux
2018-10-05 13:56:04 -07:00
Chris Baker
bd55ff8f30
renamed vagrant script to accurately reflect non-privileged requirement
2018-10-05 10:07:05 -04:00
Chris Baker
014184749f
vagrant: updated go_version to 1.11 in vagrant-linux go provisioning script
2018-10-04 19:06:35 -04:00
Chris Baker
6c480ac408
vagrant: modified UI provisioning script to run as non-privileged
2018-10-04 19:06:35 -04:00
Omar Khawaja
b833e4e8f6
editing monitoring.html ( #4754 )
2018-10-04 18:40:13 -04:00
Omar Khawaja
ceb2eed3e5
editing lb guide ( #4753 )
2018-10-04 18:26:51 -04:00
Alex Dadgar
b6d50726e2
Merge pull request #4638 from oleksii-shyman/nvidia-plugin
...
WIP :: Nvidia Plugin
2018-10-04 15:24:36 -07:00
Alex Dadgar
01f8e5b95f
renames
2018-10-04 14:57:25 -07:00
oleksii.shyman
118e3fe7e9
Introduce nvidia-plugin reserve
...
- added reserve functionality that returns OCI compliant env variables
specifying GPU IDs to be injected inside the container
2018-10-04 14:55:34 -07:00
Alex Dadgar
52f9cd7637
fixing tests
2018-10-04 14:26:19 -07:00
Omar Khawaja
b3937e3fc6
Monitoring and Alerting Guide with Prometheus [WIP] ( #4706 )
...
* add prometheus configuration guide
* fixing sub navigation issue
* Add detail to Next Steps
* add alerting component to guide
* update
* change docker image name and shorten job templates
* re-arrange to fix broken links
2018-10-04 17:15:10 -04:00
Omar Khawaja
adfd89ded8
Load Balancing with Fabio Guide ( #4445 )
...
* add load-balancing guide
* restructure load balancing section
* defining consul lb strategies inline and giving fabio its own bullet point
* update docker image name and shorten job template
* changing system scheduler link to relative link and moving load balancing navigation link right to right above Web UI
2018-10-04 16:18:52 -04:00
oleksii.shyman
0ea1dc1776
Introduce Nvidia-plugin stats
...
- created go-nvml wrapper for stats
- added stats feature to nvidia-plugin
2018-10-03 15:12:05 -07:00
oleksii.shyman
b4a4b395e3
Introduce nvidia-plugin fingerprinting
...
- created go-nvml wrapper for fingerprinting
- added fingerprinting feature to nvidia-plugin
2018-10-03 15:11:56 -07:00
Alex Dadgar
bac5cb1e8b
Scheduler uses allocated resources
2018-10-02 17:08:25 -07:00
Chris Baker
33328c973d
docs: amended description per @dadgar suggestions in https://github.com/hashicorp/nomad/pull/4743
2018-10-02 13:02:56 -04:00
Chris Baker
307d66590c
docs: make explicit the communication pattern on RPC port (4647)
2018-10-02 12:19:37 -04:00
Sébastien Portebois
2d1f082a1d
Add missing link to vault in task spec documentation
2018-10-01 20:13:03 -04:00
Alex Dadgar
147d2430a1
allocated resources structs
2018-09-29 18:47:28 -07:00
Alex Dadgar
5c8697667e
Node reserved resources
2018-09-29 18:44:55 -07:00
Alex Dadgar
3183153315
Node resources on client
2018-09-29 17:23:41 -07:00
Michael Lange
ca631ee217
Override the a11y title and description for the stats time series chart
...
Since this is a use case specific chart, we can use use case specific
language in our labels.
2018-09-27 12:55:52 -07:00
Michael Lange
cdb1831ceb
Add a11y features to the line-chart component
...
- Treat it as an image
- Add a title and a description
- Hide the axes, just in case
2018-09-27 12:55:52 -07:00
Michael Lange
866b74be19
Add a longForm option to format-duration
2018-09-27 12:55:17 -07:00
Alex Dadgar
564da575e1
changelog
2018-09-26 14:53:15 -07:00
Michael Lange
4a98bf989f
Make the global logo link to the jobs page (home page)
2018-09-26 11:19:24 -07:00
Michael Lange
ea87417d4f
Add utilization stats to the task rows on allocation detail
2018-09-26 10:59:26 -07:00
Michael Lange
5736b71f00
Remove no longer used allocation-stats class
2018-09-26 10:59:26 -07:00
Michael Lange
9b90683e6b
Use the StatsTracker method of getting alloc stats in alloc row
2018-09-26 10:59:26 -07:00
Michael Lange
95988440dc
Merge pull request #4704 from hashicorp/f-ui-applied-stat-charts
...
UI: Stat charts everywhere
2018-09-26 10:58:06 -07:00
Alex Dadgar
c75dc3d1e2
Merge pull request #4723 from hashicorp/b-autopilot-cli
...
Fix autopilot set enable custom upgrades flag
2018-09-25 13:53:52 -07:00
Alex Dadgar
c031b22d03
Fix autopilot set enable custom upgrades flag
2018-09-25 13:49:35 -07:00
Alex Dadgar
9b793531d6
Merge pull request #4720 from hashicorp/b-jet-fixes
...
Series of scheduler fixes / debugging enhancements
2018-09-25 13:25:11 -07:00