Commit Graph

15 Commits

Author SHA1 Message Date
melissaml 0fba87f983 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I81fbfa6baf0ca4382823899381b7ee378959dc04
2019-07-10 23:03:29 +08:00
ShangXiao 4eb33bdc4b Add bugs url link to README
Change-Id: If0bca62b5b279b3bada890cfeb5f8091e5226475
2018-09-27 03:09:14 +00:00
root 9e4169e3d9 Add the project source code repository in README
Change-Id: If3fdb445ea93eaadf8a4d43d9f8a89023b6bd905
2018-07-28 11:38:30 +00:00
Xingyu Pan 3b072e754f Optimize the link address in docs
Change-Id: Ifda2b9a24ada90139b6394dfc7c091e663470fa3
2018-07-03 13:59:47 +08:00
ZhijunWei ca5d8b2bd1 Update server to service
Change-Id: Id58345d1662a7940ee58a158eb3851e7bc8df838
2018-06-28 08:35:04 +00:00
melissaml be2c7bce2e Update README.rst information
1) Add documentation url link.
2) Add release notes url link.
3) Add the project home url link.

Change-Id: I386cc3647d6d055ca2964280b1bd55922d6f2aa4
2018-06-18 21:29:01 +08:00
melissaml 98af08e1e4 Update links in README
Change the outdated links to the latest links in README

Change-Id: I2743d048f8ba775b571ce8eb89fbe5e9a37f4760
2018-03-03 12:31:33 +08:00
Miguel Alex Cantu 8784e73eec Deprecate ceilometer-collector
Per https://review.openstack.org/#/c/413920/, the ceilometer-collector
service is now deprecated.
This commit removes the inventory group mappings to the
ceilometer-collector service/container. It also removes
the service from the bootstrap and testing inventory.
Gnocchi is now explicity used as a publisher in the
pipeline.

Partial-Bug: 1666238
Change-Id: I396b154d106c0afba44d57792ae6dad39b33a6f5
2017-02-22 10:42:06 -05:00
Flavio Percoco afbba1e0bc 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/21d83a27e12bcf26ceff8fb188ed179e

Change-Id: If82b130edad791cd24ca31eb2d4d90e82623595d
2016-11-25 16:07:48 +01:00
alextricity25 6d7679d077 [DOCS] Move ceilometer configs from developer docs
This commit moves the ceilometer 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.

As a note, some of the role docs(like this one), do a literalinclude
on files in the integrated repo. These references need to be fixed
to reference the link since the included file will no longer exist
in a guaranteed location that can be referenced with relative paths.

Change-Id: Icfaa49c1876b633adf6b61881006c676b1a57cdc
Signed-off-by: alextricity25 <miguel.cantu@rackspace.com>
2016-08-12 13:33:10 -05:00
Travis Truman cb2139b5f8 DOCS - Documenting the role tags
Also added all of the ceilometer services to the list
of items installed by the role

Change-Id: I367179baa1b20817c08e6479ca973e98bcd3579c
2016-08-10 11:08:48 -04:00
Jesse Pretorius 1a46237902 Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: Iac3ca83a89de06490b7b6d3cd414825f5c2eb1ce
2016-07-26 00:37:15 +01:00
Travis Truman 091850c7bc 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: I0cfea0bccf27787243aba2e046cb2f5327a158ef
2016-04-18 10:42:49 -04:00
Steve Lewis e704560e49 Remove unused galera_client and related vars
This is related to the effort of adding functional testing to this role.

Change-Id: Iae3aba06d4f0ebced8879c392ba49955834a874b
2016-03-09 10:56:22 -08:00
Miguel Cantu b2251e12be Implement Ceilometer
This patch implements the implement-ceilometer blueprint.
It addes the necessary role/variables to deploy ceilometer
with a Mongodb backend. The Monogdb backend is assumed to
be up and configured and the playbooks only require a few
values to be set in user_variables to establish a connection.

Change-Id: I2164a1f27f632ce254cc2711ada2c449a9961fed
Implements: blueprint implement-ceilometer
2015-07-07 19:31:04 +00:00