Skip to content
  1. Jul 13, 2020
  2. Jul 07, 2020
  3. Jul 04, 2020
  4. Jul 03, 2020
  5. Jul 02, 2020
  6. Jul 01, 2020
  7. Jun 30, 2020
  8. Jun 29, 2020
  9. Jun 26, 2020
  10. Jun 25, 2020
  11. Jun 24, 2020
  12. Jun 22, 2020
    • Joel Seguillon's avatar
      bump dashboard to 2.0.2 (#6303) · d50fe955
      Joel Seguillon authored
      d50fe955
    • Pasquale Toscano's avatar
      Add support for Kata Containers (#6256) · 8f5c4dcd
      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
      8f5c4dcd
  13. Jun 18, 2020
  14. Jun 17, 2020
  15. Jun 16, 2020
    • Samuel Liu's avatar
      ADD tls cipher suites support (#6024) · dba64542
      Samuel Liu authored
      * ADD tls cipher suites support
      
      yaml lint
      
      yamllint
      
      * update test case
      
      * update test case
      dba64542
    • Florian Ruynat's avatar
      Fix nologin wrong path (#6272) · f437ac0b
      Florian Ruynat authored
      f437ac0b
    • Florian Ruynat's avatar
      Update various dependencies (#6265) · 19d4b5dd
      Florian Ruynat authored
      19d4b5dd
    • 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
Loading