1. 25 Mar, 2022 1 commit
  2. 09 Mar, 2022 4 commits
    • Thomas Goirand's avatar
      Add autopkgtest. · 8c6d72d4
      Thomas Goirand authored
      8c6d72d4
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 009fa8c5
      Thomas Goirand authored
      009fa8c5
    • Thomas Goirand's avatar
      Now packaging 18.0.0_rc1 · 0b461c13
      Thomas Goirand authored
      0b461c13
    • Thomas Goirand's avatar
      Merge tag '18.0.0_rc1' into debian/yoga · bc9e16ca
      Thomas Goirand authored
      ceilometer 18.0.0.0rc1 release candidate
      
      meta:version: 18.0.0.0rc1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I588a1692da5571c738dd96a0dbd46aa04bad6d0a
      meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      bc9e16ca
  3. 16 Feb, 2022 1 commit
  4. 11 Feb, 2022 1 commit
  5. 07 Feb, 2022 1 commit
  6. 20 Jan, 2022 1 commit
    • Rafael Weingärtner's avatar
      OpenStack Dynamic pollsters metadata enrichment with other OpenStack API's data · fbb4b6d2
      Rafael Weingärtner authored
      Sometimes we want/need to add/gather extra metadata for the samples
      being handled by Ceilometer Dynamic pollsters, such as the project
      name, domain id, domain name, and other metadata that are not always
      accessible via the OpenStack component where the sample is gathered.
      
      For instance, when gathering the status of virtual machines (VMs) from
      Nova, we only have the tenant_id, which must be used as the project_id.
      However, for billing and later invoicing one might need/want the
      project name, domain id, and other metadata that are available in
      Keystone (and maybe some others that are scattered over other
      components). To achieve that, one can use the OpenStack metadata
      enrichment option. This feature is only available to OpenStack
      pollsters, and can only gather extra metadata from OpenStack APIs.
      
      This patch introduces a new option in the OpenStack Dynamic pollsters,
      that enable operators to enrich sample's metadata with information that
      can be captured in other OpenStack APIs such as Keystone, Nova, Neutron,
      and many others.
      
      Change-Id: I079bf26cf26fcbcf678dba10469516a1dcb52c0d
      fbb4b6d2
  7. 11 Jan, 2022 1 commit
    • Pavlo Shchelokovskyy's avatar
      Support two nova metadata versions in instance XML · 2fc72043
      Pavlo Shchelokovskyy authored
      this is followup to I2aa34cf142c6429a7a0a3b8f232c3ed83f7d9981
      
      In order to support discovery of instances booted before Wallaby,
      ceilometer must support working with both 1.0 (old, Victoria and before)
      and 1.1 (new, Wallaby and for now newer) versions of nova metadata.
      
      Change-Id: I93b6e92a5f46de5486f30a99fa3917a5932f7360
      Related-Bug: #1930446
      2fc72043
  8. 21 Dec, 2021 1 commit
  9. 14 Dec, 2021 2 commits
  10. 17 Nov, 2021 2 commits
  11. 15 Nov, 2021 3 commits
  12. 12 Nov, 2021 1 commit
    • Takashi Kajinami's avatar
      Fix ignored [notification] batch_size · ec5b90e9
      Takashi Kajinami authored
      The [notification] batch_size parameter has had no effect since
      workload partitioning was removed during Stein cycle[1]. This change
      fixes the ignored parameter and ensure the parameter is used to enable
      batch processing of notifications.
      
      [1] 9d90ce8d
      
      Change-Id: Id46679933cf96ecaca864aeae271052386b51815
      ec5b90e9
  13. 08 Nov, 2021 1 commit
    • Takashi Kajinami's avatar
      Deprecate support for Neutron LBaaS · 8917c739
      Takashi Kajinami authored
      This change deprecates the remaining support for Neutron LBaaS.
      The Neutron LBaaS project has been retired in favor of the independent
      Octavia project and the current implementation is no longer valid.
      
      Change-Id: If6456e8466013440c8d2340225ff56893f0ac37d
      8917c739
  14. 14 Oct, 2021 2 commits
  15. 12 Oct, 2021 1 commit
  16. 11 Oct, 2021 1 commit
  17. 07 Oct, 2021 1 commit
  18. 06 Oct, 2021 1 commit
  19. 29 Sep, 2021 1 commit
  20. 28 Sep, 2021 1 commit
  21. 23 Sep, 2021 1 commit
    • Takashi Kajinami's avatar
      Deprecate GenericHardwareDeclarativePollster · d10f6ca3
      Takashi Kajinami authored
      This pollster was designed to be used in a TripleO deployment, to
      gather hardware metrics from overcloud nodes. However in current
      TripleO deployment Telemetry services are no longer deployed in
      undercloud thus this pollster is useless.
      
      Change-Id: Ic7d6b0adbbe9b33bc9421add849c49cf7ef823e0
      d10f6ca3
  22. 19 Sep, 2021 1 commit
  23. 17 Sep, 2021 1 commit
    • Han Guangyu's avatar
      Add the describe of uWSGI to run Gnocchi API · 2e09c652
      Han Guangyu authored
      Gnocchi API coundn't be use if we don't install and configure uwsgi
      or other HTTP daemon. And gnocchi install guide didn't describe
      those.
      
      Add the describe of installing uWSGI and the brief relationship
      between uWSGI and Gnocchi API. And tell the reader that they can
      also use Apache httpd and mod_wsgi, or any other HTTP daemon to
      run Gnocchi API.
      
      Closes-Bug: #1750933
      Change-Id: Iba8c1fe7a64569de4ca366251c495731a8d7a779
      2e09c652
  24. 16 Sep, 2021 1 commit
  25. 15 Sep, 2021 5 commits
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 0268b7f5
      Thomas Goirand authored
      0268b7f5
    • Thomas Goirand's avatar
      Now packaging 17.0.0_rc1 · 42a55499
      Thomas Goirand authored
      42a55499
    • Thomas Goirand's avatar
      Merge tag '17.0.0_rc1' into debian/xena · c8902bc4
      Thomas Goirand authored
      ceilometer 17.0.0.0rc1 release candidate
      
      meta:version: 17.0.0.0rc1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I5da99c7222e161552df9a854ca00b15ae389b390
      meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      c8902bc4
    • OpenStack Release Bot's avatar
      Add Python3 yoga unit tests · b3438d6d
      OpenStack Release Bot authored
      This is an automatically generated patch to ensure unit testing
      is in place for all the of the tested runtimes for yoga.
      
      See also the PTI in governance [1].
      
      [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
      
      Change-Id: Id0be12d896ed9a53f639201919ac27d79cc23c44
      b3438d6d
    • OpenStack Release Bot's avatar
      Update master for stable/xena · 055e7746
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/xena.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/xena.
      
      Sem-Ver: feature
      Change-Id: Ieefaac3c851da54b5da0bd8826d4cd1590ecfe33
      055e7746
  26. 23 Aug, 2021 2 commits
  27. 21 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Add missing [oslo_reports] options · 7742fe06
      Takashi Kajinami authored
      The oslo.reports library provides some options under the [oslo_reports]
      section. This change ensures these parameters are rendered by
      the oslo-config-generator command.
      
      Closes-Bug: #1940733
      Change-Id: Iba2180a4a4b939c0763b5867fc603f875c39d1ea
      7742fe06