RETIRED, Integrate Elasticsearch and Kibana with Fuel
Go to file
Swann Croiset 7337be0933 Adjust task dependencies
Without explicit dependencies, the check_environment_configuration.pp
is executed too late:

...
MODULAR: netconfig/netconfig.pp
fuel-plugin-elasticsearch-kibana: firewall.pp
fuel-plugin-elasticsearch-kibana: cluster.pp
MODULAR: virtual_ips/virtual_ips.pp
MODULAR: virtual_ips/virtual_ips.pp
fuel-plugin-elasticsearch-kibana: cluster-haproxy.pp
fuel-plugin-elasticsearch-kibana: haproxy.pp
fuel-plugin-elasticsearch-kibana: elasticsearch.pp
fuel-plugin-elasticsearch-kibana: check_environment_configuration.pp
...

Change-Id: I5e4381a28add6a21f140e3e201d9a1045a2b365a
2016-05-31 09:28:19 +00:00
deployment_scripts/puppet Use hiera_hash for network data 2016-05-25 10:27:28 +02:00
doc Fix links to the Readthedocs domain 2016-05-20 11:34:08 +02:00
plugin_test Fix errors in the fuel-qa tests 2016-04-13 13:25:16 +02:00
repositories Add a tox environment to build the plugin 2015-09-16 17:08:58 +02:00
specs s/ElasticSearch/Elasticsearch/ where appropriate 2015-04-23 15:54:26 +02:00
.gitignore Add fuel-qa as submodule 2016-03-23 09:27:02 +00:00
.gitmodules Add fuel-qa as submodule 2016-03-23 09:27:02 +00:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:23:03 +00:00
LICENSE Add appendix to LICENSE 2015-06-19 18:45:44 +02:00
README.md Removed readme info duplicates with the plugin documentation 2015-11-16 17:56:24 +01:00
deployment_tasks.yaml Adjust task dependencies 2016-05-31 09:28:19 +00:00
environment_config.yaml Add advanced settings for Elasticsearch deployment 2015-12-22 19:55:48 +01:00
functions.sh Use upstream Puppet modules 2015-08-10 12:27:09 +02:00
metadata.yaml Bump to version 0.10 2016-04-28 15:16:48 +02:00
network_roles.yaml Improve cluster deployment 2016-01-08 11:32:57 +01:00
node_roles.yaml Re-execute necessary tasks on the deployed nodes 2016-01-25 16:38:54 +01:00
pre_build_hook Upgrade JRE package version 2016-05-09 12:35:43 +02:00
tasks.yaml Re-execute cluster configuration on redeployment 2016-01-18 09:30:00 +01:00
test-requirements.txt Revert "Pin fpb version temporarily" 2016-04-29 14:23:20 +00:00
tox.ini Merge "Add tests for plugin" 2016-03-30 16:29:35 +00:00
uninstall.sh Fix plugin removal error 2016-04-25 09:09:04 +00:00
volumes.yaml Switch to custom role elasticsearch_kibana 2015-09-09 09:31:07 +02:00

README.md

The Elasticsearch-Kibana Plugin for Fuel

The Elasticsearch-Kibana Plugin for Fuel is used to install and configure Elasticsearch and Kibana which collectively provide access to OpenStack analytics for the logs and the notifications collected and processed by the LMA Collector Plugin.

Please check the Elasticsearch-Kibana Plugin Overview section of the plugin documentation for additional details.

Release Notes

The release notes of the Elasticsearch-Kibana Plugin are provided in the Release Notes section of the plugin documentation.

Requirements

The Elasticsearch-Kibana Plugin requirements are defined in the Requirements section of the plugin documentation.

Known issues

The LMA Toolchain's related issues are available on Launchpad.

Limitations

The Elasticsearch-Kibana Plugin limitations are described in the Limitations section of the plugin documentation.

Installation

The installation instructions of the Elasticsearch-Kibana Plugin are provided in the Installation section of the plugin documentation.

User Guide

Instructions for how to configure and use the Elasticsearch-Kibana Plugin are provided in the User Guide section of the plugin documentation.

Communication

The OpenStack Development Mailing List is the preferred way to communicate with the members of the project. Emails should be sent to openstack-dev@lists.openstack.org with the subject prefixed by [fuel][plugins][lma].

Reporting Bugs

Bugs should be filed against the LMA Toolchain project on Launchpad (not Github!).

Contributing

If you would like to contribute to the development of this plugin you must follow the OpenStack development workflow instructions.

Patch reviews take place within OpenStack Gerrit system.

Contributors