Skip to content
Snippets Groups Projects
  1. Feb 07, 2019
    • David Ames's avatar
      Run ceilometer-upgrade for all gnocchi tests · 4f48b46f
      David Ames authored
      The ceilometer-upgrade action is required for all gnocchi tests because
      the ceilometer-upgrade action is required whenever gnocchi is related to
      ceilomter.
      
      Change-Id: I95b5368e969bfbafceef2594625810f13c590a82
      4f48b46f
  2. Feb 02, 2019
  3. Feb 01, 2019
    • Corey Bryant's avatar
      Rebuild for sync charm-helpers · 329beab2
      Corey Bryant authored
      Run ceilometer upgrade action in functional tests.
      
      Switch to using proposed packages pending LP: #1813582
      
      Closes-Bug: #1813982
      Related-Bug: #1813582
      Change-Id: Ie4bce16994fee7a3c4a546e0d7450dd44e92373d
      329beab2
  4. Dec 19, 2018
  5. Nov 30, 2018
    • James Page's avatar
      Drop wsgi thread configuration to a single thread · 5c165a01
      James Page authored
      We should increase concurrency using processes rather than threads
      for the Gnocchi WSGI application, avoiding high memory consumption
      over time under load.
      
      Change-Id: I3d92c6997ec2129ab6ad161caac941f19cd6fbfe
      Closes-Bug: 1806008
      5c165a01
  6. Nov 27, 2018
    • James Page's avatar
      Rebuild for haproxy restart issues · b335717e
      James Page authored
      Rebuild charm to pickup latest changes to charms.openstack to
      resolve issues with haproxy being restarted due to random
      dict iteration.
      
      Change-Id: I276aa16bf0b64c3d72a60e11f527e9c8639f4a63
      Closes-Bug: 1800980
      b335717e
  7. Nov 26, 2018
  8. Nov 07, 2018
  9. Oct 12, 2018
  10. Oct 04, 2018
    • Ryan Beisner's avatar
      Update requirements · d702f845
      Ryan Beisner authored
      Also remove tests/charm-helpers if present, in favor
      of the pip-installed charm-helpers.
      
      Change-Id: If4764838c6eb9ebc547932545daf9b2f339feb15
      d702f845
  11. Sep 26, 2018
    • Doug Hellmann's avatar
      fix tox python3 overrides · db5bb519
      Doug Hellmann authored
      
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: I773bc5379de0eca8357c05084519cd1c71905d1e
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      db5bb519
  12. Sep 23, 2018
  13. Sep 20, 2018
  14. Sep 11, 2018
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 88e34cbe
      Doug Hellmann authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: Ibec3c94971ec32e783df24dfbb4fa5059832b8af
      Story: #2002586
      Task: #24317
      88e34cbe
  15. Sep 04, 2018
  16. Aug 27, 2018
  17. Aug 17, 2018
    • James Page's avatar
      Support for OpenStack Rocky · 6b2d9d24
      James Page authored
      Update latest release to ship with a version 4 to rocky, ensuring
      that charm does not try to keep upgrading gnocchi.
      
      Change-Id: I60834807687ca0d9fb0bfc68095a79bddf0eb717
      6b2d9d24
  18. Jul 18, 2018
  19. Jul 17, 2018
    • James Page's avatar
      Update WSGI process group · bc174511
      James Page authored
      Ensure WSGI processes run under the 'gnocchi' group to
      support restriction in permissions to /etc/gnocchi/* to
      root or members of the gnocchi group.
      
      This change also picks up changes in charms.openstack
      to support this functionality, as well as fixing
      misc issues with upgrades.
      
      Change-Id: I14d865cd96b7c250ad92c8bdee74693a6eccc769
      Closes-Bug: 1780490
      Closes-Bug: 1779062
      Related-Bug: 1781468
      bc174511
  20. Jul 16, 2018
  21. Jul 15, 2018
    • James Page's avatar
      Render api-paste.ini from charm · 60678f23
      James Page authored
      Due to misc bugs in the way older versions of the gnocchi packages
      installed the api-paste.ini, this file is not treated as a dpkg
      configuration file, and as a result @ Queens, the file from the
      package is not installed over any previous version.
      
      Include api-paste.ini as part of the charm to ensure that a good
      paste configuration is installed for all Gnocchi releases.
      
      Change-Id: I1362a64368f0df8e07c7d29d5b504edaf96a70de
      Closes-Bug: 1781468
      60678f23
  22. Jul 13, 2018
  23. Jul 12, 2018
  24. Jul 11, 2018
    • Ryan Beisner's avatar
      Update series metadata · 54fdc20f
      Ryan Beisner authored
      Ensure that EOL releases are removed from metadata
      and tests, and that the current dev release is enabled
      in metadata.  Dev release tests are enabled separately
      because of chickens and eggs.
      
      Change-Id: Id7d1c9649210e169ff3af701a7ea9d8b9b34a9d9
      54fdc20f
    • Zuul's avatar
      Merge "Add py36 testenv" · 4626effa
      Zuul authored
      4626effa
  25. Jul 10, 2018
  26. Jun 28, 2018
  27. Jun 21, 2018
  28. Jun 12, 2018
    • XiaojueGuan's avatar
      Update links in README · d6bde5b7
      XiaojueGuan authored
       Change the outdated links to the latest links in README
      
      Change-Id: I728697f9e6ef8107e3d30039d1665bc331f5c9d9
      d6bde5b7
  29. Jun 04, 2018
    • Chris MacNaughton's avatar
      Update tests to use Juju storage · d15fcd37
      Chris MacNaughton authored
      Due to changes to the ceph-osd charm, it is
      suggested to use Juju storage for testing.
      
      Change-Id: If09343a31400e0a12bdcd9cbf9db55e7f6dc3160
      Related-Bug: #1698154
      d15fcd37
  30. May 17, 2018
  31. May 16, 2018
    • David Ames's avatar
      Enable Bionic as a gate test · 0a2315c1
      David Ames authored
      Change bionic test from dev to gate for 18.05.
      
      Change-Id: Ib4cf1f94b3ba86380f79b5254e21de46f23d3c98
      0a2315c1
    • Liam Young's avatar
      Rebuild to pull in support for tls-certificates · 094378d3
      Liam Young authored
      Support for tls-certificates has been added to the openstack-api
      layer, charms.openstack and charm-helpers. Trigger a rebuild to
      pull in those updates.
      
      Change-Id: I1e91f596a5aff00179fdd2e23da3b8fda2f45cf3
      094378d3
  32. May 11, 2018
    • Frode Nordahl's avatar
      Rebuild to pull in charms.openstack · 63076207
      Frode Nordahl authored
      Pull in fix for rendering Apache VirtualHost correctly
      when charm is bound to network spaces.
      
      Change-Id: I5c754feff3f0e9babc9a41ab70d3546c44db0ab9
      Related-Bug: #1745389
      Closes-Bug: #1769973
      63076207
  33. Apr 05, 2018
  34. Apr 04, 2018
  35. Apr 03, 2018
    • Ryan Beisner's avatar
      Update tox.ini to stop using unverified package · 5994641f
      Ryan Beisner authored
      As of pip 10.0, --allow-unverified is not permitted.
      
      Use of the flag in this repo was previously used to force
      installation of python-apt to accommodate certain unit tests.
      
      The unverified package, python-apt, is no longer necessary
      for test execution.
      
      Related-Bug: #1760720
      
      Change-Id: I1c3e7d6a78485d82e72bdf26ed15672e0a982b07
      5994641f
  36. Mar 28, 2018
    • Ryan Beisner's avatar
      Update amulet test definitions · b55b9707
      Ryan Beisner authored
      Enable Queens, and set Queens as the smoke gate
      
      Remove Mitaka test target (not published as tested
      or recommended).
      
      Change-Id: I634d8960803133d2dfca1961f7b482a268b995aa
      b55b9707
  37. Mar 06, 2018
    • David Ames's avatar
      Rebuild to pull in charms.openstack · e3f0707e
      David Ames authored
      Pull in the fix for internal, public and admin certificates in
      charms.openstack.
      
      Change-Id: Ia6f6ee555f611da552337826f6fc6c87e34c7e55
      Closes-Bug: #1750915
      e3f0707e
Loading