Skip to content
  1. Jun 16, 2020
    • Kenichi Omichi's avatar
      Fix check external_openstack_tenant_name value (#6270) · 78251b03
      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.
      78251b03
    • mohsen's avatar
      make better condition for applying nf_conntrack kernel tweak (#6267) · 10e54eca
      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
      10e54eca
    • Hans Feldt's avatar
  2. Jun 14, 2020
    • Y0UZ45's avatar
      Fix kubectl.sh parameter quoting (#6239) · 06391b6d
      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"}}}'
      06391b6d
  3. Jun 12, 2020
  4. Jun 10, 2020
  5. Jun 09, 2020
  6. Jun 08, 2020
  7. Jun 05, 2020
  8. Jun 04, 2020
    • spaced's avatar
      fix CRI-O repos for centos distributions (#6224) · 750db913
      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
      750db913
  9. Jun 03, 2020
  10. Jun 02, 2020
  11. Jun 01, 2020
  12. May 29, 2020
  13. May 28, 2020
  14. May 25, 2020
  15. May 19, 2020
    • 404notfoundhard's avatar
      restart kubelet service when kube-config.yml is changed (#5402) · d036a04d
      404notfoundhard authored
      * fix(kubelet): exec notify restart kubelet service when kube-config.yml changed
      
      * Revert "refactor(kubelet handler): change task name("reload kubelet") this is misleading"
      
      This reverts commit 8f5d29560802c7c997293adb1ce9f84d3b20b6cb.
      
      * fix(handlers,kubelet): setting right notify task name
      d036a04d
Loading