- May 08, 2016
-
-
Paul Czarkowski authored
This allows you to simply run `vagrant up` to get a 3 node HA cluster. * Creates a dynamic inventory and uses the inventory/group_vars/all.yml * commented lines in inventory.example so that ansible doesn't try to use it. * added requirements.txt to give easy way to install ansible/ipaddr * added gitignore files to stop attempts to save unwated files * changed `Check if kube-system exists` to `failed_when: false` instead of `ignore_errors`
-
- May 05, 2016
-
-
Smaine Kahlouch authored
fix api auth issue for ci tests
-
Smana authored
-
- May 04, 2016
-
-
Smaine Kahlouch authored
use a variable for api's 'root' password
-
Smana authored
-
- Apr 29, 2016
-
-
Antoine Legrand authored
Pull correct variable for etcd initial variable
-
David Reuss authored
This shouldn't use the `inventory_hostname` variable, as that will just yield the same variable, but rather use the `host` which we're looping over.
-
- Apr 25, 2016
-
-
Antoine Legrand authored
Fix ansible dict error on Ubuntu 14.04
-
Christopher M Luciano authored
This fixes the ansible error ```'dict object' has no attribute 'ansible_default_ipv4'"}```. Closes #215
-
- Apr 20, 2016
-
-
Smaine Kahlouch authored
Upgrade weave v1.5.0 with CNI
-
Smana authored
-
Smana authored
-
- Apr 19, 2016
-
-
Smaine Kahlouch authored
upgrade calico v0.19.0, calico-cni v1.2.1
-
Smana authored
-
- Apr 13, 2016
-
-
Smaine Kahlouch authored
Add code to detect if epel is already installed and skip it if it is
-
Rob Hirschfeld authored
-
Rob Hirschfeld authored
cosmetic
-
Rob Hirschfeld authored
as per @smana request
-
- Apr 12, 2016
-
-
Smaine Kahlouch authored
Provide a non-default hostname for CoreOS systems.
-
Rob Hirschfeld authored
add option for generic
-
- Apr 11, 2016
-
-
Smaine Kahlouch authored
Kubernetes upgrade to 1.2.2
-
Smana authored
-
Smaine Kahlouch authored
Fix docker install on rhel7
-
Smana authored
-
Smana authored
-
- Apr 10, 2016
-
-
Smaine Kahlouch authored
fix add nodes to the cluster
-
- Apr 08, 2016
-
-
Smana authored
-
- Apr 05, 2016
-
-
Smaine Kahlouch authored
Upgrade kubernetes v1.2.1
-
Smana authored
change hyperkube image repository
-
Smana authored
-
- Apr 04, 2016
-
-
Smaine Kahlouch authored
remove deprecation warns and update doc
-
Smana authored
-
- Apr 03, 2016
-
-
Smaine Kahlouch authored
Coreos fixes
-
Stig Telfer authored
-
- Apr 02, 2016
-
-
Stig Telfer authored
On CoreOS where there is no package management, perform zero-trip loops instead of throwing an exception for iterating over a member of an undefined variable.
-
Stig Telfer authored
On CoreOS the binaries are not installed in /usr/local/bin.
-
- Apr 01, 2016
-
-
Smaine Kahlouch authored
Add kubernetes.default.svc in certs dns
-
ant31 authored
-
Smaine Kahlouch authored
Implemented Dynamic Provisioning of PersistentVolumes with cinder
-
teuto.net Netzdienste GmbH authored
Changed path to hosts ssl certs from /usr/share/ca-certificates to /etc/ssl/certs/ which fixes https problems in kube-controller-manager and kube-apiserver (#189) caused by the lack of certificates on debian and redhat based systems.
-