Skip to content
  1. Sep 03, 2020
    • Hugo Blom's avatar
      Add snapshot-controller for CSI drivers and snapshot CRDs, add a default... · 2ff7ab8d
      Hugo Blom authored
      Add snapshot-controller for CSI drivers and snapshot CRDs, add a default volumesnapshotclass when running cinder CSI (#6537)
      
      * add snapshot-controller and v1beta1 snapshot api
      
      * fix typo
      
      * udpate manifest to v1beta1
      
      * update
      
      * update manifests
      
      * fix spelling
      
      * wait until crd is applied
      
      * fix missing info in kube module
      
      * revert snapshotclass
      
      * add snapshot crds before applying the csi driver
      
      * add crds, missed them in last commit
      
      * use pull policy from kubespray
      2ff7ab8d
    • Hans Feldt's avatar
      Calico: update crds to v1 and cr (#6360) · 93698a8f
      Hans Feldt authored
      * Update CustomResourceDefinition for kubecontrollersconfigurations.crd.projectcalico.org to v1
      * Align ClusterRole for kube-controllers with upstream (calico)
      93698a8f
  2. Aug 31, 2020
    • Marc-Antoine's avatar
      Add support for openstack application credentials (#6534) · 5a8b68a4
      Marc-Antoine authored
      * Add support for openstack application credentials
      
      * Add some lines for readability
      
      * Update external_openstack_tenant_id check
      
      Do not check external_openstack_tenant_id when application credentials are defined
      
      * Add check for external_openstack_domain_id
      
      * Fix typo
      5a8b68a4
  3. Aug 28, 2020
  4. Aug 27, 2020
  5. Aug 21, 2020
  6. Aug 20, 2020
  7. Aug 06, 2020
  8. 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
  9. Aug 04, 2020
  10. Jul 31, 2020
  11. Jul 30, 2020
  12. Jul 28, 2020
  13. Jul 27, 2020
  14. Jul 17, 2020
  15. Jul 15, 2020
  16. Jul 13, 2020
  17. Jul 07, 2020
  18. Jul 02, 2020
  19. Jul 01, 2020
  20. Jun 30, 2020
  21. Jun 29, 2020
  22. Jun 26, 2020
  23. Jun 25, 2020
  24. Jun 24, 2020
  25. 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
  26. 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
  27. 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
  28. Jun 09, 2020
Loading