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 06, 2020
  8. Jun 05, 2020
  9. Jun 04, 2020
  10. Jun 03, 2020
  11. Jun 02, 2020
  12. Jun 01, 2020
  13. May 29, 2020
Loading