- Jan 30, 2017
-
-
Matthew Mosesohn authored
Bugfix: skip cloud_config on etcd
-
Bogdan Dobrelya authored
Fixing lint check for ci
-
- Jan 29, 2017
-
-
Antoine Legrand authored
Consolidating kube.py module
-
- Jan 27, 2017
-
-
Brad Beam authored
-
Bogdan Dobrelya authored
Update coreos-stable image
-
Matthew Mosesohn authored
Our old coreos-stable image has docker 1.10
-
- Jan 26, 2017
-
-
Matthew Mosesohn authored
Switch to ansible_hostname in calico
-
Xavier Lange authored
-
- Jan 25, 2017
-
-
Brad Beam authored
-
Aleksandr Didenko authored
For consistancy with kubernetes services we should use the same hostname for nodes, which is 'ansible_hostname'. Also fixing missed 'kube-node' in templates, Calico is installed on 'k8s-cluster' roles, not only 'kube-node'.
-
Bogdan Dobrelya authored
add skippy stdout callback
-
Bogdan Dobrelya authored
Splitting out moderator check from syntax check
-
Brad Beam authored
- Attempt to clarify CI runs from contributors
-
- Jan 24, 2017
-
-
Bogdan Dobrelya authored
Update the group_vars for Terraform
-
Bogdan Dobrelya authored
also use kube_api_pwd for root account
-
Matthew Mosesohn authored
Fix calico-rr peering with k8s masters
-
Matthew Mosesohn authored
Pin docker version on RedHat and CentOS to the desired version
-
Matthew Mosesohn authored
Specify the version of the credentials to download from Horizon
-
Sean M. Collins authored
That way, it will not become stale. Related bug #929
-
- Jan 23, 2017
-
-
Sean M. Collins authored
More recent versions of OpenStack Horizon provide Identity v2 and Identity v3 versions of the RC file.
-
David Kirstein authored
This makes it a bit more secure. Also the password can now be changed with a (inventory) variable (no need to edit all.yml).
-
David Kirstein authored
It removes the teal lines when a host is skipped for a task. This makes the output less spammy and much easier to read. Empty TASK blocks are still included in the output, but that's ok.
-
Alexander Block authored
-
Aleksandr Didenko authored
Calico-rr is broken for deployments with separate k8s-master and k8s-node roles. In order to fix it we should peer k8s-cluster nodes with calico-rr, not just k8s-node. The same for peering with routers. Closes #925
-
- Jan 20, 2017
-
-
Bogdan Dobrelya authored
Sorting ansible args, fixed ci cluster_mode
-
Bogdan Dobrelya authored
Add scale thresholds to split etcd and k8s-masters
-
Bogdan Dobrelya authored
Genericize test cases and namespace create pod
-
- Jan 19, 2017
-
-
Matthew Mosesohn authored
Add tasks to ensure that the first nodes have their directories for cert gen
-
Matthew Mosesohn authored
Add nginx local balancer port configuration variable
-
Matthew Mosesohn authored
Ansible apps should only check for api-server running on the master.
-
Matthew Mosesohn authored
Fix setting resolvconf when using rkt deploy mode
-
Matthew Mosesohn authored
Update Ansible to 2.2.1
-
Matthew Mosesohn authored
Add docker 1.13, update 1.12 to 1.12.6
-
Matthew Mosesohn authored
Allow to specify number of concurrent DNS queries
-
Matthew Mosesohn authored
Also adds calico-rr group if there are standalone etcd nodes. Now if there are 50 or more nodes, 3 etcd nodes will be standalone. If there are 200 or more nodes, 2 kube-masters will be standalone. If thresholds are exceeded, kube-node group cannot add nodes that belong to etcd or kube-master groups (according to above statements).
-
Matthew Mosesohn authored
Fixes #903
-
Sergii Golovatiuk authored
ndots creates overhead as every pod creates 5 concurrent connections that are forwarded to sky dns. Under some circumstances dnsmasq may prevent forwarding traffic with "Maximum number of concurrent DNS queries reached" in the logs. This patch allows to configure the number of concurrent forwarded DNS queries "dns-forward-max" as well as "cache-size" leaving the default values as they were before. Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Matthew Mosesohn authored
-
Greg Althaus authored
cert creation
-
- Jan 18, 2017
-
-
crodetsky authored
This change modifies 020_check-create-pod and 030_check-network test cases to target `kube-master[0]` instead of `node1` as these tests can be useful in deployments that do not use the same naming convention as the basic tests. This change also modifies 020_check-create-pod to namespace into a `test` namespace allowing the `get pods` command to get its expected number of running containers. Closes #866 and #867.
-