9 Commits
Author SHA1 Message Date
Eugene Yakubovich 2440b4a54d Merge pull request #960 from steveeJ/private-net-selection2
networking: allow network selection with private-net (2nd impl.)
2015-05-29 17:42:47 -07:00
Stefan Junker c65f7aa31f networking: allow network selection with private-net
This commit adds the possiblity of passing a comma separated list of network
names to the '-private-net' argument. Only networks with their names specified
are loaded in the pods network stack.

The network documentation has been updated accordingly.
2015-05-29 17:21:53 -07:00
Stefan Junker 299a0ee6ad networking: populate AC_METADATA_URL correctly
This commit allows the mentioned environment var to be populated correctly.
On the way some error handling for involved code was added.
2015-05-29 11:35:09 -07:00
Alban Crequy cb524d42e4 Merge pull request #860 from steveeJ/podenv-usernets-parse
networking: load only *.conf files
2015-05-20 10:19:11 +02:00
Jonathan Boulle 9685f37575 *: adjust copyright header
Inspired by a similar change in the Kubernetes project [1], this changes
the copyright header to the more generic "The rkt Authors" rather than
"CoreOS, Inc.", which is only sometimes correct.

https://github.com/GoogleCloudPlatform/kubernetes/commit/6b3a6e6b983f967c88d14d26542ec6e30c49ebd3
2015-05-03 14:29:15 -07:00
Stefan Junker ddef17cf67 networking: load only *.conf files
All files found in UserNetPath that don't match the suffix '.conf' will be
ignored as a network configuration file.

Fixes #859.
2015-05-02 21:47:53 -07:00
Jonathan Boulle ce47f2db66 networking: podRoot -> rktRoot
rktRoot is misleading as the directory is really the root of a specific
pod. Also add a TODO note that this is currently only ever set to cwd
(i.e. "."), and hence necessitates relative paths.
2015-05-01 16:29:01 -07:00
Eugene Yakubovich 7abd8f3b84 net: switch to using CNI plugins 2015-04-27 14:43:25 -07:00
Eugene Yakubovich bf33546a2d net: stage1 gc will clean up networking 2015-04-14 17:03:03 -07:00