- Jun 18, 2020
-
-
Maxime Guyot authored
-
Florian Ruynat authored
-
- Jun 17, 2020
-
-
Maxime Guyot authored
-
- Jun 16, 2020
-
-
Maxime Guyot authored
-
Samuel Liu authored
* ADD tls cipher suites support yaml lint yamllint * update test case * update test case
-
Florian Ruynat authored
-
Unai Arríen authored
-
Florian Ruynat authored
-
Kenichi Omichi authored
We need to specify either external_openstack_tenant_name or external_openstack_tenant_id. Those values were checked by seeing they are defined or they have actual values separately. However those values are always defined because of the following code of openstack/defaults/main.yml: external_openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')| default(lookup('env','OS_PROJECT_ID'),true) }}" external_openstack_tenant_name: "{{ lookup('env','OS_TENANT_NAME')| default(lookup('env','OS_PROJECT_NAME'),true) }}" So even if not specifying both values, those checks could not detect the misconfiguration. This fixes this to detect the misconfiguration.
-
mohsen authored
* MINOR: Check kernel version before enable modprobe nf_conntrack * CLEANUP: no more need to ignore error of this task * MINOR: Fixing yaml and ansible lint error - remove trailling-space
-
Hans Feldt authored
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-
- Jun 14, 2020
-
-
Y0UZ45 authored
If the special parameter "$@" is not quoted, the following command will not work: ./kubectl.sh patch storageclass my-storage-class -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
-
- Jun 12, 2020
-
-
marcosfsch authored
* Add oraclelinux8 and disable firewalld Add oraclelinux8 image and disable firewalld on oraclelinux VMs * Fix Oracle Linux repositories As documented in: http://yum.oracle.com/getting-started.html#installing-software-from-oracle-linux-yum-server public-yum-ol7.repo was deprecated on release 7.6. Some repos were integrated into oracle-linux-ol7.repo (i.e.: ol7_latest, ol7_addons) and other are available as packages (epel). This also adds support for oraclelinux8 * Fix to use ansible_distribution_version Instead of ansible_distribution_major_version * Update README.md
-
Florian Ruynat authored
-
Alexander Petermann authored
-
Unai Arríen authored
-
petruha authored
Add custom dashboard namespace test
-
Hugo Blom authored
* bump csi containers * bump snapshoter to 2.1.1
-
Kenichi Omichi authored
On OpenStack history, we used to call "tenant" for separeted namespace. However we use "project" now instead. Then we have replaced "tenant" with "project". Then all "TENANT" variables also are renamed to "PROJECT". This makes Kubespray search "PROJECT" variable also for newer OpenStack clouds.
-
- Jun 10, 2020
-
-
Alexander Evseev authored
... to have working `hostPort` for containers. See: https://www.kube-router.io/docs/user-guide/#hostport-support
-
Yousong Zhou authored
To avoid the following error (ignored when pipefail is off) RUNNING HANDLER [network_plugin/calico : containerd | delete calico-node containers] ******************************************************************************* changed: [node1] => {"attempts": 1, "changed": true, "cmd": "crictl pods --name calico-node-* -q | xargs -I% --no-run-if-empty bash -c \"crictl stopp % && crictl rmp %\"", "delta": "0:00:00.004240", "end": "2020-06-10 03:32:41.316955", "rc": 0, "start": "2020-06-10 03:32:41.312715", "stderr": "/bin/sh: crictl: command not found", "stderr_lines": ["/bin/sh: crictl: command not found"], "stdout": "", "stdout_lines": []}
-
- Jun 09, 2020
-
-
Florent Monbillard authored
Fix the offline docs URL in README
-
Florian Ruynat authored
-
Craig Rodrigues authored
with the Python ruamel.yml library - Change True/False to true/false in a few places so file can be more easily round-tripped with the Python ruamel.yml library
-
Alexander Petermann authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florent Monbillard authored
-
Danilo Riecken P. de Morais authored
-
Florian Ruynat authored
-
- Jun 08, 2020
-
-
Florian Ruynat authored
-
- Jun 06, 2020
-
-
Maxime Guyot authored
-
- Jun 05, 2020
-
-
Hugo Blom authored
-
Lovro Seder authored
* Manage containerd.io package with docker CRI. * Refactor common containerd stuff to separate role * Fix check mode and unnecessary shell.
-
Florian Ruynat authored
-
- Jun 04, 2020
-
-
Maxime Guyot authored
-
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
-
- Jun 03, 2020
-
-
Hugo Blom authored
* upgrade calico to 3.14.1 * add checksums for calico 3.14.1 and update readme
-
Maxime Guyot authored
-
- Jun 02, 2020
-
-
Wang Zhen authored
Signed-off-by: Wang Zhen <lazybetrayer@gmail.com>
-