This commit is contained in:
Prashanth Balasubramanian
2015-11-22 16:06:04 -08:00
committed by gmarek
parent 321bc73264
commit ad2d3d4c20
12 changed files with 177 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ touch /var/log/etcd_flannel.log:
/etc/kubernetes/network.json:
file.managed:
- source: salt://flannel/network.json
- source: salt://flannel-server/network.json
- makedirs: True
- user: root
- group: root

View File

@@ -1,8 +0,0 @@
{
"Network": "18.16.0.0/16",
"SubnetLen": 24,
"Backend": {
"Type": "vxlan",
"VNI": 1
}
}

View File

@@ -14,9 +14,6 @@ base:
- match: grain
- docker
- flannel
{% if grains['cloud'] is defined and grains['cloud'] == 'azure' %}
- openvpn-client
{% endif %}
- helpers
- cadvisor
- kube-client-tools