Skip to content
Snippets Groups Projects
  1. Feb 04, 2022
    • Radosław Piliszek's avatar
      [CI] Replace parted with lsblk · 654edefc
      Radosław Piliszek authored
      parted hangs waiting for user input (see examples below)
      on Debian and Ubuntu nodes which have created a cinder
      volume on lvm, causing POST_FAILURE of the entire CI job.
      Zun (Cinder iSCSI LVM) jobs are affected.
      parted seemingly tries to interpret contents of the created
      volume and fails miserably.
      Since there is no reason why we would need to see the output
      of parted specifically, this patch is switching to use
      lsblk to simply list visible block devices.
      Along with the rest of the commands, this should be just
      the right level of detail.
      And we avoid having parted interpret internals of otherwise
      opaque block devices.
      
      Example issues:
      
      Warning: Not all of the space available to
      /dev/mapper/cinder--volumes-cinder--volumes--pool appears to be used, you can
      fix the GPT to use all of the space (an extra 9732096 blocks) or continue with
      the current setting?
      Fix/Ignore?
      
      Warning: Not all of the space available to
      /dev/mapper/cinder--volumes-cinder--volumes--pool-tpool appears to be used, you
      can fix the GPT to use all of the space (an extra 9732096 blocks) or continue
      with the current setting?
      Fix/Ignore?
      
      Warning: Not all of the space available to
      /dev/mapper/cinder--volumes-cinder--volumes--pool_tdata appears to be used, you
      can fix the GPT to use all of the space (an extra 9732096 blocks) or continue
      with the current setting?
      Fix/Ignore?
      
      Change-Id: I7beecf2dd6c49c8934722cf22efa74e920ecb060
      654edefc
  2. Feb 03, 2022
  3. Feb 02, 2022
    • Buddhika Sanjeewa's avatar
      Deploy Zun with Cinder Ceph support · eb7e0f6f
      Buddhika Sanjeewa authored
      Enables zun to access cinder volumes when cinder is configured to use
      external ceph.
      Copies ceph config file and ceph cinder keyring to /etc/ceph in
      zun_compute container.
      
      Closes-Bug: 1848934
      Change-Id: Ie56868d5e9ed37a9274b8cbe65895f3634b895c8
      eb7e0f6f
    • Will Szumski's avatar
      Add OIDCDiscoverURL mod_oidc option · e7455759
      Will Szumski authored
      This gets rid of one of the steps in the authentication flow.
      
      Closes-Bug: 1930055
      Change-Id: I4ed4651b55a912f1d9aec7277bae6bb4776f1e0a
      e7455759
  4. Jan 31, 2022
  5. Jan 28, 2022
  6. Jan 27, 2022
  7. Jan 26, 2022
  8. Jan 25, 2022
  9. Jan 21, 2022
  10. Jan 20, 2022
  11. Jan 19, 2022
Loading