- Jul 27, 2020
-
-
Maxime Guyot authored
-
- Jul 22, 2020
-
-
Florian Ruynat authored
-
- Jul 13, 2020
-
-
Daniel Schade authored
* Enable fedora modular repos for fcos #6299 * Fixed fedora modular repos activation for fcos #6300
-
- Jul 07, 2020
-
-
Hans Feldt authored
CI job 624031102 failed with: fatal: [ubuntu1804]: FAILED! => {"changed": false, "msg": "Failed to download key at https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_18.04/Release.key : Request failed: <urlopen error [Errno -3] Temporary failure in name resolution>"} Assuming its a temporary problem it should get more robust with a couple of retries like in other roles. Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
- Jun 22, 2020
-
-
Pasquale Toscano authored
* Install Kata Containers as additional container runtime * Create RuntimeClasses for Kata Containers * Updated Vagrant to optionally run without Docker as container manager * Updated Vagrant to optionally use Libvirt nested virtualization * Add Kata Containers documentation * Fix lint errors * Add kata_containers_enabled to kubespray-defaults * Fixed typo error * Fixed typo error
-
- Jun 08, 2020
-
-
Florian Ruynat authored
-
- Jun 05, 2020
-
-
Lovro Seder authored
* Manage containerd.io package with docker CRI. * Refactor common containerd stuff to separate role * Fix check mode and unnecessary shell.
-
- Jun 04, 2020
-
-
spaced authored
* fix CRI-O repos for centos distributions * fix CRI-O repos for centos distributions - revert workarounds * fix CRI-O repos for centos distributions - use https for centos repos * avoid 302 redirects for centos repos
-
- May 29, 2020
-
-
petruha authored
* Update containerd package to 1.2.13-3.2.el7 * Update Fedora containerd package versions. * Update Redhat containerd stable and edge packages.
-
- May 28, 2020
-
-
Florian Ruynat authored
-
spaced authored
-
- May 25, 2020
-
-
Florian Ruynat authored
-
- May 18, 2020
-
-
Maxime Guyot authored
-
- May 15, 2020
-
-
jeanfabrice authored
-
- May 13, 2020
-
-
tasekida authored
-
- May 12, 2020
-
-
Hector S authored
-
- May 09, 2020
-
-
Florian Ruynat authored
-
- May 08, 2020
-
-
Florian Ruynat authored
-
- May 07, 2020
-
-
Florent Monbillard authored
-
- May 05, 2020
-
-
Maxime Guyot authored
-
- Apr 29, 2020
-
-
Maxime Guyot authored
-
- Apr 28, 2020
-
-
Maxime Guyot authored
-
- Apr 24, 2020
-
-
spaced authored
* replace removed repo with kubic repository for centos 7 * add crio configuration for centos8 * add crio configurations for debian * use correct crio version for fedora * simplify calulation of required crio version - gives possibility to overwrite * change default path for runc * change default for seccomp path * change default for conmon
-
- Apr 22, 2020
-
-
spaced authored
* declare kubic repo for ubuntu * do not install crictl twice * move fedora repo modular tasks to crio_repo file * move centos repo tasks to crio_repo * declare crio version matrix for ubuntu * update documentation crio support for ubuntu
-
Maxime Guyot authored
-
- Apr 21, 2020
-
-
Victor Morales authored
* Add proxy support to CRI-O service The crio.service requires proxy environment variables when it's deployed behind a corporated network. This change creates a systemd configuration file when the proxy variables are defined. * Remove unnecesary crio's tasks
-
- Apr 18, 2020
-
-
Maxime Guyot authored
-
- Apr 16, 2020
-
-
aharrisson authored
* Add Molecule for container-engine/docker * Add bootstrap-os to Molecule prepare stage
-
- Apr 14, 2020
-
-
Christopher Randles authored
-
- Apr 11, 2020
-
-
spaced authored
* fix upgrade of crio on fcos - update documents * install conntrack required by kube-proxy - like commit 48c41bcb * enable fedora modular repo for crio * allow to override crio configuration - set cgroup manager same to kubelet_cgroup_driver if defined - path of seccomp_profile depends on distribution * allow to override crio configuration - fix path for ubuntu * allow to override crio configuration - fix cni path for fcos
-
- Apr 09, 2020
-
-
Denis Kadyshev authored
* Fix proxy and module_hotfixes On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options. For example: `proxy=http://127.0.0.1:3128module_hotfixes=True` But expected result: ``` proxy=http://127.0.0.1:3128 module_hotfixes=True ``` * Use ini_file module for work with ini files * Prevent duplicates proxy= option in /etc/yum.conf Module `lineinfile` is weak, use most powerful module `ini_file` and add or remove `proxy=` when `http_proxy` is defined or not.
-
- Apr 08, 2020
-
-
Alexander Kross authored
-
Maxime Guyot authored
-
- Apr 01, 2020
-
-
matjazp authored
-
- Mar 30, 2020
-
-
Christopher Randles authored
Signed-off-by: Chris Randles <randles.chris@gmail.com>
-
- Mar 25, 2020
-
-
Etienne Champetier authored
we can't set module_hotfixes=True using yum_repository ansible module Fixes 38688a44 (keep docker-ce.repo name) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Mar 24, 2020
-
-
Pierre Gaxatte authored
-
- Mar 18, 2020
-
-
spaced authored
-
- Mar 17, 2020
-
-
spaced authored
* fedora coreos support - bootstrap and new fact for * fedora coreos support - fix bootstrap condition * fedora coreos support - allow customize packages for fedora coreos bootstrap * fedora coreos support - prevent install ptyhon3 and epel via dnf for fedora coreos * fedora coreos support - handle all ostree like os in same way * fedora coreos support - handle all ostree like os in same way for crio * fedora coreos support - add fcos documentations
-