- Apr 23, 2018
-
-
Matthew Mosesohn authored
-
- Apr 19, 2018
-
-
Paul Montero authored
-
Matthew Mosesohn authored
-
- Apr 18, 2018
-
-
Spencer Smith authored
-
woopstar authored
pip was always being downloaded on subsequent runs, This PR always runs the pip command, and checks the rc of it before downloading pip Fix in favor of #2582
-
- Apr 17, 2018
-
-
Wong Hoi Sing Edison authored
-
Wong Hoi Sing Edison authored
-
Wong Hoi Sing Edison authored
-
Wong Hoi Sing Edison authored
-
- Apr 15, 2018
-
-
Matthew Mosesohn authored
* Raise limits for weave * Adjust weave limits
-
- Apr 13, 2018
-
-
Matthew Mosesohn authored
Kubespray should not install any helm charts. This is a task that a user should do on his/her own through ansible or another tool. It opens the door to wrapping installation of any helm chart.
-
Matthew Mosesohn authored
-
- Apr 12, 2018
-
-
Matthew Mosesohn authored
-
Chad Swenson authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
- Apr 11, 2018
-
-
Markos Chandras authored
The RPM file that's provided by upstream can be used for SUSE distributions as well. Moreover we simplify the playbook to use the 'package' module to install packages across different distros. Link: https://github.com/rkt/rkt/pull/3904
-
Markos Chandras authored
Add path for certificate location for SUSE distributions. Also make sure the 'update-ca-certificates' command is executed on SUSE hosts as well.
-
Markos Chandras authored
Add path for certificate location for SUSE distributions. Also make sure the 'update-ca-certificates' command is executed on SUSE hosts as well.
-
Markos Chandras authored
If the 'docker' package is already installed, then the handlers will not run and the service will not be (re-)started. As such, lets make sure that the service is started even if the packages are already installed.
-
Markos Chandras authored
Add support for installing Docker on SUSE distributions. The Docker repository at https://yum.dockerproject.org/repo/main/ does not support recent openSUSE distributions so the only alternative is to use the packages from the distro repositories. This however renders the 'docker_version' Ansible variable useless on SUSE.
-
Nirmoy Das authored
The openssl package on Tumbleweed is actually a virtual package covering openssl-1.0.0 and openssl-1.1.0 implementations. It defaults to 1.1.0 so when trying to install it and openssl-1.0.0 is installed, zypper fails with conflicts. As such, lets explicitly pull the package that we need which also updates the virtual one. Co-authored-by: Markos Chandras <mchandras@suse.de>
-
Markos Chandras authored
Add support for installing package dependencies and refreshing metadata on SUSE distributions Co-authored-by: Nirmoy Das <ndas@suse.de>
-
Nirmoy Das authored
openSUSE Tumbleweed is having the same problems with CoreOS when it comes to using the hostname ansible module (#1588, #1600) so we need to apply a similar workaround. Co-authored-by: Markos Chandras <mchandras@suse.de> Link: http://bugzilla.opensuse.org/show_bug.cgi?id=997614
-
Markos Chandras authored
Install some required packages when running on SUSE distributions.
-
Atoms authored
-
- Apr 10, 2018
-
-
Robin Skahjem-Eriksen authored
Changed from OS_PROJECT_ID to OS_PROJECT_NAME.
-
Brad Beam authored
All checks test if this is defined meaning there is no way to undefine it.
-
Matthew Mosesohn authored
-
Robin Skahjem-Eriksen authored
Changed from OS_PROJECT_ID to OS_PROJECT_NAME.
-
Vikas Kumar authored
Replaced ansible_ssh_host with ansible_host in sample inventory file as the former is deprecated since Ansible v2.0 Fixed the reference of ansible_user in kubespray-defaults role References: - http://docs.ansible.com/ansible/latest/intro_inventory.html
- Apr 09, 2018
-
-
Atoms authored
-
Matthew Mosesohn authored
While `do` looks cleaner, forcing this extra option in ansible.cfg seems to be more invasive. It would be better to keep the traditional approach of `set dummy = ` instead.
- Apr 08, 2018
-
-
rongzhang authored
Fix issues #2611
-
- Apr 06, 2018
-
-
Brad Beam authored
Missed in #2554
-
Daniel Hoherd authored
-
- Apr 04, 2018