Elod Illes a65903a2c5 Fix deprecated zuul queue syntax and config error
Zuul deprecated (and now removed) declaring shared queues at a pipeline
level [1]. This patch fixes the syntax to make the gate work again for
monasca-common.

Drop non-existing jobs:

- monasca-tempest-java-cassandra
- monascalog-tempest

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html

Change-Id: Id9c0956d4800f01dadfece02638bc4fcc9ef1e8a
(cherry picked from commit 1ca41523731c0f78e7322d6770a9dcdc1710b7ba)
(cherry picked from commit cdc03f9ae5aeda0a8409e8d555efa488cfb25fa7)
(cherry picked from commit eb893ac4294f6afdabcbebcca7be33516cdb8007)
(cherry picked from commit f4cafa218f377fe0a2a9ccbab757a595e5c98e08)
(cherry picked from commit 0e9a0b9fcaf4700f507e602efd213928c2d504dc)
(cherry picked from commit 3a25894763d21be9ac6ba6e28abda28bc20dd4a4)
(cherry picked from commit c04eb5826c2b6e0bf8ea684f49ef1e14387f51a8)
(cherry picked from commit 6e07c5ee2ed1dfcc119be57b4c246fbb15a7cf3b)
(cherry picked from commit 184810e2c97ab0d5eab33ff5d646a6342f1cd2db)
2023-08-12 21:30:13 +00:00
2019-04-19 19:43:05 +00:00
2018-07-16 11:40:15 +02:00
2019-04-19 19:43:05 +00:00
2018-07-16 11:40:15 +02:00
2017-04-12 18:16:38 +02:00
2014-05-01 16:22:06 -07:00
2018-01-15 17:10:31 +08:00
2017-03-02 11:47:03 +00:00

Team and repository tags

image

Overview

monasca-common is a collection of modules containing reusable application and platform code for building monitoring related services.

Python

To install the Python monasca-common modules, git clone the source and run the following command:

$ sudo python setup.py install

To run the unit tests use:

$ tox -e py27,py35

For information on contributing, see Contribution Guidelines.

Java

Build Instructions

Download and do mvn install.

$ cd java
$ mvn clean install

Caution

There is a pom.xml in the base directory but that should only be used for the Zuul build.

The issue is that currently StackForges bare-precise system only has Maven 2 on it and at least one of the modules of monasca-common requires Maven 3.

In order to get around this problem, the pom.xml in the base directory uses the exec-maven-plugin to run the script run_maven.sh. This script checks if the version of mvn is Maven 3 and if it is not, it downloads Maven 3 and then uses it to run the build in the java directory.

In addition, the run_maven.sh script copies the jar files that get built from java/*/target directories to the target directory in the base project directory. This is because the StackForge “monasca-common-localrepo-upload” job uploads any jar files from that directory to http://tarballs.openstack.org/ci/monasca-common. Copying the jar files to that directory made it so there didnt have to be changes made to the “monasca-common-localrepo-upload” job. The build for monasca-thresh downloads the jars it depends on from that location on tarballs.openstack.org.

A change has been submitted to StackForge to switch to bare-trusty for this build in the hopes that those systems will have maven 3, but it is not known how long that change will take to be accepted.

Application Specific Sub-Projects

Platform Sub-Projects

Description
Monasca common classes
Readme 4.8 MiB
Languages
Java 56.7%
Python 40.5%
Shell 1.3%
Dockerfile 1.1%
ANTLR 0.4%