Nick Ethier
45aee28c03
cgutil: set reserved mems on init even if already exist
2021-04-15 10:24:31 -04:00
Tim Gross
0518552e4d
docs: changelog and upgrade note for iptables improvement
2021-04-15 10:19:37 -04:00
Adam Duncan
7588cf0ec3
networking: Ensure CNI iptables rules are appended to chain and not forced to be first
2021-04-15 10:11:15 -04:00
changli0617
5723e194c1
Update partnerships.mdx
...
Need help to resize the ecosystem diagram.
2021-04-14 22:22:35 -07:00
Mike Wickett
e1c511645f
website: stub in partnerships page
2021-04-14 19:55:45 -04:00
Nick Ethier
b235091a51
client: disable cpuset cgroup managment if init fails
2021-04-14 14:44:08 -04:00
Seth Hoenig
198e0d9f24
e2e: get consul ent in e2e packer builds
...
Using Consul Enterprise is going to be necessary for testing Nomad's
Consul Namespace integration in Nomad v1.1 in e2e.
2021-04-14 12:05:55 -06:00
Mahmood Ali
a239224555
Merge pull request #10381 from hashicorp/f-cv-fix-missing-var-msg
...
Fix link in error for missing variable
2021-04-14 13:02:22 -04:00
Charlie Voiselle
2386c1348e
Fix link in error for missing variable
2021-04-14 12:55:00 -04:00
Nick Ethier
d7ab0b8a86
another testing fix
2021-04-14 10:37:03 -04:00
Nick Ethier
0a4e298221
testing fixes
2021-04-14 10:17:28 -04:00
Michael Lange
16de29da8f
Merge pull request #10288 from hashicorp/b-ui/no-downloads-in-test
...
UI: No downloads in test
2021-04-13 16:51:16 -07:00
Michael Lange
05f4c5d0bd
Stop downloading files in tests
2021-04-13 16:40:17 -07:00
Michael Lange
75ca53c7ea
Cleanup: Use this.attr in test templates
2021-04-13 16:40:17 -07:00
Nick Ethier
6f3fe8a11e
cgutil: add nil check on AddAlloc
2021-04-13 13:28:36 -04:00
Nick Ethier
155a2ca5fb
client/ar: thread through cpuset manager
2021-04-13 13:28:36 -04:00
Nick Ethier
b6b74a98a9
client/fingerprint: move existing cgroup concerns to cgutil
2021-04-13 13:28:36 -04:00
Nick Ethier
bc7df41914
lib/cpuset: add String and ContainsAny helpers
2021-04-13 13:28:36 -04:00
Nick Ethier
411d992788
cgutil: implement cpuset management as seperate package
2021-04-13 13:28:36 -04:00
Nick Ethier
0a21de91dd
Apply suggestions from code review
...
Co-authored-by: Drew Bailey <drewbailey5@gmail.com>
2021-04-13 13:28:15 -04:00
Nick Ethier
339c671e29
agent: add test for reserved core config mapping
2021-04-13 13:28:15 -04:00
Nick Ethier
d82e01a750
client: fix failing test
2021-04-13 13:28:15 -04:00
Nick Ethier
78446d291d
cgutil: fix lint errors
2021-04-13 13:28:15 -04:00
Nick Ethier
edc0da9040
client: only fingerprint reservable cores via cgroups, allowing manual override for other platforms
2021-04-13 13:28:15 -04:00
Nick Ethier
bed4e92b61
fingerprint: implement client fingerprinting of reservable cores
...
on Linux systems this is derived from the configure cpuset cgroup parent (defaults to /nomad)
for non Linux systems and Linux systems where cgroups are not enabled, the client defaults to using all cores
2021-04-13 13:28:15 -04:00
Buck Doyle
713b0c4140
Add removal of OTT query parameter with delay ( #10319 )
...
This followup to #10066 adds a step to clear the one-time token
from the URL after the application has loaded. The delay is
required for it to actually clear, but only when the OTT is present
to avoid slowing down the entire test suite.
2021-04-13 11:56:59 -05:00
Seth Hoenig
0bd4514f01
deps: bump consul/api version for transparent proxy
2021-04-13 10:20:08 -06:00
Mahmood Ali
6bd2600cd0
Merge pull request #10370 from alrs/command-agent-errs
...
command/agent: fix dropped test errors
2021-04-13 11:40:12 -04:00
Mahmood Ali
2fd9eafc28
only publish measured metrics ( #10376 )
2021-04-13 11:39:33 -04:00
Tim Gross
d643823c50
changelog entries for networking improvements
2021-04-13 10:07:02 -04:00
Andrii Chubatiuk
712bd5f5a6
add support for host network interpolation
2021-04-13 09:53:05 -04:00
Andrii Chubatiuk
d8df568f10
support multiple host network aliases for the same interface
2021-04-13 09:33:33 -04:00
Tim Gross
715460804a
fixup changelog
2021-04-13 09:15:35 -04:00
Nick Spain
bc9da294b3
Fix indentation of service check API documentation
2021-04-13 09:15:35 -04:00
Nick Spain
4024c7562c
Test parsing of body field in jobspec2
2021-04-13 09:15:35 -04:00
Nick Spain
085b54bd0b
Update TaskGroup services edited diff test to actually check Body
2021-04-13 09:15:35 -04:00
Nick Spain
bfd4980e3f
Hash Body field as part of ServiceCheck
2021-04-13 09:15:35 -04:00
Nick Spain
64508ce494
Update changelog to mention adding the 'body' field
2021-04-13 09:15:35 -04:00
Nick Spain
04e3132b4b
Document usage of 'body' field
2021-04-13 09:15:35 -04:00
Nick Spain
653d84ef68
Add a 'body' field to the check stanza
...
Consul allows specifying the HTTP body to send in a health check. Nomad
uses Consul for health checking so this just plumbs the value through to
where the Consul API is called.
There is no validation that `body` is not used with an incompatible
check method like GET.
2021-04-13 09:15:35 -04:00
Tim Gross
a13590fb37
e2e/csi: fix name of column used for snapshot create output parsing
2021-04-13 09:15:19 -04:00
Lars Lehtonen
d2e7f31906
command/agent: fix dropped test errors
2021-04-13 01:51:24 -07:00
Seth Hoenig
bfffa9e639
Merge pull request #10367 from hashicorp/up-go-plugin
...
deps: upgrade go-plugin dependency
2021-04-12 15:05:10 -06:00
Seth Hoenig
c351e5566d
deps: upgrade go-plugin dependency
...
This PR brings go-plugin up to date from ~v1.0.1 to v1.4.0 (about 18 months)
with a grab-bag of bux fixes.
2021-04-12 14:37:04 -06:00
Tim Gross
4fc27df695
cli: add help for 'ui -authenticate' flag
2021-04-12 13:56:55 -04:00
Mahmood Ali
a618b6facd
Merge pull request #10276 from hashicorp/b-api-operator-query-meta
...
api: set operator query meta
Set the query meta for LicenseGet request. It's expected by api consumers to determine the raft index.
2021-04-12 13:30:24 -04:00
Mahmood Ali
9a5cfff265
Update macOS image ( #10365 )
...
Also, remove protobuf installation: it's not used anymore.
2021-04-12 12:50:12 -04:00
Tim Gross
85e4be997a
CI: update homebrew before installing protobuf
...
"Bottles" have been migrated to GitHub packages, so we need to update homebrew
to point to that new source before installing the `protobuf` formula.
2021-04-12 11:49:08 -04:00
Tim Gross
b96744ba82
changelog entry for 'nomad ui -authenticate'
2021-04-12 11:01:20 -04:00
Tim Gross
0737db7e3a
docs: CSI hostpath demo doesn't need docker.volumes.enabled
2021-04-12 10:46:02 -04:00