Skip to content
Snippets Groups Projects
  1. Oct 16, 2020
  2. Oct 14, 2020
  3. Oct 13, 2020
  4. Oct 12, 2020
    • Radosław Piliszek's avatar
      Performance: optimize genconfig · 3411b9e4
      Radosław Piliszek authored
      Config plays do not need to check containers. This avoids skipping
      tasks during the genconfig action.
      
      Ironic and Glance rolling upgrades are handled specially.
      
      Swift and Bifrost do not use the handlers at all.
      
      Partially-Implements: blueprint performance-improvements
      Change-Id: I140bf71d62e8f0932c96270d1f08940a5ba4542a
      3411b9e4
    • James Kirsch's avatar
      Add support for encrypting backend Neutron API Server · 93ad57f4
      James Kirsch authored
      Add TLS support for backend Neutron API Server communication using
      HAProxy to perform TLS termination. When used in conjunction with
      enabling TLS for service API endpoints, network communication will be
      encrypted end to end, from client through HAProxy to the Neutron
      service.
      
      Change-Id: Ib333a1f1bd12491df72a9e52d961161210e2d330
      Partially-Implements: blueprint add-ssl-internal-network
      93ad57f4
    • Zuul's avatar
  5. Oct 09, 2020
  6. Oct 08, 2020
    • Mark Goddard's avatar
      baremetal: Install iptables for Docker if enabled · bc1d02d8
      Mark Goddard authored
      If iptables is not installed, e.g. in the CentOS 8 cloud image, and
      Docker iptables management is enabled, we get the following errors:
      
      Failed to find iptables: exec: \"iptables\": executable file not found
      in $PATH failed to start daemon: Error initializing network controller:
      error obtaining controller instance: failed to create NAT chain DOCKER:
      Iptables not found
      
      This change installs the iptables package Docker iptables management is
      enabled.
      
      Change-Id: I3ba5318debccafb28c3cbce8e4e9813c28b086fc
      Closes-Bug: #1899060
      bc1d02d8
    • Radosław Piliszek's avatar
      Fix haproxy bundle generation · 3f9d30a2
      Radosław Piliszek authored
      This fixes the `certificates` command to not include CSRs in
      the haproxy bundle.
      The regex was wrong.
      
      Change-Id: If25a6d5dd40f507fea4470be01baeeb7c8a790b4
      3f9d30a2
    • wu.chunyang's avatar
      add octavia openrc file · 195269d7
      wu.chunyang authored
      we use octavia user to upload image currently, so it is better to
      create a octavia openrc file for user
      
      Implements: blueprint implement-automatic-deploy-of-octavia
      
      Change-Id: Ib53d00fa4a6ee59b8a0b2245f83786a6af0cbf53
      195269d7
    • Mark Goddard's avatar
      octavia: generate certificates automatically · 894f4912
      Mark Goddard authored
      
      implemented as a separate command (kolla-ansible octavia-certificates)
      
      Implements: blueprint implement-automatic-deploy-of-octavia
      
      Co-Authored-By: default avatarwu.chunyang <wuchunyang@yovole.com>
      Co-Authored-By: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      
      Change-Id: I2c5b26ce9e363f35c523865904a582f7960aa682
      894f4912
    • Zuul's avatar
      Merge "Allow to skip and unset sysctl vars" · 6c5e9321
      Zuul authored
      6c5e9321
  7. Oct 07, 2020
  8. Oct 06, 2020
  9. Oct 05, 2020
  10. Oct 04, 2020
    • Radosław Piliszek's avatar
      Coordinate haproxy and keepalived restarts · c2d0bf30
      Radosław Piliszek authored
      Keepalived and haproxy cooperate to provide control plane HA in
      kolla-ansible deployments.
      Certain care should be exerted to avoid prolonged availability
      loss during reconfigurations and upgrades.
      This patch aims to provide this care.
      There is nothing special about keepalived upgrade compared to
      reconfig, hence it is simplified to run the same code as for
      deploy.
      The broken logic of safe upgrade is replaced by common handler
      code which's goal is to ensure we down current master only after
      we have backups ready.
      
      This change introduces a switch to kolla_docker module that allows
      to ignore missing containers (as they are logically stopped).
      ignore_missing is the switch's name.
      All tests are included.
      
      Change-Id: I22ddec5f7ee4a7d3d502649a158a7e005fe29c48
      c2d0bf30
    • Mark Goddard's avatar
      Update release note for httpd keep alive · 66c0472e
      Mark Goddard authored
      Adds information about change of default.
      
      Change-Id: I9041345bbffefe6059d5ff151ebff07b6e26321a
      Related: blueprint add-ssl-internal-network
      66c0472e
  11. Oct 02, 2020
  12. Oct 01, 2020
Loading