Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
  2. May 31, 2024
  3. May 30, 2024
  4. May 29, 2024
  5. May 27, 2024
  6. May 21, 2024
    • Will Szumski's avatar
      Fix issue removing docker volumes · 27ece262
      Will Szumski authored
      The error response from the docker daemon has changed to:
      
          Error response from daemon: get opensm_logs: no such volume
      
      This change should support both old and new responses.
      
      Change-Id: Ibef1713d7de2e0a2c6fe046f607b2a8e60dae3da
      Closes-Bug: #2050092
      27ece262
    • Pierre Riteau's avatar
      Fix list formatting in release note · 4d890dc8
      Pierre Riteau authored
      Change-Id: Ib51589c83fb137fdd7905b7742120a063efb5d2a
      4d890dc8
  7. May 20, 2024
  8. May 17, 2024
    • Adam McCartney's avatar
      Add type for mtu field in docker role · 2e7b5287
      Adam McCartney authored
      Closes-Bug: #2066032
      
      This patch adds an integer type to the task in the docker role that
      generates the docker daemon config. This was previously uncast and
      defaulting to a string type, which causes an error with certain docker
      versions (via the Rocky 9.3 distro). See bug description for more info.
      
      Change-Id: I2a996fa22fedece2c894b378fadbfc5dd0c045b6
      2e7b5287
  9. May 16, 2024
    • Jake Hutchinson's avatar
      Register baremetal compute nodes in Ironic · 617eed47
      Jake Hutchinson authored
      This patch adds experimental functionallity to enroll baremetal nodes
      into Ironic using Kayobe via a new playbook 'baremetal-compute-register.yml'
      and adds 'kayobe baremetal compute register' into the Kayobe CLI.
      
      Depends-On: I719fc8042742fe8b3b0312658aec39317a1bc358
      Change-Id: I988b082b539acfc2710d42e89bcac5b7a1eb526a
      617eed47
  10. May 13, 2024
  11. May 02, 2024
  12. May 01, 2024
  13. Apr 29, 2024
  14. Apr 25, 2024
  15. Apr 20, 2024
  16. Apr 17, 2024
  17. Apr 12, 2024
    • Mark Goddard's avatar
      Fix Dell OS6 and Dell OS9 switch configuration · 67f09241
      Mark Goddard authored
      Previously the dellos6_config and dellos9_config modules accepted the
      name of a template file as their 'src' parameter, or a string containing
      the actual config. Now they only accept the config string. Kayobe passes
      the name of a template file, resulting in a strange error from the
      switch about an invalid command dellos6-config.j2 or dellos9-config.j2.
      
      This change fixes the issue in the same way it was fixed for Dell OS10
      switches, by using the template lookup plugin to evaluate the config
      file template.
      
      Change-Id: Ic14e2b75c785b4db03b5e659e5a2be2ee83eace3
      Closes-Bug: #2061102
      67f09241
  18. Apr 11, 2024
  19. Apr 08, 2024
Loading