Fix vagrant networking. Include the master as part of overlay. And remove STP for efficiency.

This commit is contained in:
Rajat Chopra
2015-02-05 17:40:45 -08:00
parent 617e1ca7de
commit b61ea1bbf1
6 changed files with 71 additions and 76 deletions

View File

@@ -40,6 +40,9 @@ base:
- kube-addons
{% if grains['cloud'] is defined and grains['cloud'] == 'azure' %}
- openvpn
{% else %}
- docker
- sdn
{% endif %}
'roles:kubernetes-pool-vsphere':