Skip to content
  1. Jul 27, 2020
  2. Jul 17, 2020
  3. Jul 15, 2020
  4. Jul 13, 2020
  5. Jul 07, 2020
  6. Jul 02, 2020
  7. Jul 01, 2020
  8. Jun 30, 2020
  9. Jun 29, 2020
  10. Jun 26, 2020
  11. Jun 25, 2020
  12. Jun 24, 2020
  13. Jun 22, 2020
    • 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
  14. Jun 16, 2020
    • 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
  15. Jun 12, 2020
    • Kenichi Omichi's avatar
      Look up OS_PROJECT_NAME for OpenStack project name (#6262) · 10a17cfe
      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.
      10a17cfe
  16. Jun 09, 2020
  17. Jun 05, 2020
  18. Jun 02, 2020
  19. May 29, 2020
  20. May 28, 2020
  21. May 18, 2020
  22. May 11, 2020
  23. May 10, 2020
  24. May 06, 2020
  25. Apr 30, 2020
  26. Apr 29, 2020
  27. Apr 28, 2020
  28. Apr 25, 2020
    • Joel Seguillon's avatar
      bump to dashboard 2.0.0 with metrics scrapper support (#5821) · 98e7a07f
      Joel Seguillon authored
      * bump to dashboard 2.0 rc6 with metrics scrapper
      
      * fix missing yaml seperator making Replicaset complaining about missing ServiceAccount
      
      * unwanted legay gross hack forgot to remove before
      
      * no  need namespace on CrBinding
      
      * bump to 2.0.0 release
      
      * remove dashboard_metrics_scrapper_enabled
      98e7a07f
Loading