- Mar 30, 2017
-
-
Matthew Mosesohn authored
-
- Mar 29, 2017
-
-
Matthew Mosesohn authored
-
- Mar 27, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Canal runs more pods and upgrades need a bit of extra room to load new pods in and get the old ones out.
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Allows config changes made by Ansible to restart dnsmasq deployment
-
Matthew Mosesohn authored
Graceful upgrades require 3 nodes Drain now has a command timeout of 40s
-
Matthew Mosesohn authored
Refactor etcd role
-
Antoine Legrand authored
Fix markdown of heading in README
-
- Mar 24, 2017
-
-
Sergii Golovatiuk authored
- Run docker run from script rather than directly from systemd target - Refactoring styling/templates Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Mar 23, 2017
-
-
Antoine Legrand authored
Update roadmap.md
-
Matthew Mosesohn authored
replace non-breakable space with regular space
-
Matthew Mosesohn authored
Add missing defaults
-
Antoine Legrand authored
-
Matthew Mosesohn authored
Fixes for AWS Terraform Deployment
-
Vladimir Rutsky authored
Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8. To find one: $ git grep -I -P '\xc2\xa0' To replace with regular space: $ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g' This commit doesn't include changes that will overlap with commit f1c59a91.
-
William Martin Stewart authored
-
William Martin Stewart authored
-
- Mar 22, 2017
-
-
Matthew Mosesohn authored
Use checksum of dnsmasq config to trigger updates of dnsmasq
-
Matthew Mosesohn authored
Change wait for dnsmasq to skip if there are no kube-nodes in play
-
Matthew Mosesohn authored
Allows config changes made by Ansible to restart dnsmasq deployment
-
Matthew Mosesohn authored
Add KVM hypervisor playbook to contrib
-
Matthew Mosesohn authored
Disable download_run_once and download_localhost for most CI scenarios
-
- Mar 21, 2017
-
-
Matthew Mosesohn authored
Optional Ansible playbook for preparing a host for running Kargo. This includes creation of a user account, some basic packages, and sysctl values required to allow CNI networking on a libvirt network.
-
Matthew Mosesohn authored
Also changed unnecessary delay to a max timeout (now defaulting to 1s sleep between tries) Also rename play_hosts to ansible_play_hosts
-
Matthew Mosesohn authored
This adds time to deployment, so we should only test it sparingly during daily master.
-
Matthew Mosesohn authored
Backup etcd
-
- Mar 20, 2017
-
-
Matthew Mosesohn authored
Bump CoreOS stable to latest version
-
Matthew Mosesohn authored
Make reset check on idempotency check optional
-
Matthew Mosesohn authored
Add helm deployment
-
Sergii Golovatiuk authored
etcd is crucial part of kubernetes cluster. Ansible restarts etcd on reconfiguration. Backup helps operator to restore cluster manually in case of any issues. Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Sergii Golovatiuk authored
1298.6.0 fixes some sporadic network issues. It also includes docker 1.12.6 which includes several stability fixes for kubernetes. Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Vincent Schwarzer authored
-
Matthew Mosesohn authored
By default we do not test reset.yml now.
-