Skip to content
  1. Aug 28, 2020
  2. Aug 27, 2020
  3. Aug 21, 2020
  4. Aug 20, 2020
  5. Aug 06, 2020
  6. Aug 05, 2020
    • Mike Williams's avatar
      Option for MetalLB to talk BGP (#6383) · e72dbf3d
      Mike Williams authored
      * Option for MetalLB to talk BGP
      
      * Check for BGP peers when metallb_protocol is bgp
      
      * README clarification
      
      * Commented values as documentation only in the sample inventory
      
      * layer 2 or BGP, not both
      e72dbf3d
  7. Aug 04, 2020
  8. Jul 31, 2020
  9. Jul 30, 2020
  10. Jul 28, 2020
  11. Jul 27, 2020
  12. Jul 17, 2020
  13. Jul 15, 2020
  14. Jul 13, 2020
  15. Jul 07, 2020
  16. Jul 02, 2020
  17. Jul 01, 2020
  18. Jun 30, 2020
  19. Jun 29, 2020
  20. Jun 26, 2020
  21. Jun 25, 2020
  22. Jun 24, 2020
  23. 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
  24. 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
  25. 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
  26. Jun 09, 2020
  27. Jun 05, 2020
  28. Jun 02, 2020
  29. May 29, 2020
  30. May 28, 2020
Loading