Skip to content
Snippets Groups Projects
  1. Aug 04, 2021
    • yatinkarel's avatar
      Fix Usage of rdo-release rpm · 18ca90b3
      yatinkarel authored
      rdo-release.el8.rpm rpm points to latest RDO release,
      so use it for master, for stable releases use corresponding
      release rpm.
      
      Change-Id: I508eceb00d7501ffcfac73d7bc2272badb241494
      (cherry picked from commit 0456baae)
      (cherry picked from commit 3e54b3c0)
      18ca90b3
  2. Jun 10, 2021
    • Radosław Piliszek's avatar
      Move verify-ipv6-only-deployments · 775b1b8d
      Radosław Piliszek authored
      from Tempest to DevStack as it tests DevStack side of things and
      is useful for projects not using Tempest.
      
      Verbatim copy except for the devstack- prefix and the /devstack/
      path.
      
      Change-Id: Ie166730843f874b9c99e37244e460d7ad33b7eeb
      (cherry picked from commit 2fb8c7a5)
      775b1b8d
  3. May 29, 2021
  4. May 26, 2021
  5. May 25, 2021
  6. May 11, 2021
  7. Apr 09, 2021
  8. Mar 25, 2021
  9. Mar 09, 2021
  10. Feb 20, 2021
  11. Feb 10, 2021
  12. Jan 13, 2021
    • Martin Kopec's avatar
      Remove tempest deprecated img_dir option · a6ede1b7
      Martin Kopec authored
      Tempest option scenario.img_dir has been deprecated more than 4 years, it's
      time to remove it from devstack.
      img_file option should contain the full path to the image.
      This patch removes setting of img_dir option and makes img_file
      one contain the full path of an image.
      
      Change-Id: I71102095f3603915f0bc7d21f2e18c4eac4e95ec
      Related-Bug: #1393881
      a6ede1b7
  13. Jan 12, 2021
    • elajkat's avatar
      Setting available_features for stable branch · ef784e19
      elajkat authored
      available_features for Neutron tempest tests is default to "all" and
      used from Victoria to enable/disable tests that has no API extension.
      It is added here to make sure that stable gating will not execute these
      tests (like for IPv6 metadata in neutron-tempest-plugin or updating
      min_bw QoS values for port already attached to VMs)
      
      Cherry-picked from stable/victoria patch
      (https://review.opendev.org/c/openstack/devstack/+/769885), but the list
      for available_features is empty on Ussuri.
      
      Change-Id: Ic6056218e51e6b0da554bcdf139214d2229ba3c1
      Related-Bug: #1882804
      (cherry picked from commit e34a8720)
      ef784e19
  14. Dec 23, 2020
  15. Dec 17, 2020
  16. Nov 30, 2020
    • Elod Illes's avatar
      Workaround for new pip 20.3 behavior · 83f29bdd
      Elod Illes authored
      This patch caps pip version during bootstrap to avoid the issue:
      
      "ERROR: Links are not allowed as constraints"
      
      A proper fix would be to adapt to new pip behavior.
      
      
      Change-Id: I1feed4573820436f91f8f654cc189fa3a21956fd
      83f29bdd
  17. Oct 08, 2020
  18. Oct 07, 2020
    • Carlos Goncalves's avatar
      Fix is_fedora RHEL 8 detection · 20576c82
      Carlos Goncalves authored
      While RHEL 7 is detected as RedHatEnterpriseServer, RHEL 8 is
      RedHatEnterprise.
      
        $ lsb_release -i -s
        RedHatEnterprise
      
      Change-Id: I3d750d808c6ebea9c230f0508cdbc016415b9922
      (cherry picked from commit 587e0a35)
      20576c82
  19. Oct 06, 2020
  20. Oct 01, 2020
    • Lee Yarwood's avatar
      [stable-only] zuul: Remove Fedora jobs prior to Victoria · 516f1a1f
      Lee Yarwood authored
      fedora-latest now points at Fedora 32 which is not supported prior to
      Victoria. As we don't support earlier releases of Fedora outside their
      own life cycles we should just remove Fedora jobs from these older
      branches.
      
      Change-Id: I9b1e674f50f2966d46bced6663f4a2735be0685d
      516f1a1f
  21. Sep 30, 2020
    • Clark Boylan's avatar
      Update opensuse version · 0ebe7b07
      Clark Boylan authored
      Nova has newer qemu requirements which needs opensuse 15.2 to meet. The
      infra opensuse 15 images are 15.2 now to accomodate that. Update
      opensuse's supported version to match.
      
      Change-Id: I6f3c5234920b185b2b0cd9c358371402f7a7b922
      (cherry picked from commit 471f1625)
      0ebe7b07
  22. Sep 18, 2020
    • Lee Yarwood's avatar
      Bionic: Enable Train UCA for updated QEMU and libvirt · f482957e
      Lee Yarwood authored
      This is will allow the openstack/nova project to facilitate a minimum
      required version bump of QEMU and libvirt within the libvirt virt driver
      in I8e349849db0b1a540d295c903f1470917b82fd97 ahead of the planned switch
      to focal later in Victoria.
      
      NOTE(lyarwood): This also has to be backported to stable/ussuri to allow
      grenade to pass on master. Otherwise we don't install the required UCA
      provided versions of QEMU and libvirt during the initial deploy, cauing
      n-cpu to fail to start after the upgrade.
      
      Change-Id: I85eb45632ff229676f7c29708f4a7cc64b3d90e3
      (cherry picked from commit 7f7f488b)
      f482957e
  23. Sep 16, 2020
  24. Sep 08, 2020
  25. Sep 07, 2020
  26. Aug 31, 2020
  27. Aug 21, 2020
  28. Aug 20, 2020
  29. Aug 18, 2020
  30. Aug 17, 2020
  31. Aug 04, 2020
    • Rodolfo Alonso Hernandez's avatar
      Set authtoken_middleware interface to "public" · f8a6eac9
      Rodolfo Alonso Hernandez authored
      Since [1], in Vitoria the default value of "interface" is "internal".
      When executing the grenade jobs using the Ussuri devstack branch,
      the interface is not explicitly set. When keystonemiddleware is bumped
      to version 9.1.0, the defaul value of this config knob changes.
      
      During the grenade upgrade, the project config options do not change
      this value. That leads to the following error:
        keystoneauth1.exceptions.catalog.EndpointNotFound: internal endpoint
          for identity service not found
      
      [1]https://review.opendev.org/#/c/662734
      
      Change-Id: Ifc2992774d53303acd554b6b847ea55de8e94374
      Closes-Bug: #1890297
      f8a6eac9
  32. Jul 21, 2020
    • Luigi Toscano's avatar
      zuul: clean up some legacy jobs · c69caa4a
      Luigi Toscano authored
      Replace legacy-tempest-dsvm-lvm-multibackend with its native version,
      cinder-tempest-lvm-multibackend.
      
      Remove legacy-tempest-dsvm-neutron-dvr-multinode-full, which was defined
      as an experimental job in neutron and removed during the ussuri lifecycle.
      See https://review.opendev.org/#/c/693630/
      
      Change-Id: I76d1efaa3a6c1fe9825e8457438f514114b2ecad
      (cherry picked from commit 0cbbefc0)
      c69caa4a
  33. Jun 19, 2020
  34. Jun 17, 2020
  35. Jun 16, 2020
    • Ian Wienand's avatar
      Fix uwsgi issues · 7bfdd381
      Ian Wienand authored
      Make grenade jobs non-voting until virtualenv issue is fixed.
      
      This is a combination of 2 commits.
      This is the 1st commit message:
      
      Use packaged uwsgi on Fedora and Ubuntu
      
      Building uwsgi from source was a workaround that was introduced a long
      time ago, it doesn't seem like it is needed anymore and will actually
      fail for Ubuntu 20.04.
      
      Also it doesn't match what will happen for most real-world
      installations, so let's try to get back to using distro packages. We'll
      still use the source install for RHEL/Centos, it remains to be tested
      whether we can get back to using distro versions there, too.
      
      This is the commit message #2:
      
      Use uwsgi binary from path
      
      All these uwsgi invocations assume that the uwsgi binary is in the
      same directory as their project binaries are installed into (probably
      /usr/bin).  That may not be correct -- for example if using a packaged
      uwsgi on Fedora the binary will live in /usr/sbin/uwsgi (not /usr/bin
      where the project files from pip are).
      
      Switch invocations to just find it in the path.
      
      Depends-On: https://review.opendev.org/#/c/735536/
      
      Change-Id: I82f539bfa533349293dd5a8ce309c9cc0ffb0393
      (cherry picked from commit 2d903568)
      (cherry picked from commit 312517d5)
      7bfdd381
  36. May 23, 2020
    • Lee Yarwood's avatar
      tempest: Increase m1.nano and m1.micro RAM by 64MB to avoid tmpfs exhaustion · 9707dba3
      Lee Yarwood authored
      tmpfs exhaustion has long been suspected as the root issue behind
      failures to load ssh keys and other metadata from local config drives as
      documented in bug #1808010. This can also lead to failures fetching
      metadata from n-metadata-api leaving Tempest unable to SSH into
      instances.
      
      This change increases the RAM of the m1.nano and m1.micro flavors by
      64MB to hopefully avoid these errors going forward. This is also ahead
      of our eventual upgrade to Cirros 0.5.0 where 128MB becomes a
      requirement.
      
      Related-Bug: #1808010
      Change-Id: I4b597579cf89939955d3c110c0bd58ca05de61f0
      (cherry picked from commit 54edc7ae)
      9707dba3
Loading