Commit Graph

26 Commits

Author SHA1 Message Date
melissaml 73551555f8 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I25adc54c93e699e369ca36eef2d83467ca08221d
2019-07-10 21:26:45 +08:00
ShangXiao 03182b8c56 Add bugs url link to README
Change-Id: I375d650a06b272cee8b79e4cfbb60e981ee43fec
2018-08-31 02:38:26 -07:00
LeopardMa aee340d644 Add source code repository notes link to README
Change-Id: Ia17402e657a9d05ab149546b69743a1f1eead2fa
2018-07-04 20:44:16 -04:00
melissaml f34e561bb7 Update README.rst information
1) Add documentation url link.
2) Add release notes url link.
3) Add the project home url link.

Change-Id: I9cd155183e0e24239d8ed1c62109e75270ed97e7
2018-06-18 21:41:56 +08:00
melissaml de24a248d5 Update links in README
Change the outdated links to the latest links in README

Change-Id: I2c00643f20cbc24bd6cb576a6bf25af4347bfe1d
2018-03-03 11:50:57 +08:00
Flavio Percoco 11a7fb6416 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/700c25820c3d2cdd97e3ff88acd67787

Change-Id: I7c6916e16fe9625f85a6858860d289f87b47ae02
2016-11-25 16:10:04 +01:00
alextricity25 89ab19e011 [DOCS] Move gnocchi 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 three structure for the roles docs

Change-Id: I63bf5a2b742998265782c35582734d1f1d9d1fe8
Signed-off-by: alextricity25 <miguel.cantu@rackspace.com>
2016-08-15 10:36:11 -05:00
Steve Lewis da8e0b7bc1 Normalize galera password and clean up role
The role has historically used a different password variable.
Because the role is being maintained by the community now it makes
more sense to normalize the password for ease of maintenance.

The no-longer needed operations to create the DB and grant access
are removed from the role as these are in the integrated project's
playbook now. These tasks are added as pre_tasks for testing.

Similarly, the contents of the /ext directory are eliminated as
these are no longer needed since all of the contents have been
applied to the integrated gate.

Finally a run_tests.sh file is added for consistency and to fix the
bashate lint job which fails when there are not matching shell
scripts.

Change-Id: I7b9046dfe7ba258218b4d14ec8d4f270e917ca34
2016-07-27 21:54:43 -07:00
Jesse Pretorius bc763b4279 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: Icc2888700616b396c41e20f1b2638de59bc41f60
2016-07-25 21:43:34 +01:00
Travis Truman 2d52bc10de Cleanup/standardize usage of tags
The numerous tags within the role have been condensed
to two tags: gnocchi-install and gnocchi-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: Ie621d30c57d030577d7a1f01d2225ea4b17220a4
2016-07-14 09:35:43 -04:00
Steve Lewis 53fccbc88f Adopting the common role documentation pattern
This bring the role in conformance with the documentation
pattern originated from the os_keystone role. This was
chosen as the standard pattern during the Newton design
summit.

Change-Id: Id1d965cc689fc42b1cdb0ff3cb46704f49b6d4b6
2016-06-02 18:33:47 -07:00
Steve Lewis b5282439bd Prepare for role integration
In order to integrate this role with OpenStack-Ansible there needs
to be using standard CONTRIBUTING.rst and README.rst and the same
.gitignore and .gitreview and setup.* pattern as other roles.

Finally an other-requirements.txt, test-requirements.txt and a
tox.ini are introduced as the basis for docs building and testing in
openstack infra.
2016-04-04 15:23:25 -07:00
Steve Lewis 949e56eda6 Change default coordination to mysql from file 2016-02-11 16:02:22 -08:00
Steve Lewis 308678b57a [WIP] configure ceilometer to dispatch to gnocchi 2016-01-25 11:59:22 -08:00
Steve Lewis 8a7a8f301b Update README to provide partial prioritization
TODO items are not updated based on best guidance.
2016-01-18 14:40:13 -08:00
Steve Lewis 429ba1b4c2 Fixing link to Gnocchi docs 2016-01-13 14:05:16 -08:00
Steve Lewis 35bb99a457 Add TODO 2015-12-14 08:45:59 -08:00
Steve Lewis 072ea24d5f Add reference to the memcached_* variables 2015-12-08 13:08:26 -08:00
Steve Lewis 85d3055b3c Option for coordination todo: mysql 2015-12-07 11:17:33 -08:00
Steve Lewis 55f174155a Link to Gnocchi project url 2015-12-07 11:10:36 -08:00
Steve Lewis 2366110ab1 Add notes on index, storage, and coordination 2015-12-07 11:05:25 -08:00
Steve Lewis 836d3c1f1d Added TODO tasks 2015-12-04 17:24:27 -08:00
Steve Lewis 460519747e service reg. conf fixes + cleanup
During testing of service registration unknown variables were identified
and values for them are provided in defaults now.  These implied changes
to the README and other housekeeping was done while there. Similarly,
housekeeping was done in user_gnocchi_secrets to remove an unused
secret. Also, a gnocchi_storage_driver is defined in defaults and the
coordination url is defined to allow external system to be used for locks.
The gnocchi metricd service was excluded from running, is not configured.
Finally a couple of TODO notes were added to mark things that need to
be done for the role still.
2015-12-04 17:12:32 -08:00
Steve Lewis 6de4b4c5b2 Add gnocchi configuration tasks
All config files are now templated, a first attempt at a possibly passable
configuration is provided.  Role requirements are updated to work
around the current state of the OSA project and it's externalized roles.
README is updated to reference the two keystone vars being imported
and update the example playbook a bit.
2015-12-01 16:30:57 -08:00
Steve Lewis 2d0848ae94 Add secrets file
Also includes docs on the requirement to apply it and the common
means of generating values for it.
2015-11-30 17:31:01 -08:00
Steve Lewis c2d25ad2aa Initial Commit 2015-11-20 15:37:39 -08:00