- Mar 29, 2022
-
-
Kenichi Omichi authored
If running Kubespray on static IP environments, a task was failed like: TASK [kubernetes/preinstall : Configure dhclient hooks for resolv.conf (RH-only)] fatal: [ak8s2]: FAILED! => { "changed": false, "checksum": "..", "msg": "Destination directory /etc/dhcp/dhclient.d does not exist"} This adds a check for dhclientconffile for running 0100-dhclient-hooks to run the task only if dhcpclient is enabled.
-
Christian Rohmann authored
terrform/openstack: Fix templating of ansible_ssh_common_args in no_floating.yml if used as TF module (#8646) * terraform/openstack: Use path.module for ansible_bastion_template.txt This extends on #7643 by not using path.root, but switching to path.module to allow use of the terraform code as a module itself. This change then keeps all calls to the template file stable even for that use-case. * terraform/openstack: Make sed calls fail on errors By using a single call with two replacements to use of sed will create proper exit codes and allowing for errors to be recognized by terraform.
-
- Mar 28, 2022
-
-
Cristian Calin authored
-
Calin Cristian Andrei authored
-
- Mar 26, 2022
-
-
rtsp authored
-
Samuel Liu authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Mar 22, 2022
-
-
Maciej Wereski authored
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-
Erwan Miran authored
-
Cristian Calin authored
-
- Mar 21, 2022
-
-
Fredrik Liv authored
-
Kenichi Omichi authored
When running cluster.yml for new machines what containerd is already install but Kubernetes cluster were not installed before, the task "remove-node | List nodes" is failed like "changed": false, "cmd": [ "/usr/local/bin/kubectl", "--kubeconfig", "/etc/kubernetes/admin.conf", "get", "nodes", "-o", "go-template={{ range .items }}{{ .metadata.name }} {{ "\n" }}{{ end }}" ], .. "stderr": "error: stat /etc/kubernetes/admin.conf: no such file or directory", That was due to lack to check the existing Kubernetes cluster exists or not before running "kubectl drain" command. This adds the check to avoid the issue.
-
- Mar 18, 2022
-
-
Cristian Calin authored
-
Fredrik Liv authored
* Updated openstack cloud controller version to match kubernetes version * Rolled back file structure change
-
Cristian Calin authored
* [calico] make vxlan encapsulation the default * don't enable ipip encapsulation by default * set calico_network_backend by default to vxlan * update sample inventory and documentation * [CI] pin default calico parameters for upgrade tests to ensure proper upgrade * [CI] improve netchecker connectivity testing * [CI] show logs for tests * [calico] tweak task name * [CI] Don't run the provisioner from vagrant since we run it in testcases_run.sh * [CI] move kube-router tests to vagrant to avoid network connectivity issues during netchecker check * service proxy mode still fails connectivity tests so keeping it manual mode * [kube-router] account for containerd use-case
-
- Mar 17, 2022
-
-
Sergey authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
Qasim Mehmood authored
-
Cristian Calin authored
-
- Mar 16, 2022
-
-
Cristian Calin authored
-
- Mar 14, 2022
-
-
Max Gautier authored
* Sketch of helm-apps role interface * helm-apps: Early implementation and settings * helm-apps: Fix README.md example playbook * fixup! Sketch of helm-apps role interface * Make the argument specs more explicit * Remove exposed options from hardcoded default * Simplify example playbook in README.md - Define directly the roles parameters - Add an example of option override for one chart only * Use release instead of charts Make explicit that the role is mananing releases, not charts. Simplify parameters naming
-
onock authored
[systemd-resolved] Fix DNS configuration according to docs/dns-stack.md and during reset of cluster (#8560) (#8561)
-
- Mar 13, 2022
-
-
Kenichi Omichi authored
This adds a unit test for the function.
-
spaced authored
-
- Mar 12, 2022
-
-
Mac Chaffee authored
Signed-off-by: Mac Chaffee <me@macchaffee.com>
-
- Mar 11, 2022
-
-
Unai Arríen authored
* Add epoch to docker-ce and docker-ce-cli packages to ensure docker upgrade * Split container-engine redhat vars to support legacy RHEL 7 version management * Support ansible_distribution_major_version when disvering vars with ansible_os_family
-
- Mar 08, 2022
-
-
Toni Tauro authored
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
-
Cristian Calin authored
-
- Mar 07, 2022
-
-
Cristian Calin authored
-
kakkotetsu authored
-
Tom Janson authored
Entering any value causes the play to proceed, e.g., entering "no<Enter>". (This is simply how Ansible's pause module behaves.)
-
Takuya Murakami authored
* Update ansible-lint to 5.4.0 (#8607) It seems that the Rich version 11.0.0 has a breaking change. So need to update ansible-lint to 5.3.2 or later. * Fix for ansible-lint no-changed-when rule (#8607)
-
Branko Mijuskovic authored
-
Mohamed Zaian authored
* There is an issue with etcd v3.5.0 where it resurrects ancient members see: https://github.com/etcd-io/etcd/issues/13196 This issue is clearly fixed in etcd v3.5.2 * Just keep the checksums
-
- Mar 04, 2022
-
-
Cristian Calin authored
-