etcd directly in host

fix etcd configuration for nodes

fix wrong calico checksums

using a var name etcd_bin_dir

fix etcd handlers for sysvinit

using a var name etcd_bin_dir

sysvinit script

review etcd configuration
This commit is contained in:
Smaine Kahlouch
2016-01-19 15:23:19 +01:00
parent 5afbe181ce
commit 9715962356
11 changed files with 234 additions and 77 deletions

View File

@@ -1,12 +1,3 @@
---
- name: Stop etcd2 service
service: name=etcd state=stopped
ignore_errors: yes
- name: Create etcd pod manifest
template: src=etcd-pod.yml dest=/etc/kubernetes/manifests/etcd-pod.manifest
- name: Check for etcd2 port (pulling image and running container)
wait_for:
port: 2379
delay: 5
- include: install.yml
- include: configure.yml