- Feb 18, 2017
-
-
Matthew Mosesohn authored
Skip nodes not in ansible play (via --limit)
-
Matthew Mosesohn authored
This works around 4MB limit for gitlab CI runner.
-
Matthew Mosesohn authored
New deploy modes: scale, ha-scale, separate-scale Creates 200 fake hosts for deployment with fake hostvars. Useful for testing certificate generation and propagation to other master nodes. Updated test cases descriptions.
-
Antoine Legrand authored
Add graceful upgrade process
-
- Feb 17, 2017
-
-
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
-
- Feb 15, 2017
-
-
Vladimir Rutsky authored
-
Matthew Mosesohn authored
set "check_mode: on" for read-only "shell" steps that registers result
-
Matthew Mosesohn authored
remove temporary file
-
Vladimir Rutsky authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Add timings to RECAP output.
-
- Feb 14, 2017
-
-
Sergii Golovatiuk authored
- Starting from version 2.0 ansible has 'callback_whitelist = profile_tasks'. It allows to analyze CI to find some time regressions. - Add skippy to CI's ansible.cfg Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Antoine Legrand authored
Adding support for proxy w/ rkt kubelet
-
Spencer Smith authored
-
Spencer Smith authored
-
Brad Beam authored
-
Matthew Mosesohn authored
Update calico to v1.0.2
-
Matthew Mosesohn authored
Disable kube_proxy_masquerade_all
-
Antoine Legrand authored
Multiples doc fixes
-
Hung Nguyen Viet authored
-
Hung Nguyen Viet authored
-
Antoine Legrand authored
Install pip on Ubuntu
-
Matthew Mosesohn authored
Replace always_run with check_mode
-
Matthew Mosesohn authored
Set ssl_ca_dirs for rkt based on fact
-
- Feb 13, 2017
-
-
Sergii Golovatiuk authored
- Refactor 'Check if bootstrap is needed' as ansible loop. This allows to add new elements easily without refactoring. Add pip to the list. - Refactor 'Install python 2.x' task to run once if any of rc codes != 0. Actually, need_bootstrap is array of hashes, so map will allow to get single array of rc statuses. So if status is not zero it will be sorted and the last element will be get, converted to bool. Closes: #961 Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-