Commit Graph

1895 Commits

Author SHA1 Message Date
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
Chris Bednarski
af5ac8251e Added networking page 2015-11-18 15:51:39 -08:00
Chris Bednarski
9243c2d3eb Added skeletons for networking and restart policies docs 2015-11-18 10:55:39 -08:00
Chris Bednarski
03ba061ce3 Merge pull request #443 from hashicorp/f-docker-dns-config
Change docker DNS configuration to lists
2015-11-18 10:31:27 -08:00
Chris Bednarski
20b42864be Merge branch 'master' into f-docker-dns-config 2015-11-18 10:31:06 -08:00
Chris Bednarski
2e43ebf08b Merge pull request #445 from carlosdp/fix-docker-auth
De-nest docker registry auth and reformat related doc
2015-11-18 10:23:17 -08:00
Carlos Diaz-Padron
270631a006 Nest Docker driver auth under object 2015-11-18 01:37:42 -08:00
Carlos Diaz-Padron
fba3c573f1 De-nest docker registry auth and reformat related doc 2015-11-17 23:32:57 -08:00
Alex Dadgar
fe3087ba2a Merge branch 'master' of https://github.com/hashicorp/nomad 2015-11-17 22:36:09 -08:00
Alex Dadgar
0cc1b2ae91 Add page describing scheduler types 2015-11-17 22:35:58 -08:00
Chris Bednarski
2ca7adf098 Updated changelog to include DNS and auth explicitly 2015-11-17 22:10:51 -08:00
Chris Bednarski
aa264dcb23 Updated docs to indicate you should use a list 2015-11-17 22:05:56 -08:00
Chris Bednarski
2024cb8f94 Change DNS and DNSSearch to use lists; added a test 2015-11-17 22:02:23 -08:00
Chris Bednarski
673ce8ad70 Merge branch 'master' into f-docker-dns-config 2015-11-17 21:43:04 -08:00
Chris Bednarski
bd06a84cc9 Change dns_servers and dns_search_domains from comma-delimited strings to lists 2015-11-17 21:41:00 -08:00
Chris Bednarski
f3c204546f Merge pull request #439 from hashicorp/b-docker-ports-len
Fix docker port tests and empty port_map
2015-11-17 21:37:48 -08:00
Chris Bednarski
a52c3df0bf Change error check to contains instead of == 2015-11-17 21:36:23 -08:00
Chris Bednarski
e252a84310 Renamed some things so it's more apparent that reserved and dynamic port mapping have very similar code 2015-11-17 21:34:07 -08:00
Alex Dadgar
68bb7eba8e Fix docker config option name in docs 2015-11-17 21:30:15 -08:00
Alex Dadgar
091899d000 Update qemu docs 2015-11-17 21:19:45 -08:00
Chris Bednarski
d80c024627 Remove \n since this is added by the logger 2015-11-17 21:17:51 -08:00
Alex Dadgar
f284665b38 Merge pull request #441 from hashicorp/f-qemu-port-map
Qemu driver takes a port_map to configure host to guest port forwarding
2015-11-17 21:13:37 -08:00
Alex Dadgar
c6c896bbea Qemu driver takes a port_map to configure host to guest port forwarding 2015-11-17 20:54:53 -08:00
Chris Bednarski
9277027e50 Purge existing container during Start() 2015-11-17 20:50:14 -08:00
Alex Dadgar
9db262f161 fix kernel/os attributes 2015-11-17 20:06:00 -08:00
Chris Bednarski
e994453abd Log container name and labels 2015-11-17 20:04:10 -08:00
Chris Bednarski
0e7ee06708 Added a randomized alloc id for tests so container names don't collide 2015-11-17 19:45:33 -08:00
Alex Dadgar
c140fa3d01 Update environment docs regarding ports 2015-11-17 19:36:05 -08:00
Chris Bednarski
a0944b6cec Merge branch 'master' into b-docker-ports-len 2015-11-17 19:23:47 -08:00
Chris Bednarski
02e59fe622 Fix guards for docker port mapping and change dummy dynamic ports to real ports (0 is not a valid port) 2015-11-17 19:21:36 -08:00
Alex Dadgar
c3a37668dc Update API docs 2015-11-17 19:12:19 -08:00
Chris Bednarski
3db185807d Fix guard for port maps not being specified 2015-11-17 18:16:01 -08:00
Chris Bednarski
a37caa7be8 Merge branch 'master' of https://github.com/hashicorp/nomad 2015-11-17 17:48:50 -08:00
Chris Bednarski
0a4d91c300 Added network_mode changes to the changelog 2015-11-17 17:48:37 -08:00
Alex Dadgar
100046703a Update jobspec to have restart policy and fix indents on distinctHost 2015-11-17 17:41:15 -08:00
Chris Bednarski
0ee5913ae8 Merge pull request #434 from hashicorp/f-docker-any-network
Remove restrictions from docker networking mode
2015-11-17 17:24:12 -08:00
Chris Bednarski
c0244d0fbf Reformat post-merge 2015-11-17 17:23:16 -08:00
Chris Bednarski
588e5f7df4 Merge branch 'master' into f-docker-any-network 2015-11-17 17:22:13 -08:00
Chris Bednarski
532bbec0f3 Updated docs for networking_mode and also reformat the file 2015-11-17 17:20:28 -08:00
Diptanu Choudhury
2ca207ce39 Merge pull request #425 from hashicorp/f-service-block
Parsing logic for service block
2015-11-17 17:18:16 -08:00
Chris Bednarski
0caf44204d Merge pull request #436 from hashicorp/f-docker-cleanup
Cleanup docker driver
2015-11-17 17:13:17 -08:00
Chris Bednarski
aa997e5559 Inline err assignment 2015-11-17 17:12:45 -08:00
Diptanu Choudhury
1701ff240c Fixed typo 2015-11-17 17:12:21 -08:00
Diptanu Choudhury
5c3a658525 Added a test which makes sure parsing fails if more than one service block has non empty names 2015-11-17 17:06:29 -08:00
Chris Bednarski
4dfe67631e Streamline reading boolean values from the driver / job config 2015-11-17 16:58:23 -08:00
Chris Bednarski
0251545f2b Added missing linebreaks for log.Printf calls 2015-11-17 16:49:01 -08:00
Diptanu Choudhury
169bb0f99c Adding prefix to user defined name and forcing id to be blank during parsing 2015-11-17 16:44:05 -08:00
Chris Bednarski
0934de75a9 Do Itoa once so line items are simpler 2015-11-17 16:31:47 -08:00
Chris Bednarski
a479ba1c8b Merge pull request #437 from hashicorp/f-docker-labels
Support labels for docker containers
2015-11-17 16:10:36 -08:00