RETIRED, Integrate Elasticsearch and Kibana with Fuel
Go to file
Guillaume Thouvenin db94ccbc8c Fix a cycle in graph of tasks
This patch removes a dependency that causes a cycle in the graph of
tasks in MOS 8. The cycle was <custom>-netconfig -> hosts -> cluster ->
virtual_ips -> <custom>-netconfig.

We cannot remove hosts.pp as we tried previously because doing this also
remove a dependency between globals and hosts. So we create the
following dependency: tools -> <custom>-netconfig -> hosts
in place of the former: tools -> netconfig -> hosts

Change-Id: I9a2ec06e3f61942ad33b9a32d9a6034602a51abd
Partial-Bug: #1616391
2016-09-16 08:21:38 +00:00
deployment_scripts/puppet Fix Elasticsearch curator job 2016-08-26 11:28:12 +02:00
doc Reemphasized SSD disk requirements 2016-09-12 13:13:51 +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
.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 StackLight 0.10.0 documentation updates 2016-07-13 11:05:54 +00:00
deployment_tasks.yaml Fix a cycle in graph of tasks 2016-09-16 08:21:38 +00:00
environment_config.yaml Fix issue with LDAP protocol radio button 2016-08-09 16:25:05 +02:00
functions.sh Fix Elasticsearch curator job 2016-08-26 11:28:12 +02:00
metadata.yaml Bump version to 1.0.0 2016-07-25 16:24:23 +02:00
network_roles.yaml Switch the Kibana dashboard to the public network 2016-09-02 16:27:09 +00:00
node_roles.yaml Switch the Kibana dashboard to the public network 2016-09-02 16:27:09 +00:00
pre_build_hook Fix Elasticsearch curator job 2016-08-26 11:28:12 +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 StackLight Elasticsearch-Kibana Plugin for Fuel

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

Please go to the Elasticsearch-Kibana Plugin Overview to getting started.

Release Notes

A summary description of the new features are provided in the Release Notes section of the plugin documentation.

Requirements

The requirements are defined in the Requirements section of the plugin documentation.

Known issues

All known issues are listed on Launchpad.

Limitations

All known limitations are described in the Limitations section of the plugin documentation.

Installation

The installation instructions 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