Commit Graph

18 Commits

Author SHA1 Message Date
melissaml be00665878 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I1231b4d0d0b0865eaf88d42ad3a4c69aa1c2a961
2019-07-17 11:27:53 +08:00
ShangXiao 15cafb203c Add bugs url link to README
Change-Id: I8c037def6b12633127ea69b1581534a7d1042eea
2018-12-04 10:05:18 +00:00
ZhijunWei fcda24868f Remove the unnecessary =
Change-Id: I1d354fcad5c0414c6bffa11f6af2996b52d81aec
2018-09-09 03:06:21 +00:00
root 927d6a311b Add the project source code repository in README
Change-Id: Iececc643d307ef18371bd6d7d674b1ccfc259ba5
2018-07-28 11:32:35 +00:00
jacky06 29ab2c4ef6 Update the project home to https
Change-Id: Ie77017a400618e19075b586a0bff47edd085f126
2018-07-05 21:45:10 -04:00
Zuul b1824b565d Merge "Fix the ansible role aim to Aodh" 2018-07-02 08:26:45 +00:00
ZhijunWei ff80d5257a Replace port 35357 with 5000
Now that the v2.0 API has been removed, we don't have a reason to
include deployment instructions for two separate applications on
different ports.

Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9
Change-Id: I6d8c5a7b17304cd0087cdb60d72eda4a15950a00
2018-06-24 16:16:06 +00:00
wangqi c2b39cb7bf add doc、releasenotes and home link in readme.rst
Change-Id: Ifecaa5f6e5d8ab5024569b39b4b6f28590c6f7db
2018-06-19 06:49:27 +00:00
zhulingjie 100ccfb804 Fix the ansible role aim to Aodh
Change-Id: I7cfe0dba1da6707abe855abb13b90513979be6ad
2018-06-12 11:14:11 -04:00
Andrew Smith 1f4a1e71a1 Update to use oslo.messaging services for RPC and Notify
This introduces oslo.messaging variables that define the RPC and
Notify transports for the OpenStack services. These parameters
replace the rabbitmq values and are used to generate the messaging
transport_url for the service. The association of the messaging
backend server to the oslo.messaging services will then be
transparent to the aodh service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation (add for notifications)
* Add oslo.messaging to tests inventory
* Update tests
* Add release note
* Update README and example

Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5
Depends-On: I2b09145b60116c029fc85477399c24f94974b61d
Change-Id: I356e7256f5e8090f35dce8a02fd633638fd659fa
2018-06-04 14:26:05 -04:00
melissaml 5fc86b7086 Update links in README
Change the outdated links to the latest links in README

Change-Id: I6b6b45ab4d75a1afd0f69f0212f20d9c0e41e105
2018-03-03 11:41:08 +08:00
Flavio Percoco cfe514a952 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/804a08eaf37fb4a08240521e7f36d41e

Change-Id: I5746e6f50d0df11c649c12af6a33a76d84eaa25a
2016-11-25 16:07:02 +01:00
alextricity25 fd4346e7fc [DOCS] Move aodh configs from developer docs
This commit moves the aodh configs in the developer docs
over to the role. It also cleans up README.rst and index.rst to
support the new tree structure for role docs.

Change-Id: I424f16260339581b6ea612c9f7fd4b855bf62676
Signed-off-by: alextricity25 <miguel.cantu@rackspace.com>
2016-08-12 09:41:00 -05:00
Travis Truman 53a0426f38 Cleanup/standardize usage of tags
The numerous tags within the role have been condensed
to two tags: aodh-install and aodh-config

These tags have been chosen as they are namespaced
and cover the two major functions of the role.

Documentation has been updated to inform how each tag
influences the function of the role.

Change-Id: I0547471069287310fe7370a574375a5f4d7e73d7
2016-07-11 08:50:19 -04:00
Travis Truman dc1e3df089 DOC - Adding details on required variables for the role
Change-Id: I8f19cae65624144b2bae467da5beafd128847d38
2016-06-18 18:15:22 +00:00
Travis Truman c032ce4f05 Clarify role documentation and remove duplication
The README now makes clear that MongoDB is a dependency
and the role doc itself now simply includes the README
instead of duplicating its content.

Change-Id: I4f5008166ad385619ee50486aa953a4a7dec6f3c
2016-04-18 11:11:46 -04:00
Matt Thompson fb8723175f Update aodh alarm service names
Upon testing [1], I noticed that two of the four aodh-related services
were not starting.  These were:

- aodh-alarm-notifier
- aodh-alarm-evaluator

Upon looking at the binaries in /openstack/venvs/aodh-testing/bin/, I
noticed the actual names were:

- aodh-notifier
- aodh-evaluator

This commit updates the relevant files to reflect the correct names,
however I am not familiar with aodh in the slightest so suggest someone
who has or is using aodh verify that I am not doing something
completely incorrect here.

[1] https://review.openstack.org/#/c/291079/

Change-Id: Ideb5f54059cdea4f873ec37ea948fa3c4d874d3a
2016-03-10 11:47:59 +00:00
Miguel Alex Cantu 639c11f38b Seperated out Telemetry Alarming (Aodh)
The alarming function of Telemetry has been seperated out
by design. This patchset creates new containers for these
alarming services and deploys them accordingly.

See:
http://lists.openstack.org/pipermail/openstack-dev/2015-September/073897.html

DocImpact
UpgradeImpact
Implements: blueprint liberty-release
Change-Id: I25294a25afa76d4d8bddad0a51c48485f33a6d20
2015-10-15 11:20:53 +01:00