Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Jaeger c929899400 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: I8aded54f1b9f3b79f3a4bf8f607d3695b92f528b
2019-12-18 19:39:39 +01:00
Ildar Svetlov 26c890084d Alarms state tcp notifier
This patch adds new feature:
Sending events about alarms state changing (both AFD and GSE).
Output: TCP + RstEncoder

Change-Id: Ia5c454f911135d2ee0a4230641d2e3945c3bcf1c
2016-12-12 14:50:19 +04:00
Swann Croiset 359a6fd209 Fix diagnostic tool for Fuel 9
The "fuel nodes" command output on Fuel 9 differs from Fuel 8 for the online
column.

This patch also sets the timeout to 5 minutes for MCO remote execution
used by diagnostic script.

And the patch removes the scripts used for 0.8.0 -> 0.8.1 migration.

Change-Id: Ib9537f8cd68a42e08f11721d200bb84231481469
2016-06-23 14:52:17 +02:00
Swann Croiset 373640672d Add a simple diagnostic script
A script is installed on all nodes to collect various information and perform
basic tests regarding LMA components.
All information gathered are stored locally in /var/lma_diagnostics.

From the Fuel master node, the contrib/tools/diagnostic.sh script launches the
diagnostic script on all nodes and downloads all data into /var/lma_diagnostics.

Fixes-bug: #1547084
Change-Id: I37e36df23bc98109b7a86db63e5243cc264d2f95
2016-05-27 14:10:57 +02:00
Swann Croiset 8bc362d745 Add Sandboxes to handle Ceilometer samples/resources
The Lua sandboxes aren't used for now. To give it a try, one could the
configuration stored in contrib/ceilometer.toml.

blueprint: ceilometer-stacklight-integration

Co-Authored-By: Igor Degtiarov <idegtiarov@mirantis.com>
Co-Authored-By: Ilya Tyaptin <ityaptin@mirantis.com>

Change-Id: I7634dd0ee4f3200d1a82ab26feafa54a8ac74e51
2016-05-12 16:34:26 +02:00
Simon Pasquier 2003786491 Clean up the contrib directory
Change-Id: I1b8959e39d81327b2b9caf87251940e6b70d6a63
2016-04-27 16:57:21 +02:00
Guillaume Thouvenin 3b709238a3 Add script to stop services and remove the Heka package
This patch creates a new directory for StackLight tools that are scripts
that can be used to perform actions or run diagnostics.
It also adds two scripts. One for stopping StackLight services and
another one to remove the Heka package on all nodes that are online.

Change-Id: I93082ba3c7dfb75ec3ed44f5fa23a35599c4d163
2016-03-30 09:41:37 +02:00
Éric Lemoine 22e1f0be41 Remove deployment_mode tag
With MOS 6.1 and later deployment_mode is always ha_compact. So this change
removes the deployment_mode related tests in Puppet manifests. It also removes
the deployment_mode tag that was set in Heka messages.

This addresses a comment made by Simon Pasquier:
https://review.openstack.org/#/c/255418/16/deployment_scripts/puppet/manifests/base.pp,unified

Change-Id: I654d3a451bf86c28f66033cc98dd5a26bd2b80f0
2015-12-23 09:28:25 +01:00
Simon Pasquier d7c011d613 Fix ShellCheck warnings
This change fixes all problems reported by ShellCheck [1] which is a
nice linting tool for sh/bash scripts.

[1] http://www.shellcheck.net/about.html

Change-Id: I7104597e309fed5a4d52f5fc39ab0f4350fb3217
2015-05-07 10:11:02 +02:00
Simon Pasquier 51f593692f s/ElasticSearch/Elasticsearch/ where appropriate
Unlike OpenStack, there is no capital 'S' in Elasticsearch.

Change-Id: I6bd00983d2677a57c0ea080b2fd8226cef56f88f
2015-04-23 15:50:06 +02:00
Simon Pasquier 830ad25364 Add contrib/ directory
The contrib directory contains scripts to deploy ElasticSearch, InfluxDB
and the visualization dashboards as Docker containers.  Ultimately they
will be superseded by the elasticsearch-kibana and influxdb-grafana
plugins but for the short term, they are handy to validate the LMA
collector plugin itself.

Change-Id: If61b5193f12688974aa74994d967bc95e785d457
2015-02-26 15:53:21 +01:00