summaryrefslogtreecommitdiff
path: root/devstack/upgrade
Commit message (Collapse)AuthorAgeFilesLines
* Replace git.openstack.org URLs with opendev.org URLsZhongShengping2019-04-221-2/+2
| | | | | | | Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I4136406cd6c3e8dc3ac84ceeeed2aca011432272
* Replace openstack.org git:// URLs with https://Ian Wienand2019-03-241-2/+2
| | | | | | | | | | | | | | | | | 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: If416ba6fe80127f230cffed064da5837d021be80
* Remove deprecated storage driversJulien Danjou2017-10-261-13/+0
| | | | Change-Id: I6b262dd440a72f25662b64d938ab9e5328709a97
* Remove Ceilometer APIJulien Danjou2017-10-253-5/+4
| | | | | | This removes the deprecated Ceilometer API. Change-Id: I752b36b3dfe8f935b68c4d3d59ccb5b8b60c582f
* kill collectorgord chung2017-10-163-5/+4
| | | | Change-Id: I7720d20eab345a7835d57fac573332eca0e7d11e
* Remove deprecated ceilometer-dbsyncJulien Danjou2016-10-211-2/+2
| | | | Change-Id: Ib7875909cc6b997fb25003cbd48eb1434b20fd35
* 'ceilometer-polling' should fail with no valid pollstersjizilian2016-03-291-1/+3
| | | | | | | | | | | | | | | | The command 'ceilometer-polling --pollster-list' should fail with invalid pollsters. When executing the command 'ceilometer-polling --pollster-list' with a wrong pollster like aaa, it still executes and no error will be shown. It occupies the system resources and shows no errors. Remove the test case for "ceilometer-polling --polling-namespaces ipmi" in the upgrade.sh. In the test environment, the ipmi is not ready. It should fail. Change-Id: If1f9f9fdbba1832e66d89d6b61f749790df5c2b6 Closes-Bug: #1553926
* Remove alarming codeJulien Danjou2015-11-243-5/+3
| | | | | | | | | Since we moved all the alarming code and subsystem to the Aodh project, remove it from Ceilometer. Depends-On: I3983128d2d964b0f1f3326948b27f5d94df65a04 Depends-On: I99c9f2be0bbc70f289da5c2ba22698b8b7dc4495 Change-Id: Id169a914c1d1f2f5ad03ebb515d3d052204d5c5c
* Remove last vestiges of devstack from grenade pluginChris Dent2015-10-061-4/+10
| | | | | | | | lib/ceilometer no longer exits so we must source our plugin to get stop_ceilometer Change-Id: I059cc24eae046df195573c0f1a90cd52e8ef1c7e Depends-On: I01d00f95d602b9b159b3b64ff46a7cd3e23c3983
* polling: remove deprecated agentsJulien Danjou2015-09-071-1/+8
| | | | | | | | We have deprecated the agents for a while now in favor of the ceilometer-polling tool, let's update the doc for good and remove them. Depends-On: I4a2a982d4153a31971a5f1a1b504b96ce29236f9 Change-Id: I7447ba4f408c95b0acf1b809504ce16fff1c6e21
* Grenade plugin using devstack plugin for ceilometerChris Dent2015-08-123-0/+116
This is barebones for now, simply doing the upgrade and checking services are still running. There is no checking of resources. Being able to easily add those resources checks is part of the reason for making this change. The other reason is to explore and resolve conflicts when extracting an existing integrated project from both devstack and grenade. Note that grenade's ensure_services_started and _stopped struggles to work with processes that contain spaces so distinguishing amongst ceilometer-polling processes with different namespaces is hard, so we'll just use the older agent names. Change-Id: If7bb809743ab0c475a1844c79e552d8b6892a18f