Chris Bednarski
fc95a3c9dc
Fix some issues caught by go vet
2015-11-20 16:01:27 -08:00
Chris Bednarski
5a4440ab39
Updated changelog with docker port fixes
2015-11-20 14:45:59 -08:00
Chris Bednarski
61aeace69a
Merge pull request #476 from hashicorp/b-docker-expose
...
Fixed some issues with expose, port mapping, and environment variables
2015-11-20 14:24:25 -08:00
Alex Dadgar
b00537f6c7
Merge pull request #473 from hashicorp/f-driver-whitelist
...
Client Config allows a driver whitelist.
2015-11-20 14:07:46 -08:00
Alex Dadgar
6bbc977fe5
Renamed whitelisted to skipped and update debug line
2015-11-20 14:07:35 -08:00
Chris Bednarski
c298425917
Added client checks back to the tests that can't use dockerSetup()
2015-11-20 13:50:47 -08:00
Diptanu Choudhury
89b8e315a0
Merge pull request #477 from carlosdp/fix-docker-auth-typo
...
Fix small typo in Docker auth docs
2015-11-19 23:13:57 -08:00
Carlos Diaz-Padron
66ff111b78
Fix small typo in Docker auth docs
2015-11-19 23:11:08 -08:00
Chris Bednarski
e5d5d42b13
Added nil to network.MapLabelToValues call
2015-11-19 22:18:19 -08:00
Chris Bednarski
63439ee3f7
Squash []map[string]type for port_map and labels into map[string]type
2015-11-19 21:29:37 -08:00
Chris Bednarski
f75404ecf7
Fixed some issues with expose, port mapping, and environment variables
...
- Port mapping now works for reserved ports as well as dynamic ports
- Environment variables were being set twice in two different ways; now they are only set once
- Comprehensive tests for exposed ports, forwarded ports, and environment variables
- Cleaned up / DRYed up a lot of test code
2015-11-19 19:08:21 -08:00
Alex Dadgar
cb30708b64
Docs
2015-11-19 17:21:57 -08:00
Alex Dadgar
a8fd3310e8
Tests
2015-11-19 16:43:08 -08:00
Alex Dadgar
5eb8bc25bf
Implement the driver whitelist
2015-11-19 16:39:21 -08:00
Chris Bednarski
f5a0d94eed
Merge pull request #470 from hashicorp/f-containerid
...
Add ContainerID() method to get the containerID from a handle
2015-11-19 14:21:15 -08:00
Chris Bednarski
8c1d762a75
Export DockerHandle and change tests to use DockerHandle.ContainerID()
2015-11-19 14:20:41 -08:00
Chris Bednarski
84f9bb1367
Add ContainerID() method to get the containerID from a handle
2015-11-19 13:57:18 -08:00
Chris Bednarski
5ecb499d9e
Merge pull request #466 from fernandezvara/fix-docker-port-mappings
...
docker port allocation not mapping correctly
2015-11-19 10:34:54 -08:00
Antonio Fernández
fde90ca2c2
fix docker port allocation?
2015-11-19 19:15:25 +01:00
Alex Dadgar
82bfeb63df
Fix network fingerprint test
2015-11-19 09:22:32 -08:00
Alex Dadgar
8b2846cc47
Update website version
2015-11-18 21:13:17 -08:00
Diptanu Choudhury
2d8f1df6be
Fixed the docs related to port map and networking
2015-11-18 21:03:50 -08:00
Diptanu Choudhury
813590cdc0
Fixing a link on the website
2015-11-18 20:43:32 -08:00
Alex Dadgar
0e5492b83d
Update demo vagrant box
2015-11-18 20:33:24 -08:00
Alex Dadgar
aa2fd8917c
Merge branch 'master' of https://github.com/hashicorp/nomad
2015-11-18 19:50:58 -08:00
Alex Dadgar
4e379d74ff
Nomad 0.2.0 changelog
2015-11-18 19:45:21 -08:00
Alex Dadgar
531ab01d5a
Bump version
2015-11-18 19:41:24 -08:00
Diptanu Choudhury
1e1f5b00f0
Merge pull request #464 from hashicorp/f-consul-check
...
Changing the code comment
2015-11-18 19:35:15 -08:00
Diptanu Choudhury
e0d42e48b9
Changing the code comment
2015-11-18 19:34:50 -08:00
Alex Dadgar
cc93553c02
Merge pull request #463 from hashicorp/f-consul-check
...
Nuking the service and registering it so that checks are cleaned up
2015-11-18 19:34:20 -08:00
Diptanu Choudhury
016a9d5c05
Nuking the service and registering it so that checks are cleaned up
2015-11-18 19:31:29 -08:00
Alex Dadgar
77be23c038
Merge pull request #460 from hashicorp/f-consul-check
...
Making sure we sync the real state of services of a Task with Consul
2015-11-18 19:03:53 -08:00
Alex Dadgar
b90834ee3c
Merge pull request #461 from hashicorp/f-allow-no-interfaces
...
Allow no interfaces in network fingerprinter
2015-11-18 19:03:28 -08:00
Alex Dadgar
5e1f7c41a9
Allow no interfaces in network fingerprinter
2015-11-18 19:01:39 -08:00
Diptanu Choudhury
aded72d95d
Triggering the next sync after we have finished the current one
2015-11-18 18:47:12 -08:00
Alex Dadgar
a71657e141
Merge pull request #459 from ChrisHines/parse-env
...
Handle additional edge cases when parsing environment variables.
2015-11-18 18:41:36 -08:00
Diptanu Choudhury
27819a8b33
Making sure we sync the real state of services of a Task with Consul
2015-11-18 18:35:22 -08:00
Chris Hines
3fe4d85c81
Handle additional edge cases when parsing environment variables.
2015-11-18 21:21:07 -05:00
Chris Bednarski
b9d504ce84
Merge pull request #457 from hashicorp/docs-networking
...
Documentation for ports and other networking things
2015-11-18 17:49:42 -08:00
Chris Bednarski
9539c30174
Fix some typos
2015-11-18 17:49:20 -08:00
Alex Dadgar
2fe38a1da2
Merge pull request #458 from hashicorp/f-consul-check
...
Added a test for consul client and making sure we update service and checks if user updates them
2015-11-18 17:49:05 -08:00
Diptanu Choudhury
1aff29bc52
Updating checks and services when allocs are refreshed
2015-11-18 17:33:29 -08:00
Diptanu Choudhury
6c399ac5b9
Added a test to ensure invalid services are not registered
2015-11-18 17:29:12 -08:00
Chris Bednarski
1c642188d5
Reformat
2015-11-18 16:45:39 -08:00
Chris Bednarski
caacd88793
Merge branch 'master' into docs-networking
2015-11-18 16:40:20 -08:00
Chris Bednarski
1dfc320eee
Added notes about container name and UDP/TCP
2015-11-18 16:39:02 -08:00
Chris Bednarski
d231a9381e
Updated docker docs with information about port_map and auth options
2015-11-18 16:30:37 -08:00
Alex Dadgar
35b6284d65
Update changelog to reflect backwards incompatibility for ports
2015-11-18 16:02:36 -08:00
Chris Bednarski
af5ac8251e
Added networking page
2015-11-18 15:51:39 -08:00
Alex Dadgar
4ebb960fd3
Merge pull request #456 from hashicorp/revert-454-revert-452-f-arg-list
...
Make drivers take args as a list rather than as a string
2015-11-18 15:33:55 -08:00