Commit Graph

13 Commits

Author SHA1 Message Date
Witek Bedyk aea6e4858d Remove project content
This is step 2 of the project retirement process as described in [1].
Project retirement has been anounced here [2].

[1] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-2-remove-project-content
[2] http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016830.html

Depends-On: https://review.opendev.org/751987
Change-Id: Id4c4f95fee1787e23a3156933c40c491f298128e
2020-10-22 15:11:34 +02:00
Zuul e1f3608242 Merge "WIP Add fard disks failure detection example" 2020-10-22 13:05:50 +00:00
Hisashi Osanai 87ab5ef397 WIP Add fard disks failure detection example
Change-Id: I06c128048456f8dee4245956a56b8216e7d2c56c
2020-09-22 11:19:13 +00:00
Daisuke Fujita a2f85ff7ae Add Monasca-analytics use-cases with Monasca
This patch add use-cases with Monasca which base on
monasca-analytics presentation in Sydney.

https://www.openstack.org/videos/summits/sydney-2017/use-case-help-me-from-tons-of-alarms

Change-Id: Id597961e6f6c58ccea9439fad623f5a5e6b58ceb
2020-09-22 11:18:47 +00:00
Daisuke Fujita 474e4b8917 Update README
Currently, README has invalid markup which will not be rendered on PyPI.
This patch updates README to be rendered on PyPI and to be more readable.

Change-Id: Ic081c0729e44f4e09ac21c47a5dbbd0da6deb77f
2019-01-25 11:50:33 +00:00
zhouxinyong 3fbcb10690 Update url in HACKING.rst
Change-Id: I7090d72ecacee9d5807b0b8fb0bb61908c20c9b4
2018-11-16 10:48:35 +08:00
Marco Lotz ba3d5e5dcf DO NOT MERGE: fixed path and environment variables references for monanas
Change-Id: I772756a0eb052bea7ff790e7f13f932dc40a32c6
2016-09-19 17:17:17 +01:00
Jenkins 8767800672 Merge "Fix an example command line option" 2016-09-14 16:42:36 +00:00
Joan Varvenne 5812bd8429 This commit introduces the first version of Banana configuration language.
As of this commit, to change the configuration using Banana, we
need to make an HTTP POST request to `/banana` REST API. This API is
temporary and is likely to be changed later.

The implementation is done entirely in the `banana` module. Under this
module there are:

 * `typeck` module contains the type checker,
 * `grammar` module contains the parser and the AST and,
 * `eval` module contains the interpreter.

Additionally, a test framework has been created to ease the test of
particular conditions of the language.

Within the banana module, there is a README.md file for each associated
sub-module explaining further the details of the language.

Once this commit is merged, there's still a lot that can be improved:

 - All components should be tested in Banana.
 - The 'deadpathck' pass could be improved (see TODO)
 - We don't support generated JSON ingestors yet.
 - Imports will be key for reusability (not implemented).

Change-Id: I1305bdfa0606f30619b31404afbe0acf111c029f
2016-08-22 14:29:26 +01:00
Daisuke Fujita a0906338a7 Fix an example command line option
The '-l' option should be specified when starting the MoNanas
with a log configuration file.

Change-Id: I6a61dd31fba3e5d9b42f9fbb79abbad59b8e7ae7
2016-08-09 10:36:20 +00:00
Hisashi Osanai 9580dc7ec4 Fix typos
Change-Id: I151be2639cf09ec256e59bc831a2d6b3092c2cc9
2016-07-01 05:21:25 +00:00
Hisashi Osanai 6295212f4e Fix MoNanas's repository url
This patch fixes the repository url to public one.

Change-Id: I7de917f4726958d8ed44c6e31973d53ccb586e88
2016-06-15 07:33:28 +00:00
Joan Varvenne, Suksant Sae Lor and David Subiros Perez 93f184b4bf Monanas initial code release.
Co-Authored-By: Joan Varvenne <joan.varvenne@hpe.com>
Co-Authored-By: David Subiros Perez <david.perez5@hpe.com>
Co-Authored-By: Suksant Sae Lor <suksant.sae-lor@hpe.com>

Change-Id: Ib63c590d768648a46ecd007207fe8693b610af9a
2016-05-17 01:48:24 +01:00