Skip to content
Snippets Groups Projects
  1. Dec 19, 2021
  2. Dec 16, 2021
  3. Dec 07, 2021
  4. Dec 06, 2021
  5. Dec 02, 2021
    • Pierre Riteau's avatar
      Fix installation prefix detection · e438189a
      Pierre Riteau authored
      When multiple 'lib' components are present in the installation path,
      Kayobe fails to detect the right installation prefix which causes
      various commands to raise an error.
      
      Rewrite logic to detect the last 'lib' component in path instead. This
      should work as long as this function is not stored under a lib directory
      inside the Kayobe source tree.
      
      Change-Id: Ie9b15db6563546ede9ce9735292ec566d540432a
      Story: 2009721
      Task: 44109
      e438189a
  6. Dec 01, 2021
    • Pierre Riteau's avatar
      Add overcloud_dib_upper_constraints_file variable · ad3f6f10
      Pierre Riteau authored
      This variable allows to customise the upper constraints file used to
      install packages inside the overcloud-host-image-dib virtual
      environment. This can be used when we need a newer version of
      diskimage-builder than the one available in upper constraints for the
      current release.
      
      Change-Id: I2f6c2f92903815973865ef0f5d6b867d5b995bd5
      Story: 2002098
      Task: 44101
      ad3f6f10
  7. Nov 30, 2021
  8. Nov 29, 2021
  9. Nov 26, 2021
    • Zuul's avatar
      efbb3082
    • Pierre Riteau's avatar
      Build overcloud host image directly with DIB · c35f112a
      Pierre Riteau authored
      As a first step towards supporting multiple overcloud disk images, this
      change introduces a new command to build a disk image directly with DIB:
      `kayobe overcloud host image build`.
      
      It also disables building a root disk image during Bifrost bootstrap if
      overcloud_dib_build_host_images is set to true.
      
      Change-Id: I93d242889e225b4e60254f6b9cc5eeb457294ac8
      Story: 2002098
      Task: 41693
      c35f112a
  10. Nov 25, 2021
  11. Nov 23, 2021
  12. Nov 19, 2021
  13. Nov 15, 2021
    • Mark Goddard's avatar
      Infra VMs: fix some playbook host patterns · 5e9affb6
      Mark Goddard authored
      The infra-vms group was not added to some playbook host patterns where
      it should have been. This change fixes that.
      
      TrivialFix
      
      Change-Id: I5df2918035df7577627fd2bd68417beddbcbf848
      5e9affb6
  14. Nov 11, 2021
  15. Nov 10, 2021
  16. Nov 09, 2021
  17. Oct 28, 2021
  18. Oct 27, 2021
    • Zuul's avatar
    • Zuul's avatar
      7000b794
    • Mark Goddard's avatar
      Drop become in stackhpc.libvirt-vm for seed vm provision · 50e04bb0
      Mark Goddard authored
      Prior to this change, the seed VM was provisioned using the
      stackhpc.livirt-vm role with become=true. This resulted in the cached
      image being owned by root. The infra VM provisioning uses
      stackhpc.libvirt-vm without become=true. If an infra VM uses the same
      image as the seed, this can lead to permission denied errors when
      downloading a new image of the same name.
      
      This change adds a workaround to fix up the ownership of the cached
      image during infra VM provisioning to avoid this issue.
      
      This change also drops become=true from stackhpc.libvirt-vm during seed
      VM provisioning, and adds the same workaround there.
      
      Story: 2009277
      Task: 43534
      
      Change-Id: Iade0d74cdb398365a567dbdc4b23de2416f3726d
      50e04bb0
  19. Oct 26, 2021
  20. Oct 25, 2021
  21. Oct 22, 2021
    • Pierre Riteau's avatar
      CI: Disable heat in upgrade jobs to save disk space · 06a51cea
      Pierre Riteau authored
      We see frequent failures of upgrade jobs on stable branches due to lack
      of disk space. Disable heat in an attempt to free up extra space, since
      we do not need it for our testing.
      
      Change-Id: I20c99ca9dd6e78b041e4662c9b1b54eac904e3c9
      06a51cea
  22. Oct 21, 2021
Loading