Reorganization of projects and repositories.

Fixed urls to new apt repo in AWS S3, fixed
version for puppet module scaleio and scaleio-openstack

Change-Id: Ib5fb6f1b8cf83bf45e5e3400e26322bd640a8c81
This commit is contained in:
alexey-mr 2016-06-24 17:47:23 +03:00
parent 428ebffc5f
commit 19cfddd40a
3 changed files with 6 additions and 6 deletions

View File

@ -76,8 +76,8 @@ need further instructions about how to build the Fuel Plugin Builder.*
4. Clone the ScaleIO Plugin git repository: 4. Clone the ScaleIO Plugin git repository:
``` ```
$ git clone https://github.com/cloudscaling/fuel-plugin-scaleio.git $ git clone https://github.com/openstack/fuel-plugin-scaleio.git
$ git checkout "tags/v0.3.2" $ git checkout "tags/v2.1.0"
$ cd fuel-plugin-scaleio $ cd fuel-plugin-scaleio
``` ```

View File

@ -20,7 +20,7 @@ licenses: ['Apache License Version 2.0']
authors: ['EMC'] authors: ['EMC']
# A link to the plugin's page # A link to the plugin's page
homepage: 'https://github.com/cloudscaling/fuel-plugin-scaleio' homepage: 'https://github.com/openstack/fuel-plugin-scaleio'
# Specify a group which your plugin implements, possible options: # Specify a group which your plugin implements, possible options:
# network, storage, storage::cinder, storage::glance, hypervisor # network, storage, storage::cinder, storage::glance, hypervisor

View File

@ -11,11 +11,11 @@
set -eux set -eux
RELEASE=${RELEASE_TAG:-"v0.3"} RELEASE=${RELEASE_TAG:-"v1.0.0"}
#TODO: use ftp.emc.com #TODO: use ftp.emc.com
BASE_REPO_URL="http://ec2-52-37-140-129.us-west-2.compute.amazonaws.com" BASE_REPO_URL="http://scaleio-packages.s3-website-us-east-1.amazonaws.com"
BASE_PUPPET_URL="https://github.com/cloudscaling" BASE_PUPPET_URL="https://github.com/emccode"
############################################################################## ##############################################################################
# Download packages for plugin # Download packages for plugin