Commit Graph

41 Commits

Author SHA1 Message Date
Pedro Henrique da62e3fc44 Update git submodules
* Update cloudkitty-specs from branch 'master'
  to fe84ac27c55ab05301582484979e8a9f72a538b0
  - Add spec to add audit and ttl in the rating rules
    
    Change-Id: I2048e999a7db7a4b5cc30ce07282c26320560295
2023-03-06 14:15:13 +00:00
Rafael Weingärtner c6f0579479 Update git submodules
* Update cloudkitty-specs from branch 'master'
  to d5261f48a3da9e60760b731cd26248d187e0fbac
  - Fix docs build error
    
    This patch fixes docs build errors such as the ones seen in
    https://review.opendev.org/c/openstack/cloudkitty-specs/+/866198
    
    Change-Id: Ie965ad1621c984e6eaa9ae6c85fa0f637f078391
2023-01-30 12:11:07 +00:00
Rafael Weingärtner 1c5e050abb Update git submodules
* Update cloudkitty-specs from branch 'master'
  to 3848c30c093405965ff2b6200516049b1eacb5ad
  - Propose reprocessing API
    
    This specification proposes an API to enable reprocessing.
    
    Change-Id: I22993261010e6e7f8b5c0605efad9d4c0ec92d6c
2022-01-10 14:55:58 +00:00
Zuul 03ca46bda1 Update git submodules
* Update cloudkitty-specs from branch 'master'
  to 2b1fbc56570239edda4dc3cce9d6ced2a388e07b
  - Merge "setup.cfg: Replace dashes with underscores"
  - setup.cfg: Replace dashes with underscores
    
    Setuptools v54.1.0 introduces a warning that the use of dash-separated
    options in 'setup.cfg' will not be supported in a future version [1].
    Get ahead of the issue by replacing the dashes with underscores. Without
    this, we see 'UserWarning' messages like the following on new enough
    versions of setuptools:
    
      UserWarning: Usage of dash-separated 'description-file' will not be
      supported in future versions. Please use the underscore name
      'description_file' instead
    
    [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
    
    Change-Id: I2d4c19cf44897668697cbfd6efc6d56b3a38d83f
2021-07-12 14:34:19 +00:00
Ghanshyam Mann 731344e46f Update git submodules
* Update cloudkitty-specs from branch 'master'
  to 3e2aed78585009049b36cef92a8e2802282d39b2
  - [ussuri][goal] Update contributor documentation
    
    This patch updates/adds the contributor documentation to follow
    the guidelines of the Ussuri cycle community goal[1].
    
    [1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html
    
    Story: #2007236
    Task: #38517
    Change-Id: Ifb5e71213dad0c6af717e9c043ee08c4c0b870b5
2021-05-17 14:54:57 +00:00
Pierre Riteau 9782128732 Update git submodules
* Update cloudkitty-specs from branch 'master'
  to d1803c94ef2ecb616d7bbb153eaa29bb2e51c6cd
  - Update tox config
    
    Update dependencies to include upper-constraints.
    
    Change-Id: I7d9844b6b89bc0294ad4ed339f1fa63970ef037c
2021-05-17 14:25:04 +00:00
Zuul cc40745cdd Update git submodules
* Update cloudkitty-specs from branch 'master'
  to 8748b631d7ec23df9939f7cf25ee444edf810da1
  - Merge "Add "active" column to storage scope, and API to manage it"
  - Add "active" column to storage scope, and API to manage it
    
    This spec proposes an extension for the "scope state" endpoint.
    This proposal goal is to add a new option called "active" in
    the storage scope table, and an API that enables operators
    to manage it.
    
    Change-Id: Ib8b6eb8bdef202fb110852c4f2b680a6de77e8d6
2021-02-24 16:58:44 +00:00
Zuul d9622aa476 Update git submodules
* Update cloudkitty-specs from branch 'master'
  to e7f07732a3f683f51b04e4b90d33239a793ed7e1
  - Merge "Deprecate `state` field and propose `last_processed_at` field"
  - Deprecate `state` field and propose `last_processed_at` field
    
    This spec proposes a name change for the `state` field in
    `cloudkitty_storage_states` table. The goal is to use a more descriptive
    and meaningful name. The proposed new column name is `last_processed_at`.
    
    Change-Id: I13d29e5a91037aa0191e99499203eb1730c2dafd
2021-02-08 17:27:18 +00:00
zhangtongjian 8bc4c76c40 Update git submodules
* Update cloudkitty-specs from branch 'master'
  to 1d8b40f11fb060dde033e6af0394224ecfe74b0e
  - remove unicode from code
    
    Change-Id: Id874071065c4420236ae74567db3a949aea7904e
2021-01-19 20:41:23 +00:00
Andreas Jaeger b7831e783e Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Switch to newer openstackdocstheme version
    
    Switch to openstackdocstheme 2.2.1 version. Using
    this version will allow especially:
    * Linking from HTML to PDF document
    * Allow parallel building of documents
    * Fix some rendering problems
    
    Update Sphinx version as well.
    
    Set openstackdocs_pdf_link to link to PDF file. Note that
    the link to the published document only works on docs.openstack.org
    where the PDF file is placed in the top-level html directory. The
    site-preview places the PDF in a pdf directory.
    
    Disable openstackdocs_auto_name to use 'project' variable as name.
    
    Change pygments_style to 'native' since old theme version always used
    'native' and the theme now respects the setting and using 'sphinx' can
    lead to some strange rendering.
    
    openstackdocstheme renames some variables, so follow the renames
    before the next release removes them. A couple of variables are also
    not needed anymore, remove them.
    
    See also
    http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
    
    Change-Id: Ie0575b318b044b750e86e1622cc3c470031f2cc6
2020-09-07 12:14:11 +00:00
Zuul db7ec244fb Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Merge "Cleanup py27 support and docs"
  - Cleanup py27 support and docs
    
    Make a few cleanups:
    - Remove obsolete sections from setup.cfg
    - Remove install_command from tox.ini, merge constraints
      into dependencies
    - Enable warnings for doc build, fix all warnings
    - Switch to sphinx-build
    - Enable warnings for doc build, fix all warnings
    - Remove git handling from conf.py, openstackdocstheme does this now
    
    Change-Id: If7918689c7101da044a38cbb66c6d9d09f8cc53f
2020-08-24 09:13:23 +00:00
fuzihao 99024aa277 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Fix pygments style
    
    New theme of docs (Victoria+) respects pygments_style.
    Since we starts using Victoria reqs while being on Ussuri,
    this patch ensures proper rendering both in Ussuri and Victoria.
    
    Change-Id: Ieeed99524a4de362392c90a872285a80c53c4b55
2020-08-18 20:20:18 +00:00
Zuul d51810e859 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Merge "Update and replace http with https for doc links"
  - Update and replace http with https for doc links
    
    Change-Id: Idc5447de3d2dd76dd1b073333df95e5619c1829a
2020-02-10 09:41:12 +00:00
Zuul 376056ec56 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Merge "Spec: Monasca fetcher"
  - Spec: Monasca fetcher
    
    See monasca_fetcher.rst for details.
    
    Change-Id: Iee69e7f5eecc7b017efeb98ee16f609f59ec8243
    Story: 2006675
    Task: 36950
2020-01-31 09:53:58 +00:00
Ghanshyam Mann cb0b58c30c Update git submodules
* Update cloudkitty-specs from branch 'master'
  - [ussuri][goal] Drop python 2.7 support
    
    OpenStack is dropping the py2.7 support in ussuri cycle.
    
    specs repo has py2 specific requirement which is removed
    or tox optimization.
    
    Ussuri Communtiy-wide goal:
    https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    
    Change-Id: I4544d8d1192539d50bca836f6699261658ae38ed
2019-12-16 08:40:58 +00:00
Zuul ebbd2fd736 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Merge "Spec: Add query functions to Prometheus"
  - Spec: Add query functions to Prometheus
    
    See specs/ussuri/add_prometheus_query_functions_to_the_collector.rst
    
    Story: 2006427
    Task: 36329
    
    Change-Id: I750911401caf5168cf0e57a701d2e006e69ddcfe
2019-12-02 10:22:09 +00:00
ShangXiao 0058509efb Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Fix typos in files
    
    Change-Id: I007351039135bd7e46422ce743d694363b2aa6aa
2019-11-27 09:33:32 +00:00
Luka Peschke 640c2c9e89 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Optimize driver loading in v2 API
    
    See specs/ussuri/optimize_driver_loading_in_v2_api.rst for details.
    
    Story: 2006654
    Task 36904
    
    Change-Id: I6d88b6c4bc674fb5dab145e05b6b512c443f5e56
2019-11-07 08:50:17 +00:00
Quentin Anglade 7271138ca8 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: V1 API rating modules endpoints migration to V2 API
    
    See migrate_v1_rating_modules_api_endpoints_to_v2.rst for details.
    
    Change-Id: Ic52d0162b478ebcd353e2e3fbf224937222d816e
    Story: 2006572
    Task: 36679
2019-10-08 08:13:23 +00:00
Luka Peschke 43b25fd3b2 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Add support for PDF documentation
    
    Change-Id: Ie70aaa076462c7a1f3e4f84a63af5f95f381dfde
    Story: 2006075
    Task: 34810
2019-09-17 13:12:48 +00:00
Luka Peschke 7c13919cb8 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add an ElasticSearch v2 storage driver
    
    See "specs/train/add_v2_storage_driver_elasticsearch.rst" for details.
    
    Story: 2006332
    Task: 36077
    Change-Id: I5e746891121fdcee177007301815ca904a35f699
2019-09-13 07:32:26 +00:00
Justin Ferrieu e5f0dd80a8 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add a v2 API endpoint to retrieve DataFrame objects
    
    See specs/train/add_get_dataframes_api_endpoint.rst for details.
    
    Change-Id: I186e7cd1de206f2117a5fb5655e9794469634d79
    Story: 2005890
    Task: 36383
2019-09-12 09:32:14 +00:00
Justin Ferrieu 3e7b78f140 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add a v2 API endpoint to push DataFrame objects
    
    See specs/train/add_push_dataframes_api_endpoint.rst for details.
    
    Depends-On: https://review.opendev.org/#/c/668669/
    Change-Id: Ieb48eb72fcb6165d32c08b95ea61be5ffc7d0e92
    Story: 2005890
    Task: 35954
2019-08-23 13:56:15 +00:00
Luka Peschke fa56c56cc6 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add DataFrame/DataPoint objects
    
    See specs/train/add_dataframe_datapoint_object.rst for details.
    
    Change-Id: Id5a3be3d42907ced12cd8ca90cd8366e49e80a95
    Story: 2005890
    Task: 33747
2019-08-21 09:41:13 +00:00
Luka Peschke 286ff40364 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Making CloudKitty timezone-aware
    
    See specs/train/timezone_aware.rst and the associated
    story for more details.
    
    Story: 2005319
    Task: 30240
    Change-Id: Iebf19852302ce2ae85418ccca07cec9632486b7d
2019-06-11 14:48:01 +00:00
Zuul 5645d66bdd Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Merge "Spec: Add a v2 API endpoint to reset the state of different scopes"
  - Spec: Add a v2 API endpoint to reset the state of different scopes
    
    See "specs/train/add_reset_scope_state_api_endpoint.rst" for details.
    
    Change-Id: I8e184b89e76f9cfe81ae4e1e3c2781999cfe3d4a
    Story: 2005395
    Task: 30793
2019-06-07 14:07:34 +00:00
Luka Peschke acd576b1bb Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add a "delete" method to the v2 storage interface
    
    See "specs/train/add_delete_method_v2_storage.rst" for details.
    
    Change-Id: I9b2531225895a4f8769112078f4fc4e443a31696
    Story: 2005395
    Task: 30791
2019-06-07 13:30:58 +00:00
Luka Peschke d0e4252aa2 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Add a v2 reporting endpoint
    
    See "specs/train/add_v2_reporting_endpoint.rst" for details.
    
    Change-Id: I821a89572610d1d04369571d4d597ed96cc304cd
    Story: 2005664
    Task: 30957
2019-05-21 13:18:04 +00:00
Luka Peschke 00ee0614ec Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add a v2 API endpoint to retrieve the state of different scopes
    
    See "specs/train/add_get_scope_state_api_endpoint.rst" for details.
    
    Change-Id: I748ee949a6890b52e2844a51e371a22e40ff18c1
    Story: 2005395
    Task: 30792
2019-05-17 14:06:15 +00:00
Luka Peschke d3a3bd8acb Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Allowing to get/reset the state of a scope
    
    Change-Id: I88bf7453b370f383adc5bb3c7d8a44bb04c6eed2
    
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
2019-05-17 13:10:58 +00:00
Luka Peschke 19e09bea0d Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add some concurrency and parallelism to the processor
    
    Change-Id: I5281573843b990bdd569a4cc07904363cd4d4646
2019-04-16 08:02:26 +00:00
Justin Ferrieu aa38b32379 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Adding Prometheus Fetcher
    
    This is a spec proposing to add a Prometheus fetcher.
    
    See specs/train/adding_prometheus_fetcher.rst for more
    details.
    
    Story: 2005427
    Change-Id: I458e2d5a7b06fba25a094ce04cb2050ad51554e8
2019-04-11 12:26:12 +00:00
Luka Peschke 439d7e0b7c Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Initializing the Train specs
    
    This adds a "specs/train" directory along with a placeholder spec for that
    release. This placeholder spec should be removed when the first spec for Train
    is merged.
    
    Change-Id: I80f8264d05959d03950f59544e00026963332400
2019-03-29 09:21:03 +00:00
Luka Peschke eb05c4da5a Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Remove yasfb dependency
    
    Change-Id: I611aa57ac2bca1fe4705c473bd9a5a134f003e85
2019-03-28 16:51:23 +00:00
zhouxinyong 7072ab395d Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Avoid duplication in template.rst
    
    This simplifies the phrasing in template.rst
    
    Change-Id: I0b84dd4e2f3cc9e9fe688246623697f0eb42f64a
2019-03-21 12:54:28 +00:00
Justin Ferrieu 0010ace7ea Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Reworking Prometheus Collector
    
    This is a spec proposing some rework on Prometheus collector.
    
    See specs/stein/reworking_prometheus_collector.rst for more details.
    
    Change-Id: I7740432c82cce2e613996e8b0de31c8389413a58
2019-03-21 08:50:22 +00:00
Luka Peschke c8fa952461 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Spec: Add some details to state management
    
    CloudKitty is becoming more and more generic, at all levels. Now that scopes
    can be anything, and can even be different when several collectors are running
    with different configurations, some more details should be added ot the storage
    state management.
    
    Change-Id: If88fd4bbddba78b2dd36e234e25757dc028cb891
    Story: 2004957
    Task: 29388
2019-02-14 09:22:51 +00:00
Zuul 96b7dc1cce Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Merge "Spec: Adding a v2 API"
  - Spec: Adding a v2 API
    
    This is a spec proposing to add a v2 API to cloudkitty.
    
    See specs/stein/implementing_cloudkittys_v2_api_root.rst for details.
    
    Story: 2004208
    
    Change-Id: Ie18af397247993ea51eabc025eb7931468ae66b2
2019-02-05 16:02:01 +00:00
Zuul db437a1f22 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Merge "Update the repository"
  - Update the repository
    
    This updates some out-of-date aspects of the CloudKitty specs:
    
    * The specs are now built using the OpenStack docs instead of the old
      RTD theme.
    
    * Requirements have been updated.
    
    Change-Id: I903e601a22938b3434e7d101921886319d888351
2019-02-05 14:29:05 +00:00
zhouxinyong 16c412db43 Update git submodules
* Update cloudkitty-specs from branch 'master'
  - Fix author-email in setup.cfg
    
    Change-Id: Ie888e084bb5b974a8aec5b6b78374b434d70a916
2019-02-05 14:22:47 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00