- Sep 10, 2017
-
-
Matthew Mosesohn authored
-
- Aug 28, 2017
-
-
Matthew Mosesohn authored
-
- Aug 24, 2017
-
-
Brad Beam authored
* Adding yaml linter to ci check * Minor linting fixes from yamllint * Changing CI to install python pkgs from requirements.txt - adding in a secondary requirements.txt for tests - moving yamllint to tests requirements
-
- Aug 20, 2017
-
-
Vijay Katam authored
-
Kevin Lefevre authored
-
- Jul 20, 2017
-
-
John Ko authored
to match this https://github.com/kubernetes-incubator/kubespray/blob/master/roles/kubernetes/node/tasks/main.yml#L20 and the documented behaviour in HA docs related to #1456 @rsmitty
-
- Jul 17, 2017
-
-
jwfang authored
-
- Jun 30, 2017
-
-
Martin Joehren authored
-
- Jun 16, 2017
-
-
Spencer Smith authored
-
- Apr 26, 2017
-
-
Sergii Golovatiuk authored
- Fix when clauses in various places - Update requirements.txt - Fix README.md Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Apr 20, 2017
-
-
Spencer Smith authored
-
Spencer Smith authored
-
Sergii Golovatiuk authored
When VPC is used, external DNS might not be available. This patch change behavior to use metadata service instead of external DNS when upstream_dns_servers is not specified. Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Sergii Golovatiuk authored
kubernetesUnitPrefix was changed to k8s_* in 1.5. This patch reflects this change in kargo
-
- Apr 06, 2017
-
-
Matthew Mosesohn authored
-
- Apr 04, 2017
-
-
Matthew Mosesohn authored
-
- Mar 17, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
- Mar 15, 2017
-
-
Matthew Mosesohn authored
-
- Mar 06, 2017
-
-
Brad Beam authored
-
- Mar 02, 2017
-
-
Vincent Schwarzer authored
-
Vincent Schwarzer authored
Until now it was not possible to add an API Loadbalancer without an static IP Address. But certain Loadbalancers like AWS Elastic Loadbalanacer dontt have an fixed IP address. With this commit it is possible to add these kind of Loadbalancers to the Kargo deployment.
-
- Mar 01, 2017
-
-
Vijay Katam authored
Updates based on feedback Simplify checks for file exists remove invalid char Review feedback. Use regular systemd file. Add template for docker systemd atomic
-
- Feb 28, 2017
-
-
Brad Beam authored
-
Xavier Lange authored
-
Brad Beam authored
-
- Feb 27, 2017
-
-
Jan Jungnickel authored
-
- Feb 23, 2017
-
-
Bogdan Dobrelya authored
* Leave all.yml to keep only optional vars * Store groups' specific vars by existing group names * Fix optional vars casted as mandatory (add default()) * Fix missing defaults for an optional IP var * Relink group_vars for terraform to reflect changes Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Feb 18, 2017
-
-
Abel Lopez authored
Sometimes, a sysadmin might outright delete the SELinux rpms and delete the configuration. This causes the selinux module to fail with ``` IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n", "module_stdout": "", "msg": "MODULE FAILURE"} ``` This simply checks that /etc/selinux/config exists before we try to set it Permissive. Update from feedback
-
Andrew Greenwood authored
Migrate older inline= syntax to pure yml syntax for module args as to be consistant with most of the rest of the tasks Cleanup some spacing in various files Rename some files named yaml to yml for consistancy
-
- Feb 13, 2017
-
-
Vladimir Rutsky authored
"shell" step doesn't support check mode, which currently leads to failures, when Ansible is being run in check mode (because Ansible doesn't run command, assuming that command might have effect, and no "rc" or "output" is registered). Setting "check_mode: no" allows to run those "shell" commands in check mode (which is safe, because those shell commands doesn't have side effects).
-
Greg Althaus authored
restart the controller to get the new file configuration. I'm not fond of this form and would like a better way, but this seems to "work".
-
Sergii Golovatiuk authored
always_run was deprecated in Ansible 2.2 and will be removed in 2.4 ansible logs contain "[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead". This patch fix deprecation.
-
- Feb 09, 2017
-
-
Mark Lee authored
-
Mark Lee authored
-
Josh Conant authored
-
- Feb 06, 2017
-
-
Matthew Mosesohn authored
-
- Jan 31, 2017
-
-
Greg Althaus authored
if the system doesn't have any config files at all.
-
- Jan 27, 2017
-
-
Tyler Britten authored
-
Tyler Britten authored
-