- Feb 21, 2017
-
-
Sergii Golovatiuk authored
Docker 1.13 changes the behaviour of iptables defaults from allow to drop. This patch disables docker's iptables management as it was in Docker 1.12 [1] [1] https://github.com/docker/docker/pull/28257 Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Matthew Mosesohn authored
Cleanup legacy syntax, spacing, files all to yml
-
Matthew Mosesohn authored
speed up etcd preupgrade check
-
Matthew Mosesohn authored
Update calico-cni to 1.5.6
-
- Feb 20, 2017
-
-
Matthew Mosesohn authored
fix typos in azure docs
-
Matthew Mosesohn authored
fix load balancer DNS name index evaluation in openssl.conf
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Update Kubernetes to v1.5.3
-
Sergii Golovatiuk authored
Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Matthew Mosesohn authored
-
Antoine Legrand authored
Update Doc
-
Hung Nguyen Viet authored
-
Antoine Legrand authored
Put Ansible requirements first
-
Hung Nguyen Viet authored
And re-phrase all sentences to passive tense
-
- Feb 19, 2017
-
-
Antoine Legrand authored
Safe disable SELinux
-
- Feb 18, 2017
-
-
Abel Lopez authored
Sometimes, a sysadmin might outright delete the SELinux rpms and delete the configuration. This causes the selinux module to fail with ``` IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n", "module_stdout": "", "msg": "MODULE FAILURE"} ``` This simply checks that /etc/selinux/config exists before we try to set it Permissive. Update from feedback
-
Andrew Greenwood authored
-
Andrew Greenwood authored
-
Andrew Greenwood authored
Migrate older inline= syntax to pure yml syntax for module args as to be consistant with most of the rest of the tasks Cleanup some spacing in various files Rename some files named yaml to yml for consistancy
-
Antoine Legrand authored
Add graceful upgrade process
-
- Feb 17, 2017
-
-
Vladimir Rutsky authored
-
Vladimir Rutsky authored
-
Matthew Mosesohn authored
Calico does not allow renaming hosts
-
Antoine Legrand authored
Fix fact tags
-
Sergii Golovatiuk authored
Ansible playbook fails when tags are limited to "facts,etcd" or to "facts". This patch allows to run ansible-playbook to gather facts only that don't require calico/flannel/weave components to be verified. This allows to run ansible with 'facts,bootstrap-os' or just 'facts' to gether facts that don't require specific components. Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Antoine Legrand authored
Mount host's /var/log into kubelet container
-
Antoine Legrand authored
Better control instance sizing
-
Antoine Legrand authored
Fix references to CoreOS and Container Linux by CoreOS
-
Smaine Kahlouch authored
fix typo in "kibana_base_url" variable name
-
John Dewey authored
* Git ignore the user controlled config.rb. * Ability to better control the number of instances running.
-
- Feb 16, 2017
-
-
Vladimir Rutsky authored
Kubelet is responsible for creating symlinks from /var/lib/docker to /var/log to make fluentd logging collector work. However without using host's /var/log those links are invisible to fluentd. This is done on rkt configuration too.
-
Matthew Mosesohn authored
Fixes #967
-
Matthew Mosesohn authored
-
Vladimir Rutsky authored
This typo lead to kibana_base_url being undefined and Kibana used default base URL ("/") which is incorrect with default proxy-based access.
-
Antoine Legrand authored
ask confirmation before running reset.yml playbook
-
Matthew Mosesohn authored
Based on #718 introduced by rsmitty. Includes all roles and all options to support deployment of new hosts in case they were added to inventory. Main difference here is that master role is evaluated first so that master components get upgraded first. Fixes #694
-
Vladimir Rutsky authored
-
Smaine Kahlouch authored
Change default network plugin to Calico
-
Vladimir Rutsky authored
Looks like OpenSSL still properly handles it, even with duplicated "DNS.X" items.
-