Commit Graph

1332 Commits

Author SHA1 Message Date
Antoine POPINEAU 70d34da1bc Client config param added to specify net iface to use for fingerprinting. Added a Golang-native method for determining the interface IP address. 2015-10-01 17:31:47 +02:00
Diptanu Choudhury b73b8ea11d Upgrading to Go 1.5.1 for building Nomad in developer VM 2015-09-30 23:08:41 -07:00
Alex Dadgar 2c4f677f07 Merge pull request #181 from hashicorp/b-discover-path
Correctly scan the CWD for the nomad executable
2015-09-30 14:31:32 -07:00
Alex Dadgar 8230008114 Correctly scan the CWD for the nomad executable 2015-09-30 14:30:09 -07:00
Ryan Uber 2692a39c96 command: test init 2015-09-30 14:21:50 -07:00
Ryan Uber 6254719898 Add release target, package Nomad 2015-09-30 12:54:59 -07:00
Ryan Uber fe7826ffb5 git-ignore pkg directory 2015-09-30 12:40:24 -07:00
Ryan Uber 0dde27e464 Makefile updates 2015-09-30 12:39:05 -07:00
Ryan Uber 237a56aa67 website: update advertise configuration option descriptions 2015-09-30 12:05:55 -07:00
Clint 935d30d89f Merge pull request #139 from orivej/improve-link-speed-error-reporting
Improve link speed fingerprint error reporting
2015-09-29 16:02:15 -07:00
Clint e2dca9bbf8 Merge pull request #166 from spacejam/master
Fix typo in docs.
2015-09-29 15:57:49 -07:00
Ryan Uber 9b67f9bbe0 Make fixes for OS-specific deps 2015-09-29 15:42:57 -07:00
Tyler Neely cf25c091e6 Fix typo in docs. 2015-09-29 15:42:03 -07:00
Alex Dadgar 52a9694bed Update Vagrantfile to download correct binary. 2015-09-29 15:40:12 -07:00
Ryan Uber 7bb41d2f21 agent: return empty config for empty config dirs 2015-09-29 15:07:52 -07:00
Clint 5c6fe56764 Merge pull request #162 from d4v3y0rk/fix-typo
fixes some typos
2015-09-29 14:37:34 -07:00
Dave York ff2b331192 fixes another typo
- Ui should be UI
2015-09-29 17:16:55 -04:00
Dave York b1720ea5b2 fixes a typo in the docs 2015-09-29 17:00:48 -04:00
Orivej Desh 443d2deb32 Update obsolete comments 2015-09-29 20:33:11 +00:00
Orivej Desh d844997661 Fix "ifconfig not found" warning 2015-09-29 20:06:37 +00:00
Ryan Uber 3d4f04fb8d Merge pull request #160 from mrwacky42/patch-1
Link to raw Vagrantfile instead
2015-09-29 11:26:59 -07:00
Sharif Nassar 04219f6c3b Link to raw Vagrantfile instead 2015-09-29 10:24:28 -07:00
Ryan Uber 412a4f95ef Merge pull request #148 from lalyos/idiomatic_bash
use 'idiomatic' bash
2015-09-29 08:48:30 -07:00
Seth Vargo f26a28d241 Merge pull request #152 from jweissig/patch-1
Added missing period to custom.html.markdown
2015-09-29 08:40:34 -07:00
Clint cf00a93f5e Merge pull request #154 from jweissig/patch-2
Update avatar url from http to https (fixes ssl warning)
2015-09-29 08:04:25 -07:00
Clint 6ebb19bc50 Merge pull request #155 from jweissig/patch-3
Fix sidebar nav highlight for Qemu Driver
2015-09-29 08:03:13 -07:00
lalyos f26d9d0f61 use 'idiomatic' bash 2015-09-29 16:58:09 +02:00
Justin Weissig f1ab8c27d4 Fix sidebar nav highlight for Qemu Driver
When you are on the https://www.nomadproject.io/docs/drivers/qemu.html page, the side navbar is not highlighted, minor tweak to fix that issue.
2015-09-29 04:48:02 -07:00
Justin Weissig cfed1e6aaa Update avatar url from http to https (fixes ssl warning) 2015-09-29 04:37:42 -07:00
Justin Weissig 755c12ff0d Added missing period to custom.html.markdown 2015-09-29 04:24:09 -07:00
Niklas Aldergren 9145d8ffb9 Prevent df on linux from adding line breaks to output 2015-09-29 13:23:41 +02:00
Alex Dadgar c31b35038e Merge pull request #143 from ziporah/master
Changed typo in documentation
2015-09-29 00:29:56 -07:00
Alex Dadgar fb12e22e02 Merge pull request #145 from asbjornenge/typo
Typo: Too many Resource(s) for YARN 😛
2015-09-29 00:29:22 -07:00
Asbjørn Enge e109883967 Typo: Too many Resource(s) 😛 2015-09-29 08:55:40 +02:00
ziporah b9833d627c Changed typo in documentation 2015-09-28 19:51:29 -07:00
Carlos Diaz-Padron ee1a72e347 Add Client config options to docs 2015-09-28 16:53:04 -07:00
Carlos Diaz-Padron 1c6ca9b0a4 Parse Client config Options
This adds Options to the agent ClientConfig and fixes the merging logic
to include Options, as defined in the docs
2015-09-28 16:45:32 -07:00
Orivej Desh 4ecf7a0f74 Improve link speed fingerprint error reporting
With disconnected eth0 log output now looks like:

[WARN] fingerprint.network: Unable to parse IP in output of '/bin/ifconfig eth0'
[WARN] fingerprint.network: Unable to parse Speed in output of '/usr/sbin/ethtool eth0'

In a virtual machine:

[WARN] fingerprint.network: Unable to parse Speed in output of '/sbin/ethtool eth0'
[WARN] fingerprint.network: Unable to read link speed from /sys/class/net/eth0/speed
2015-09-28 23:34:25 +00:00
Jack Pearkes a5d6da983d deploy commit 2015-09-28 10:24:37 -07:00
Jack Pearkes 8d67884f87 website: only show header unless livestream active 2015-09-28 09:15:10 -07:00
Jack Pearkes 804909bfa0 website: remove basic 2015-09-28 09:12:40 -07:00
captainill 577f6fd484 typo 2015-09-28 09:11:52 -07:00
captainill 5b6267c9ea add jt to community 2015-09-28 09:10:47 -07:00
Jonathan Thomas d4eb52d197 Merge pull request #137 from hashicorp/live-site
probable final responsive touches
2015-09-28 00:56:51 -07:00
captainill 03044b99d6 cleanup footer 2015-09-28 00:41:43 -07:00
captainill 37aa6ea85d cleanup banners 2015-09-28 00:35:32 -07:00
captainill 312dfe775e remove errant green background 2015-09-28 00:23:27 -07:00
captainill 9d4ecb0d83 density responsive image 2015-09-28 00:22:51 -07:00
captainill 360f7d2a74 healing responsive image 2015-09-28 00:04:08 -07:00
captainill df36f35c63 workloads responsive image 2015-09-27 23:59:56 -07:00