- Aug 26, 2016
-
-
Smaine Kahlouch authored
ensure bin dir for coreos before anything else
-
Spencer Smith authored
-
- Aug 25, 2016
-
-
Smaine Kahlouch authored
Refactor roles and hosts
-
Bogdan Dobrelya authored
Shorten deployment time with: - Remove redundand roles if duplicated by a dependency and vice versa - When a member of k8s-cluster, always install docker as a dependency of the etcd role and drop the docker role from cluster.yaml. - Drop etcd and node role dependencies from master role as they are covered by the node role in k8s-cluster group as well. Copy defaults for master from node role. - Decouple master, node, secrets roles handlers and vars to be used w/o cross references. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smaine Kahlouch authored
Fix handler triggering for kubelet restart
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Aug 24, 2016
-
-
Smaine Kahlouch authored
Check only for AWS, wrote some docs on actually using AWS
-
Smaine Kahlouch authored
Fix resolv.conf search/nameserver
-
Spencer Smith authored
-
Spencer Smith authored
-
Bogdan Dobrelya authored
* Ensure additional nameserver/search, if defined as vars. * Don't backup changed dhclient hooks as they are going to be executed by dhclient as well, which is not what we want. * For debian OS family only: - Rename nodnsupdate hook the resolvconf hook to be sourced always before it. - Ensure dhclient restarted via network restart to apply the nodnsupdate hook. * For rhel OS family, the fix TBD, it doesn't work the same way. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smaine Kahlouch authored
Revert regressions
-
Smaine Kahlouch authored
Adjust collect-info playbook
-
- Aug 23, 2016
-
-
Smaine Kahlouch authored
pass cloud provider flag in all cases, not just openstack
-
Spencer Smith authored
-
Bogdan Dobrelya authored
Cleanup collected artifacts, drop unrelated files/commands. Always install gitinfos script to binaries for external use. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smaine Kahlouch authored
remove host ca-certs, as they aren't necessary
-
Smaine Kahlouch authored
Fix gen-gitinfos.sh
-
Bogdan Dobrelya authored
Fix the error gen-gitinfos.sh: 57: [: foo: unexpected operator Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Aug 22, 2016
-
-
Spencer Smith authored
-
Smaine Kahlouch authored
Fix resolv.conf search/nameserver
-
Bogdan Dobrelya authored
Rename nodnsupdate hook the resolvconf hook to be sourced always before it. Ensure dhclient restarted via network restart to apply the nodnsupdate hook. Ensure additional nameserver/search, if defined as vars. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Aug 19, 2016
-
-
Smaine Kahlouch authored
Restart kubelet if launcher changed
-
- Aug 18, 2016
-
-
Matthew Mosesohn authored
Fixes #409
-
Smaine Kahlouch authored
Fix etcd play to only run on non-k8s-cluster nodes
-
Matthew Mosesohn authored
This decreases the time required to deploy a cluster with 3 nodes, but none are standalone etcd roles.
-
- Aug 16, 2016
-
-
Smaine Kahlouch authored
Copy hyperkube cni plugins optionally for calico deployment
-
Smaine Kahlouch authored
upstreaming to k8s
-
Smana authored
-
Smaine Kahlouch authored
Fix init scripts for etcd. Fixes #383
-
- Aug 15, 2016
-
-
Matthew Mosesohn authored
Fixes Ubuntu 14.04 deployment of etcd.
-
- Aug 12, 2016
-
-
Smaine Kahlouch authored
force fact check of all nodes first thing
-
Spencer Smith authored
-
- Aug 11, 2016
-
-
Smaine Kahlouch authored
OpenStack minor fix
-
Ihor Dvoretskyi authored
-
- Aug 10, 2016
-
-
Smaine Kahlouch authored
Fix resolvconf executable discovery
-
dis authored
If resolvconf was installed and then removed, the file /etc/resolvconf/resolv.conf.d/head remains in the filesystem - change discovery of 'resolvconf' executable to check if it can be located with 'which resolvconf' command or not.
-
Matthew Mosesohn authored
Hyperkube from CoreOS now ships with all binaries required for calico and flannel (but not weave). It simplifies deployment for some network plugin scenarios to not download CNI images. TODO: Optionally disable downloading calico to /opt/cni/bin
-