Change repositories from stackforge to openstack

Change-Id: I1579ccd3803a1d2ca6173ce517cfc28350e15d05
This commit is contained in:
venkatamahesh 2015-10-19 09:15:07 +05:30
parent 7da72e965d
commit 8892699305
6 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ Alarms have three possible states: `UNDETERMINED`, `OK` and `ALARM`. Alarms are
avg(cpu{service=nova}, 120) > 90 or avg(load{service=nova}, 120) > 15 avg(cpu{service=nova}, 120) > 90 or avg(load{service=nova}, 120) > 15
``` ```
For more details on Alarm Definitions versus Alarms refer to the Monasca API documentation at https://github.com/stackforge/monasca-api/blob/master/docs/monasca-api-spec.md. For more details on Alarm Definitions versus Alarms refer to the Monasca API documentation at https://github.com/openstack/monasca-api/blob/master/docs/monasca-api-spec.md.
If the expression evaluates to true, the Alarm state transitions to `ALARM`, if it evaluates to false, the state transitions to `OK` and if there aren't any metrics for the two times the measuring period, the Alarm state transitions to `UNDETERMINED`. Each part of the expression is represented by a Sub Alarm, so for the above example, there are two Sub Alarms. If the expression evaluates to true, the Alarm state transitions to `ALARM`, if it evaluates to false, the state transitions to `OK` and if there aren't any metrics for the two times the measuring period, the Alarm state transitions to `UNDETERMINED`. Each part of the expression is represented by a Sub Alarm, so for the above example, there are two Sub Alarms.
@ -36,7 +36,7 @@ Events also flow into the Threshold Engine via Kafka so the Threshold Engine kno
======= =======
# Build # Build
Requires monasca-common from https://github.com/stackforge/monasca-common. Download and follow the instructions in the README Requires monasca-common from https://github.com/openstack/monasca-common. Download and follow the instructions in the README
``` ```
cd thresh cd thresh

View File

@ -22,7 +22,7 @@ fi
# This should only be done on the stack forge system # This should only be done on the stack forge system
if [ "${BUILD_COMMON}" = "true" ]; then if [ "${BUILD_COMMON}" = "true" ]; then
git clone https://github.com/stackforge/monasca-common git clone https://github.com/openstack/monasca-common
cd monasca-common cd monasca-common
${MVN} clean ${MVN} clean
${MVN} install ${MVN} install

View File

@ -5,7 +5,7 @@
<groupId>monasca-api</groupId> <groupId>monasca-api</groupId>
<artifactId>monasca-api-common</artifactId> <artifactId>monasca-api-common</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<url>http://github.com/stackforge/monasca-api</url> <url>http://github.com/openstack/monasca-api</url>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>

View File

@ -1,2 +1,2 @@
site_name: monasca-thresh site_name: monasca-thresh
repo_url: https://github.com/stackforge/monasca-thresh repo_url: https://github.com/openstack/monasca-thresh

View File

@ -5,7 +5,7 @@
<groupId>monasca</groupId> <groupId>monasca</groupId>
<artifactId>monasca-thresh-base</artifactId> <artifactId>monasca-thresh-base</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<url>http://github.com/stackforge/monasca-thresh</url> <url>http://github.com/openstack/monasca-thresh</url>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
@ -17,8 +17,8 @@
</properties> </properties>
<scm> <scm>
<connection>scm:git:git@github.com:stackforge/monasca-thresh</connection> <connection>scm:git:git@github.com:openstack/monasca-thresh</connection>
<developerConnection>scm:git:git@github.com:stackforge/monasca-thresh</developerConnection> <developerConnection>scm:git:git@github.com:openstack/monasca-thresh</developerConnection>
</scm> </scm>
<build> <build>

View File

@ -6,7 +6,7 @@
<groupId>monasca</groupId> <groupId>monasca</groupId>
<artifactId>monasca-thresh</artifactId> <artifactId>monasca-thresh</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<url>http://github.com/stackforge/monasca-thresh</url> <url>http://github.com/openstack/monasca-thresh</url>
<packaging>jar</packaging> <packaging>jar</packaging>
<!-- <!--
@ -39,8 +39,8 @@
</properties> </properties>
<scm> <scm>
<connection>scm:git:git@github.com:stackforge/monasca-thresh</connection> <connection>scm:git:git@github.com:openstack/monasca-thresh</connection>
<developerConnection>scm:git:git@github.com:stackforge/monasca-thresh</developerConnection> <developerConnection>scm:git:git@github.com:openstack/monasca-thresh</developerConnection>
</scm> </scm>
<repositories> <repositories>