Skip to content
Snippets Groups Projects
  1. May 26, 2022
  2. May 24, 2022
  3. May 21, 2022
    • Radosław Piliszek's avatar
      [CI] Restore token critical error filter · 564b405a
      Radosław Piliszek authored
      It was removed as part of improvements in [1]. But it seems it's
      a different type/class of errors and should still be filtered
      out here.
      This time for all the services to avoid extra copies.
      
      [1] Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1
      
      Change-Id: If7c5b938dc7417831a90f360d6e3655d1ad4084e
      564b405a
  4. May 13, 2022
  5. May 10, 2022
    • Radosław Piliszek's avatar
      [CI] Raise [keystone_authtoken]http_request_max_retries · 7ccea278
      Radosław Piliszek authored
      This is in the hope to avoid random "Unable to validate token" in
      AIO upgrade jobs which restart the Keystone container while
      other services are trying to use it (most notably Placement but
      also Nova and Neutron).
      
      Change-Id: Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1
      7ccea278
  6. Apr 20, 2022
    • Radosław Piliszek's avatar
      [CI] Always use quay.io via infra's mirror · 92e8a624
      Radosław Piliszek authored
      For Swift, CI was still using DockerHub, directly.
      The issue with DockerHub itself is that we publish there only
      weekly.
      The issue with not using infra's mirror is that we waste precious
      resources.
      Time to end that drama.
      
      Change-Id: I928090c24f0eb24f8fab9b7412b58e854246fe80
      92e8a624
    • Marcin Juszkiewicz's avatar
      drop install_type from image names · 1620ab5b
      Marcin Juszkiewicz authored
      We have only one value for install_type now and it gets removed from
      image names.
      
      Change-Id: I8bf95fd7aa9dd26b80d618ca0fcb097003b4cb0a
      1620ab5b
  7. Apr 15, 2022
  8. Apr 13, 2022
    • Maksim Malchuk's avatar
      Multiple DHCP ranges for Ironic Inspector · 762aecbf
      Maksim Malchuk authored
      
      Add a new parameter 'ironic_dnsmasq_dhcp_ranges' and enable the
      configuration of the corresponding 'dhcp-range' and 'dhcp-option'
      blocks in Ironic Inspector dnsmasq for multiple ranges.
      
      The old parameters 'ironic_dnsmasq_dhcp_range' and
      'ironic_dnsmasq_default_gateway' used for the only range are now
      removed.
      
      This change implements the same solution used in the TripleO several
      years ago in the: Ie49b07ffe948576f5d9330cf11ee014aef4b282d
      
      Also, this change contains: Iae15e9db0acc2ecd5b087a9ca430be948bc3e649
      fix for lease time.
      The value can be changed globally or per range.
      
      Change-Id: Ib69fc0017b3bfbc8da4dfd4301710fbf88be661a
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      Co-Authored-By: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      762aecbf
  9. Apr 12, 2022
    • Radosław Piliszek's avatar
      [CI] Remove reliance on install_type · e380cdd2
      Radosław Piliszek authored
      With the install_type going away and actually removed from job
      definitions, we have to stop relying on it - to fix otherwise
      broken jobs (swift and when doing kolla builds with k-a).
      
      Change-Id: If13c4e276d3eec29a552ed229af95f5cf016100c
      e380cdd2
    • Marcin Juszkiewicz's avatar
      CI: no need to set install_type · 409e31d8
      Marcin Juszkiewicz authored
      Only upgrade jobs need it set. And template uses it only on upgrades.
      
      Change-Id: I61d2174756746f0c68d9879122c7712416ae3f88
      409e31d8
  10. Apr 08, 2022
  11. Apr 06, 2022
  12. Apr 05, 2022
  13. Apr 01, 2022
  14. Mar 28, 2022
  15. Mar 23, 2022
  16. Mar 17, 2022
    • jinyuanliu's avatar
      ADD venus for kolla-ansible · 3ccb176f
      jinyuanliu authored
      This project [1] can provide a one-stop solution to log collection,
      cleaning, indexing, analysis, alarm, visualization, report generation
      and other needs, which involves helping operator or maintainer to
      quickly solve retrieve problems, grasp the operational health of the
      platform, and improve the level of platform management.
      
      [1] https://wiki.openstack.org/wiki/Venus
      
      Change-Id: If3562bbed6181002b76831bab54f863041c5a885
      3ccb176f
  17. Mar 16, 2022
  18. Mar 07, 2022
  19. Mar 05, 2022
  20. Mar 03, 2022
  21. Feb 28, 2022
  22. Feb 21, 2022
  23. Feb 10, 2022
  24. Feb 09, 2022
  25. Feb 04, 2022
    • Radosław Piliszek's avatar
      [CI] Test Glance interaction with Cinder · 06e5be0c
      Radosław Piliszek authored
      To catch early issues like [1].
      
      [1] https://bugs.launchpad.net/kolla-ansible/+bug/1959663
      
      Change-Id: Iaebfd4ec3c1c24158d7f93ce7b2b68ebc3ee9516
      06e5be0c
    • 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
  26. Feb 03, 2022
    • Mark Goddard's avatar
      CI: enable libvirt TLS in TLS jobs · b29298ed
      Mark Goddard authored
      Enable libvirt TLS in CI jobs with TLS enabled.
      
      Uses the new functionality of the certificates command to generate
      certificates for both libvirt client and server (added in
      I1bde9fa018f66037aec82dc74c61ad1f477a7c12).
      
      Change-Id: Ica304685b043f699799ccee6c9c2fbcf968888db
      b29298ed
  27. Jan 18, 2022
    • Radosław Piliszek's avatar
      Clean up chrony cleanup · e63bbed1
      Radosław Piliszek authored
      In the Yoga cycle we no longer need kolla chrony container removal
      procedures.
      
      Change-Id: I4dc246cf0fd68838470bf9e9bf749fa9be4d6670
      e63bbed1
  28. Jan 12, 2022
  29. Jan 07, 2022
  30. Jan 06, 2022
  31. Jan 05, 2022
  32. Dec 30, 2021
  33. Dec 29, 2021
  34. Dec 21, 2021
    • Radosław Piliszek's avatar
      Drop vmtp · 0cbdedd0
      Radosław Piliszek authored
      Details in the attached reno.
      
      Change-Id: I438a453ca522493524fdb9760c1edb330916084b
      0cbdedd0
  35. Dec 06, 2021
    • Dmitry Tantsur's avatar
      Prepare tests for the Ironic combined service · 10616fb1
      Dmitry Tantsur authored
      In I51bf7226aea145dc7c8fd93d61caa233ca16c9c9 we are introducing a way to
      run Ironic API and conductor in one process. In the Bifrost change
      I9faecfe6ece6d3c35396e3378c1e3930a487e130 we are switching Bifrost to
      it, which breaks the Kolla job.
      
      This change makes get_logs.sh aware of the new service. Also drop
      RabbitMQ since Bifrost hasn't supported it for a while already.
      
      Change-Id: I30ac6bd4332dacbdce1f5e25bd6a97d2982b208e
      10616fb1
  36. Nov 26, 2021
Loading