- Dec 15, 2016
-
-
Antoine Legrand authored
-
- Dec 14, 2016
-
-
Antoine Legrand authored
Rebalance CI GCE zones for better CPU per region usage
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smaine Kahlouch authored
Add support for cloud-provider based networking
-
Matthew Mosesohn authored
Enable netchecker for CI
-
Bogdan Dobrelya authored
* Enable netchecker app for CI postinstall tests * Rework outputs and better coverage to the ping between pods post intall test case. With netchecker deployed, the test covers hostnet to hostnet and standard to standrad pods ping check as well. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Antoine Legrand authored
Fix kube_version to include 'v' again
-
Alexander Block authored
https://github.com/kubernetes-incubator/kargo/pull/736 missed this
-
- Dec 13, 2016
-
-
Antoine Legrand authored
Address standalone kubelet config case
-
Alexander Block authored
-
Alexander Block authored
-
Alexander Block authored
Allow to let the cloud provider configure proper routing for nodes.
-
Antoine Legrand authored
-
Antoine Legrand authored
Move kube_version to group_vars/all to allow easier changing of version
-
Alexander Block authored
Also allows to perform version dependent logic in Ansible roles.
-
Antoine Legrand authored
Pass --anonymous-auth to apiserver for 1.5>=
-
Antoine Legrand authored
Add Azure Resource Group templates and scripts to contrib
-
Alexander Block authored
Fixes #732
-
Bogdan Dobrelya authored
Fix resolvconf
-
Bogdan Dobrelya authored
Also place in global vars and do not repeat the kube_*_config_dir and kube_namespace vars for better code maintainability and UX. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Alexander Block authored
-
Bogdan Dobrelya authored
Do not repeat options and nameservers in the dhclient hooks. Do not prepend nameservers for dhclient but supersede and fail back to the upstream_dns_resolvers then default_resolver. Fixes order of nameservers placement, which is cluster DNS ip goes always first. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Alexander Block authored
-
Alexander Block authored
-
Antoine Legrand authored
Fix reverse umount in reset role
-
Alexander Block authored
The Jinja2 filter 'reverse' returned an iterator instead of a list, resulting in the umount task to fail. Intead of using the reverse filter, we use 'tac' to reverse the output of the previous task.
-
Bogdan Dobrelya authored
Better support for CentOS 7 on Azure
-
Antoine Legrand authored
remove local deployment from ci
-
Antoine Legrand authored
-
Bogdan Dobrelya authored
Rework DNS stack to meet hostnet pods needs
-
Bogdan Dobrelya authored
-
- Dec 12, 2016
-
-
Antoine Legrand authored
Add gitlabci
-
Bogdan Dobrelya authored
* For Debian/RedHat OS families (with NetworkManager/dhclient/resolvconf optionally enabled) prepend /etc/resolv.conf with required nameservers, options, and supersede domain and search domains via the dhclient/resolvconf hooks. * Drop (z)nodnsupdate dhclient hook and re-implement it to complement the resolvconf -u command, which is distro/cloud provider specific. Update docs as well. * Enable network restart to apply and persist changes and simplify handlers to rely on network restart only. This fixes DNS resolve for hostnet K8s pods for Red Hat OS family. Skip network restart for canal/calico plugins, unless https://github.com/projectcalico/felix/issues/1185 fixed. * Replace linefiles line plus with_items to block mode as it's faster. Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com> Co-authored-by:
Matthew Mosesohn <mmosesohn@mirantis.com>
-
ant31 authored
-
Alexander Block authored
-
Bogdan Dobrelya authored
Add kubelet and calico CLI info collection
-
Bogdan Dobrelya authored
More granular control for download/upload images/binaries
-
Bogdan Dobrelya authored
-
Matthew Mosesohn authored
Add playbook and role to reset the cluster
-
Alexander Block authored
-