From 43a3c6c687d7be99d4601410bae5bc28b2f01691 Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Fri, 23 Oct 2015 09:21:36 +0200 Subject: [PATCH] Replace 'stackforge' references by 'openstack' Change-Id: I4754f813f057bab97e931805ff8a1eab4c0ab396 --- README.md | 10 +++++----- .../puppet/modules/lma_infra_alerting/metadata.json | 2 +- deployment_scripts/puppet/modules/nagios/metadata.json | 2 +- metadata.yaml | 2 +- pre_build_hook | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 47b3ace..fd23310 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/deployment_scripts/puppet/modules/lma_infra_alerting/metadata.json b/deployment_scripts/puppet/modules/lma_infra_alerting/metadata.json index b72c58e..0a79220 100644 --- a/deployment_scripts/puppet/modules/lma_infra_alerting/metadata.json +++ b/deployment_scripts/puppet/modules/lma_infra_alerting/metadata.json @@ -4,7 +4,7 @@ "author": "Swann Croiset ", "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": [ diff --git a/deployment_scripts/puppet/modules/nagios/metadata.json b/deployment_scripts/puppet/modules/nagios/metadata.json index 5753388..7a0bcf8 100644 --- a/deployment_scripts/puppet/modules/nagios/metadata.json +++ b/deployment_scripts/puppet/modules/nagios/metadata.json @@ -4,7 +4,7 @@ "author": "Swann Croiset ", "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": [ diff --git a/metadata.yaml b/metadata.yaml index 87743d0..3148e00 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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'] diff --git a/pre_build_hook b/pre_build_hook index 34a1508..2f9af63 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -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"