Replace 'stackforge' references by 'openstack'

Change-Id: I1276a4886dbe0dfb2de096109baa5942b12de9f6
This commit is contained in:
Swann Croiset 2015-10-20 12:06:16 +02:00
parent 9eaa462af7
commit 570e5b0ce6
7 changed files with 16 additions and 16 deletions

View File

@ -87,11 +87,11 @@ dependencies:
To install them automatically using Fuel, you can refer to the
[Elasticsearch-Kibana Fuel Plugin
](https://github.com/stackforge/fuel-plugin-elasticsearch-kibana)
](https://github.com/openstack/fuel-plugin-elasticsearch-kibana)
, [InfluxDB-Grafana Fuel Plugin
](https://github.com/stackforge/fuel-plugin-influxdb-grafana) and [LMA
](https://github.com/openstack/fuel-plugin-influxdb-grafana) and [LMA
Infrastructure Alerting Fuel Plugin
](https://github.com/stackforge/fuel-plugin-lma-infrastructure-alerting).
](https://github.com/openstack/fuel-plugin-lma-infrastructure-alerting).
You can install Elasticsearch/Kibana, InfluxDB/Grafana and Nagios outside of
Fuel as long as your installation meets the LMA Collector Plugin's requirements
@ -161,7 +161,7 @@ need further instructions about how to build the Fuel Plugin Builder.*
4. Clone the LMA Collector Plugin git repository:
```
# git clone git@github.com:stackforge/fuel-plugin-lma-collector.git
# git clone git@github.com:openstack/fuel-plugin-lma-collector.git
```
5. Check that the plugin is valid:
@ -198,10 +198,10 @@ Exploring the data
------------------
Refer to the [Elasticsearch/Kibana
plugin](https://github.com/stackforge/fuel-plugin-elasticsearch-kibana) for
plugin](https://github.com/openstack/fuel-plugin-elasticsearch-kibana) for
exploring and visualizing the collected logs and notifications and refer to the
[InfluxDB-Grafana Fuel Plugin
](https://github.com/stackforge/fuel-plugin-influxdb-grafana) for monitoring
](https://github.com/openstack/fuel-plugin-influxdb-grafana) for monitoring
your cloud.
Troubleshooting
@ -285,7 +285,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-collector,n,z)
https://review.openstack.org/#/q/status:open+project:openstack/fuel-plugin-lma-collector,n,z)
system.
Contributors

View File

@ -4,7 +4,7 @@
"author": "Simon Pasquier <spasquier@mirantis.com>",
"summary": "Puppet Heka Module",
"license": "Apache-2.0",
"source": "git://git.openstack.org/cgit/stackforge/fuel-plugin-lma-collector.git",
"source": "git://git.openstack.org/cgit/openstack/fuel-plugin-lma-collector.git",
"project_page": "none",
"issues_url": "none",
"operatingsystem_support": [

View File

@ -4,7 +4,7 @@
"author": "Simon Pasquier <spasquier@mirantis.com>",
"summary": "Puppet LMA Collector Module",
"license": "Apache-2.0",
"source": "git://git.openstack.org/cgit/stackforge/fuel-plugin-lma-collector.git",
"source": "git://git.openstack.org/cgit/openstack/fuel-plugin-lma-collector.git",
"project_page": "none",
"issues_url": "none",
"operatingsystem_support": [

View File

@ -3,10 +3,10 @@
Appendix
========
* The `LMA Collector plugin <https://github.com/stackforge/fuel-plugin-lma-collector>`_ project at GitHub.
* The `Elasticsearch-Kibana plugin <https://github.com/stackforge/fuel-plugin-elasticsearch-kibana>`_ project at GitHub.
* The `InfluxDB-Grafana plugin <https://github.com/stackforge/fuel-plugin-influxdb-grafana>`_ project at GitHub.
* The `LMA Infrastructure Alerting plugin <https://github.com/stackforge/fuel-plugin-lma-Infrastructure-alerting>`_ project at GitHub.
* The `LMA Collector plugin <https://github.com/openstack/fuel-plugin-lma-collector>`_ project at GitHub.
* The `Elasticsearch-Kibana plugin <https://github.com/openstack/fuel-plugin-elasticsearch-kibana>`_ project at GitHub.
* The `InfluxDB-Grafana plugin <https://github.com/openstack/fuel-plugin-influxdb-grafana>`_ project at GitHub.
* The `LMA Infrastructure Alerting plugin <https://github.com/openstack/fuel-plugin-lma-Infrastructure-alerting>`_ project at GitHub.
* The official `Kibana documentation <https://www.elastic.co/guide/en/kibana/3.0/index.html>`_.
* The official `Elasticsearch documentation <https://www.elastic.co/guide/en/elasticsearch/reference/1.4/index.html>`_.
* The official `InfluxDB documentation <https://influxdb.com/docs/v0.9/introduction/overview.html>`_.

View File

@ -46,4 +46,4 @@ To install the LMA Collector plugin, follow these steps:
Alternatively, you may want to build the rpm file of the plugin yourself if,
for example, you want to modify some configuration elements. But note that this
is at your own risk. Detailed instructions to build the LMA Collector plugin
are provided in the README.md file of the `project <https://github.com/stackforge/fuel-plugin-lma-collector>`_.
are provided in the README.md file of the `project <https://github.com/openstack/fuel-plugin-lma-collector>`_.

View File

@ -11,7 +11,7 @@ fuel_version: ['6.1', '7.0']
authors: [Mirantis Inc.]
licenses: [Apache License Version 2.0]
homepage: https://github.com/stackforge/fuel-plugin-lma-collector
homepage: https://github.com/openstack/fuel-plugin-lma-collector
groups: ['monitoring']
# The plugin is compatible with releases in the list

View File

@ -5,7 +5,7 @@ set -eux
HEKA_VERSION="0.10.0b1"
# 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"
COLLECTD_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppet-collectd-4.1.2.tar.gz"
APACHE_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-apache-1.4.0.tar.gz"
STDLIB_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.7.0.tar.gz"