Add temporary variables for multi-nic testing

* Accept ordered lists of controller and worker networkd configs
* Do not rely on these variables. They will be replaced with a
cleaner mechanism at a future date
This commit is contained in:
Dalton Hubble
2017-10-16 00:39:58 -07:00
parent 377e14c80b
commit fc22f04dd6
5 changed files with 23 additions and 3 deletions

View File

@ -172,6 +172,8 @@ storage:
--net=host \
--dns=host \
--exec=/bootkube -- start --asset-dir=/assets "$@"
networkd:
${networkd_content}
passwd:
users:
- name: core

View File

@ -108,6 +108,8 @@ storage:
contents:
inline: |
fs.inotify.max_user_watches=16184
networkd:
${networkd_content}
passwd:
users:
- name: core