Michael Schurter
|
71783e8e41
|
Add NOMAD_{IP,PORT}_<task>_<label> env vars
|
2017-03-10 12:17:43 -08:00 |
Michael Schurter
|
16adc44358
|
Round two of env var cleaning
Should bring us into conformance with IEEE Std 1003.1, 2004 Edition:
http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html
1 alloc/op and ~80ns/op on my machine.
|
2017-03-08 16:46:13 -08:00 |
Michael Schurter
|
518e4f75a6
|
Replace "-" in env var keys with "_"
Fixes #2405
|
2017-03-06 19:57:44 -08:00 |
Alex Dadgar
|
d0fd0e277a
|
Don't force uppercase meta keys in env vars
|
2017-02-20 19:51:24 -08:00 |
Diptanu Choudhury
|
fe4ae25eea
|
Setting the Addrs of sibling tasks in the env
|
2017-01-20 14:15:53 -08:00 |
Alex Dadgar
|
8d5f0fea69
|
Merge pull request #2128 from hashicorp/f-dispatch
Nomad Constructor Jobs and Dispatch
|
2017-01-06 05:22:49 +08:00 |
Alex Dadgar
|
b1883daae8
|
Use new combined meta data function in env
|
2016-12-16 10:45:09 -08:00 |
Michael Schurter
|
b3ede6a5b7
|
Use net.JoinHostPort instead of fmt.Sprintf
Using fmt.Sprintf breaks IPv6 addresses.
|
2016-11-28 10:38:54 -08:00 |
Alex Dadgar
|
747c3e7e68
|
Agent
|
2016-11-01 10:39:15 -07:00 |
Michael Schurter
|
ca5439eca1
|
Add NOMAD_JOB_NAME to environment
|
2016-10-11 11:20:42 -07:00 |
Alex Dadgar
|
6702a29071
|
Vault token threaded
|
2016-09-14 13:30:01 -07:00 |
Alex Dadgar
|
eef786dd9d
|
Secret dir materialized in alloc/task directory
|
2016-09-02 12:44:05 -07:00 |
Alex Dadgar
|
2c8dd8bbd3
|
Revert "Introduce a Secret/ directory"
|
2016-09-01 17:23:15 -07:00 |
Alex Dadgar
|
0626eb9619
|
environment variables
|
2016-08-31 13:56:11 -07:00 |
Diptanu Choudhury
|
3c4002c48b
|
Fixed the client tests
|
2016-07-08 17:49:58 -07:00 |
Diptanu Choudhury
|
1784d98182
|
Fixed the host port environment variable
|
2016-07-08 15:37:44 -07:00 |
Sean Chittenden
|
dc28ab0cb5
|
Speling police
|
2016-05-15 09:41:34 -07:00 |
Alex Dadgar
|
3ce32f1559
|
Fix splitting on equals to return maximum of two strings
|
2016-04-21 17:08:47 -07:00 |
Alex Dadgar
|
8256396f1e
|
Add IP and PORT environment variables
|
2016-04-15 11:01:32 -07:00 |
Alex Dadgar
|
f05e2550a8
|
add job and task group meta
|
2016-03-24 17:39:09 -07:00 |
Alex Dadgar
|
5eddb939f3
|
Comment and don't override
|
2016-03-23 14:07:12 -07:00 |
Alex Dadgar
|
f3d09755c5
|
Pass environment variables from host to exec based tasks
|
2016-03-23 13:01:45 -07:00 |
Alex Dadgar
|
8ad65876bf
|
Add allocation index environment variable
|
2016-03-09 18:09:51 -08:00 |
Alex Dadgar
|
f8b047e088
|
Add Alloc ID/Name and Task Name to environment variables
|
2016-03-01 16:08:21 -08:00 |
Alex Dadgar
|
e6e7c395df
|
Merge pull request #775 from hashicorp/d-interpreted-vars
Documentation for interpreted variables
|
2016-02-11 08:40:31 -08:00 |
Alex Dadgar
|
40f510f168
|
interpreted variable docs
|
2016-02-06 15:35:07 -08:00 |
Diptanu Choudhury
|
87f40135ea
|
Using the plugin to spawn processes from the raw_exec driver
|
2016-02-04 17:00:37 -08:00 |
Alex Dadgar
|
3b8e7a75d2
|
Merge pull request #704 from iverberk/f-env-ports
Pass a combination of ip and port to the task environment.
|
2016-01-29 08:53:47 -08:00 |
Alex Dadgar
|
e2763e3d31
|
Update the interpretation of node.id/name on the client
|
2016-01-26 17:38:36 -08:00 |
Ivo Verberk
|
061445468b
|
Rename IPPort env variable and add a mapped host port to the env.
|
2016-01-25 20:46:01 +01:00 |
Ivo Verberk
|
e58bda9056
|
Pass a combination of ip and port to the task environment.
The different labels can be on different IPs.
|
2016-01-24 10:31:03 +01:00 |
Alex Dadgar
|
1ceb6f012a
|
Fix a bunch of tests
Up timeouts
trusty travis beta
Increase timeouts
|
2016-01-20 16:03:53 -08:00 |
Alex Dadgar
|
7fe6c8bd1b
|
Add folder
|
2016-01-11 09:58:31 -08:00 |