- 11 May, 2019 1 commit
-
-
Zuul authored
-
- 10 May, 2019 1 commit
-
-
Elod Illes authored
Sphinx 2.0.0 dropped python 2.7 and 3.4 support. Ceilometer use global upper-constraints.txt only from Train, before that there isn't any upper constraint for the packages and job openstack-tox-py27 tries to install Sphinx 2.0.1 and fails [1] with: Downloading http://mirror.dfw.rax.openstack.org/wheel/ubuntu-16.04-x86_64/sphinx/Sphinx-2.0.1-py2.py3-none-any.whl (3.2MB) ERROR: Sphinx requires Python '>=3.5' but the running Python is 2.7.12 Conflicts: test-requirements.txt Note(elod.illes): conflict caused by not having patch I752b36b3dfe8f935b68c4d3d59ccb5b8b60c582f in stable/queens. [1] http://logs.openstack.org/periodic-stable/opendev.org/openstack/ceilometer/stable/rocky/openstack-tox-py27/b47132e/job-output.txt.gz#_2019-05-10_06_26_02_016271 Change-Id: I4ad330dce974236be90259cd6e9f48585ff44816 (cherry picked from commit e47d366f) (cherry picked from commit b4ea5fcae09fa4e6e0548f74299f19dc7017edac)
-
- 30 Apr, 2019 1 commit
-
-
Zuul authored
-
- 29 Apr, 2019 2 commits
-
-
zhurong authored
Change-Id: Ied0822ee1031c399c7aa86482e8f570c48c3935e
-
zhurong authored
We can check from the history[0], actually it doesn't matter if gnocchi or panko is started first., so this check is unnecessary. Also when i want to migration using native zuulv3, the enabled plugins is in the alphabetical order, so this will caused can not install devstack correctly. [0]: https://review.opendev.org/#/c/387620 [1]: http://logs.openstack.org/99/651999/3/check/telemetry-integration-test/9066108/controller/logs/devstacklog.txt.gz#_2019-04-17_07_26_30_988 Change-Id: I5cbd93739f75b8141f8b79ae03bb8b99756b2a38 (cherry picked from commit 27eb3f43) (cherry picked from commit ac190d50)
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
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.
-
- 16 Apr, 2019 1 commit
-
-
Zuul authored
-
- 24 Mar, 2019 1 commit
-
-
Ian Wienand authored
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I9f9e770dc9cb25b4aa4eef3057ee1cc03033e164
-
- 28 Feb, 2019 1 commit
-
-
Joseph Davis authored
For long running users of Ceilometer with heavy sample loads, the index for samples can run out of numbers. The int type only allows over 2 billion samples to be loaded. To allow a user with database backed sample storage (postgres or mysql) to continue to operate, we need to up the data type to BigInteger. Change-Id: I9ed1d69a05efd47368497674ffe68b43c8dc1074
-
- 13 Dec, 2018 1 commit
-
-
Elod Illes authored
oslo.messaging replaced kafka-python to confluent-kafka [1], so instead of adding the kafka-python to test-requirements the oslo-messaging[kafka] should be used. [1] https://github.com/openstack/oslo.messaging/blob/master/releasenotes/notes/kafka-client-library-change-fe16d5a34550db7f.yaml#L11 Closes-Bug: #1808350 Conflicts: test-requirements.txt Change-Id: If56890b35bbe40141c01467e47bccdf4d5584e86 (cherry picked from commit 87611fe3) (cherry picked from commit 9c911027) (cherry picked from commit 9c666bfd2d77742d4125e3eaccb143477aa073fd)
-
- 31 Aug, 2018 1 commit
-
-
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: I2e966d10a76d56f430231fca8ee4741fdda43977 Story: #2002586 Task: #24339
-
- 04 May, 2018 2 commits
-
-
Julien Danjou authored
If the SNMP polling return such a value, it should be ignored. Change-Id: I275f43f8800d9477fedd100db68b48c93e7ad75d (cherry picked from commit 93eca81e)
-
Julien Danjou authored
There's no need to try to convert before ignoring. Change-Id: Ie9dcb63c43e7d69ce25aff62a2575b89f26ffca5 (cherry picked from commit 7de90448)
-
- 20 Mar, 2018 1 commit
-
-
gord chung authored
do not build metrics off compute.instance.create.start as it doesn't have enough information in it to push to Gnocchi. there is an .end event that happens seconds later so .start event has little value outside context of event. we change fnmatch to regex for more useful regex comparison and it's faster not a complete fix as compute.instance.update also is missing host value occasionally Partial-Bug: #1718290 Change-Id: I2aa7045873fd740255a3be5f64b9e9f5fd94e2d4 (cherry picked from commit 3a5fd619)
-
- 07 Mar, 2018 1 commit
-
-
zhang-shaoman authored
In API specification of "GET /v2/meters", parameter "limit" is missed, so add this parameter description. Change-Id: If7a810f96eb352573b469aa56139b818cd9bb95b
-
- 27 Feb, 2018 1 commit
-
-
gord chung authored
- add install instructions - fix docs to better show ipmi meters from notifications(ironic) and pollsters(ipmitool/node manager) Closes-Bug: #1746736 Change-Id: Ia83b56006e201bb0f8681ac1299387fb2ee6bdb6 (cherry picked from commit 8e06ebce)
-
- 26 Feb, 2018 1 commit
-
-
Zuul authored
-
- 23 Feb, 2018 1 commit
-
-
Lars Kellogg-Stedman authored
Missing metadata in the libvirt domain xml for a nova instance would cause ceilometer-compute to abort, leading to missing metrics for the current and any subequent libvirt guests. This commit puts a try/except AttributeError block around all the code that is fetching attributes on the result of metadata_xml.find(...). also pull in I41aa76cf9def3e8c4bceef0280d15c1fd7c48e3d Change-Id: I8adc609cc21c86de2daba326d24b73a80d6eb61f Closes-Bug: #1749960 (cherry picked from commit d2af7e9e)
-
- 22 Feb, 2018 1 commit
-
-
Zuul authored
-
- 21 Feb, 2018 1 commit
-
-
Chandan Kumar authored
* use telemetry-tempest-plugin * Install gnocchi 4.0.2 for the same. * also fix tox jobs Change-Id: Id70acc48bc4786185fe09f41abba62e9385f3f20
-
- 13 Feb, 2018 1 commit
-
-
James E. Blair authored
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Ica8fc8018ea730d37da447e78fcf875a13dcf218
-
- 15 Jan, 2018 2 commits
- 05 Jan, 2018 2 commits
-
-
gord chung authored
- remove 'prior to ocata' conditions. - remove shuffle_time_before_polling_task as it doesn't work in reality and is being removed. - add a note when to enable workload_partitioning of notification agent Change-Id: I44c030835de1517a3c067ab0632c09f4a5fe2f15 (cherry picked from commit be1fa8f8)
-
gord chung authored
- add a note mentioning transformers are not durable and you might be able to use gnocchi - slight change to cherry-pick, as we can't enable/disable pipelines in pike Change-Id: I3f50d5b5a1e22a114ef2c8e17c1e659f1c0eb761 (cherry picked from commit 935b53c9)
-
- 04 Jan, 2018 1 commit
-
-
gord chung authored
- remove list of notifications used for meters, it's not accurate and is arguably of no value to an administrator even if it's accurate. just list where the endpoints are and how to configure. - remove comments about database connection, this means nothing - remove libvirt comment, listing all services polled as these are stated elsewhere and are just repeated. Change-Id: If67ecf7e507da70abae3734618358c2458f49037 (cherry picked from commit d5a89cd9)
-
- 03 Jan, 2018 5 commits
-
-
gord chung authored
- remove reference to api - remove dup details on compute, central, ipmi already in data collection - remove hbase from panko support - remove listing libvirt hypervisors, we only test kvm/qemu. - remove generic listing of 'OpenStack Networking' meters. we already have a measurements page for this - remove user, roles, projects notes. we don't have api and it means very little as is Change-Id: I292cdd9297549ab8cb78caf6b15941b3986ca898 (cherry picked from commit 5b85f02b)
-
gord chung authored
- create logical sections - move troubleshooting-guide to bottom as it's basically useless (but we should add to it) - i've no idea what gmr is so i just put it where it is. Change-Id: I647a84e2d29f00a8c64c42914939d60cc8aa6ebe (cherry picked from commit 435a0070)
-
gord chung authored
- move polling configuration to admin data-collection docs - move pipeline partitioning to admin data-pipeline docs - add a note that it's only required for transformations - publisher section is already in admin docs - pipeline configuration is already in admin docs Change-Id: Ib29ec71d835b8625b518ede98e00078e7de3d282 (cherry picked from commit 96b4d1f7)
-
gord chung authored
this is all irrelevant or duplicated: - dbreco.rst - duplicates supported databases in admin-guide - ceilometer to gnocchi section is old and deck doesn't really reflect current gnocchi. also, all ocata+ docs install gnocchi by default. - custom.rst - duplicates telemetry-data-pipelines in admin-guide - dups best practices in admin-guide with shuffle option - upgrade.rst - upgrade is just stop, upgrade, restart for each service - nothing is unique except notification agent with partitioning[1] and existing stuff doesn't address it. [1] https://bugs.launchpad.net/ceilometer/+bug/1729446 Change-Id: I2de2e7ba8789d896b19320c798150d0c4c6efe0d (cherry picked from commit 96f346ab) -
gord chung authored
- remove duplication of install-guide steps - create a page for installing with devstack and integrating with other telemetry services. Change-Id: I697ea46bcb0db02fdb561f0161e22411e23679c7 (cherry picked from commit a386af96)
-
- 02 Jan, 2018 2 commits
-
-
Zuul authored
-
gord chung authored
unit tests occasionally fail because it seems like the pipeline_listener has yet to be configured yet. this waits to ensure both the group_state is set and the pipeline_listener is set before doing anything. Change-Id: I5af31d34e2f1f8fa3d198f9d58be5beca7984d65 (cherry picked from commit e158ca01)
-
- 19 Dec, 2017 1 commit
-
-
gord chung authored
- remove specific comments about preferring notifications v. polling just say, polling can add load - remove kafka publisher reference - remove database publisher reference - move key links (wiki, launchpad, ml, etc...) to index - put all meter details in one area - clean up testing Change-Id: I1993a9945334ffe631f2ddb3dcd0316d0e71f258 (cherry picked from commit 48751822)
-
- 15 Dec, 2017 3 commits
-
-
Zuul authored
Merge "[doc] frequency of polling should be controlled via the polling configuration" into stable/pike
-
SU, HAO-CHEN authored
In the architecture doc: 'The frequency of polling is controlled via the pipeline configuration. See Pipelines for details' should be changed to: 'The frequency of polling is controlled via the polling configuration. See Pollings for details' Change-Id: I34cfac4555801139700e55aaec24fcf98ee432c1 (cherry picked from commit 4257ff72)
-
Huachao Mao authored
Change-Id: I0181cb4bfce5bf3b486938ef64532df77cb0a764 (cherry picked from commit 47033f5a)
-
- 14 Dec, 2017 2 commits
-
-
Zuul authored
-
Alexander Chadin authored
Add command to add gnocchi user to service project with admin role. Change-Id: I856e8346244c0b87a1a849d60c6c02ecc1ec935b Closes-Bug: #1715855 (cherry picked from commit d8818de3)
-
- 13 Dec, 2017 1 commit
-
-
gord chung authored
polling is still broken if backend_url is not set. switch to tooz hashrings caused it to be ignored. Change-Id: Iace637dd5ed8a852db79b23e99918ca3e5c6605e Closes-Bug: #1732147 (cherry picked from commit 46c84ef7)
-