Replace 'stackforge' references by 'openstack'

Change-Id: I4754f813f057bab97e931805ff8a1eab4c0ab396
This commit is contained in:
Swann Croiset 2015-10-23 09:21:36 +02:00
parent 043ff88b75
commit 43a3c6c687
5 changed files with 9 additions and 9 deletions

View File

@ -10,9 +10,9 @@ the OpenStack Infrastructure inside the LMA toolchain.
The LMA toolchain is currently composed of these Fuel plugins:
* [LMA collector Plugin](https://github.com/stackforge/fuel-plugin-lma-collector)
* [InfluxDB-Grafana Plugin](https://github.com/stackforge/fuel-plugin-influxdb-grafana)
* [Elasticsearch-Kibana Plugin](https://github.com/stackforge/fuel-plugin-elasticsearch-kibana)
* [LMA collector Plugin](https://github.com/openstack/fuel-plugin-lma-collector)
* [InfluxDB-Grafana Plugin](https://github.com/openstack/fuel-plugin-influxdb-grafana)
* [Elasticsearch-Kibana Plugin](https://github.com/openstack/fuel-plugin-elasticsearch-kibana)
Requirements
------------
@ -105,7 +105,7 @@ need further instructions about how to build the Fuel Plugin Builder.*
* 4. Clone the LMA Infrastructure Alerting Plugin git repository:
```
# git clone git@github.com:stackforge/fuel-plugin-lma-infrastructure-alerting.git
# git clone git@github.com:openstack/fuel-plugin-lma-infrastructure-alerting.git
```
* 5. Check that the plugin is valid:
@ -208,7 +208,7 @@ follow the [OpenStack development workflow](
http://docs.openstack.org/infra/manual/developers.html#development-workflow).
Patch reviews take place on the [OpenStack gerrit](
https://review.openstack.org/#/q/status:open+project:stackforge/fuel-plugin-lma-infrastructure-alerting,n,z)
https://review.openstack.org/#/q/status:open+project:openstack/fuel-plugin-lma-infrastructure-alerting,n,z)
system.
Contributors

View File

@ -4,7 +4,7 @@
"author": "Swann Croiset <scroiset@mirantis.com>",
"summary": "Puppet module for alerting system of LMA toolchain",
"license": "Apache-2.0",
"source": "git://git.openstack.org/cgit/stackforge/fuel-plugin-infrastructure-alerting.git",
"source": "git://git.openstack.org/cgit/openstack/fuel-plugin-infrastructure-alerting.git",
"project_page": "none",
"issues_url": "none",
"operatingsystem_support": [

View File

@ -4,7 +4,7 @@
"author": "Swann Croiset <scroiset@mirantis.com>",
"summary": "Puppet module for Nagios",
"license": "Apache-2.0",
"source": "git://git.openstack.org/cgit/stackforge/fuel-plugin-infrastructure-alerting.git",
"source": "git://git.openstack.org/cgit/openstack/fuel-plugin-infrastructure-alerting.git",
"project_page": "none",
"issues_url": "none",
"operatingsystem_support": [

View File

@ -13,7 +13,7 @@ licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Mirantis Inc']
# A link to the plugin's page
homepage: https://github.com/stackforge/fuel-plugin-lma-infrastructure-alerting
homepage: https://github.com/openstack/fuel-plugin-lma-infrastructure-alerting
# Specify a group which your plugin implements, possible options:
# network, storage, storage::cinder, storage::glance, hypervisor
groups: ['monitoring']

View File

@ -7,7 +7,7 @@ DEB_REPO="${ROOT}"/repositories/ubuntu/
HTPASSWD_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/leinaddm-htpasswd-0.0.3.tar.gz"
# This is the commit id for the current stable/6.1 branch
FUEL_LIB_COMMIT="be44e9ea792fe4314ac8c1b7596742ceb5163f61"
FUEL_LIB_TARBALL_URL="https://github.com/stackforge/fuel-library/archive/${FUEL_LIB_COMMIT}.tar.gz"
FUEL_LIB_TARBALL_URL="https://github.com/openstack/fuel-library/archive/${FUEL_LIB_COMMIT}.tar.gz"
APACHE_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-apache-1.4.0.tar.gz"
CONCAT_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-concat-1.2.3.tar.gz"