From bdb914acb93a59e904081bc19420e84501f2e745 Mon Sep 17 00:00:00 2001 From: akutz Date: Fri, 28 Oct 2016 14:15:00 -0500 Subject: [PATCH] Relocated repo to codedellemc This patch rewrites all of the "github.com/emccode" to "github.com/codedellemc" in source files, documentation, and other build-related content. --- .docs/about/release-notes.md | 52 +++++++++--------- .docs/dev-guide/build-reference.md | 54 +++++++++---------- .docs/dev-guide/release-process.md | 6 +-- .docs/index.md | 2 +- .docs/user-guide/config.md | 2 +- .gitignore | 3 ++ .tls/README.md | 30 +++++------ .travis.yml | 2 +- Makefile | 4 +- README.md | 6 +-- api/api.go | 2 +- api/client/client.go | 4 +- api/client/client_api_funcs.go | 2 +- api/client/client_http.go | 4 +- api/context/context.go | 2 +- api/context/context_logger.go | 2 +- api/registry/registry.go | 2 +- api/registry/registry_integration.go | 6 +-- api/registry/registry_os.go | 2 +- api/registry/registry_storage.go | 2 +- api/server/executors/executors.go | 4 +- api/server/handlers/handlers_errors.go | 4 +- api/server/handlers/handlers_instanceid.go | 4 +- api/server/handlers/handlers_local_devices.go | 4 +- api/server/handlers/handlers_logging.go | 2 +- api/server/handlers/handlers_onrequest.go | 2 +- api/server/handlers/handlers_post_args.go | 4 +- api/server/handlers/handlers_query_params.go | 2 +- .../handlers/handlers_schema_validator.go | 4 +- .../handlers/handlers_service_validator.go | 8 +-- .../handlers/handlers_storage_session.go | 4 +- api/server/handlers/handlers_transaction.go | 4 +- api/server/httputils/httputils.go | 4 +- api/server/httputils/httputils_route.go | 2 +- api/server/router/executor/executor.go | 6 +-- api/server/router/executor/executor_routes.go | 6 +-- api/server/router/help/help.go | 6 +-- api/server/router/help/help_router.go | 10 ++-- api/server/router/root/root.go | 6 +-- api/server/router/root/root_router.go | 4 +- api/server/router/service/service.go | 10 ++-- api/server/router/service/service_routes.go | 10 ++-- api/server/router/snapshot/snapshot.go | 10 ++-- api/server/router/snapshot/snapshot_routes.go | 14 ++--- api/server/router/tasks/task_routes.go | 8 +-- api/server/router/tasks/tasks.go | 6 +-- api/server/router/volume/volume.go | 10 ++-- api/server/router/volume/volume_routes.go | 14 ++--- api/server/server.go | 18 +++---- api/server/server_http.go | 8 +-- api/server/server_middleware.go | 4 +- api/server/server_startup.go | 6 +-- api/server/services/services.go | 4 +- api/server/services/services_storage.go | 6 +-- api/server/services/services_task.go | 6 +-- api/tests/tests.go | 12 ++--- api/tests/tests_executors.go | 2 +- api/tests/tests_std.go | 6 +-- api/utils/config/config.go | 4 +- api/utils/filters/filters.go | 2 +- api/utils/schema/schema.go | 4 +- api/utils/schema/schema_generated.go | 2 +- api/utils/schema/schema_test.go | 2 +- api/utils/utils.go | 2 +- api/utils/utils_errors.go | 2 +- api/utils/utils_logging.go | 2 +- api/utils/utils_sort.go | 2 +- api/utils/utils_store.go | 2 +- api/utils/utils_tls.go | 2 +- c/libstor-c/libstor-c_exported.go | 2 +- c/libstor-c/libstor-c_utils.go | 4 +- c/libstor-s/libstor-s_exported.go | 4 +- cli/lss/lss-darwin/lss-darwin.go | 2 +- cli/lss/lss-linux/lss-linux.go | 2 +- cli/lss/lss-windows/lss-windows.go | 2 +- cli/lss/lss.go | 14 ++--- cli/lsx/lsx-darwin/lsx-darwin.go | 2 +- cli/lsx/lsx-linux/lsx-linux.go | 2 +- cli/lsx/lsx-windows/lsx-windows.go | 2 +- cli/lsx/lsx.go | 17 +++--- client/client.go | 12 ++--- client/client_funcs.go | 2 +- drivers/integration/docker/docker.go | 10 ++-- drivers/integration/docker/docker_utils.go | 6 +-- drivers/os/darwin/darwin.go | 4 +- drivers/os/linux/linux.go | 4 +- drivers/os/linux/linux_mount.go | 2 +- drivers/storage/ebs/executor/ebs_executor.go | 8 +-- drivers/storage/ebs/storage/ebs_storage.go | 10 ++-- drivers/storage/ebs/tests/ebs_test.go | 16 +++--- drivers/storage/ebs/utils/utils.go | 4 +- drivers/storage/ebs/utils/utils_go17.go | 2 +- drivers/storage/ebs/utils/utils_pre_go17.go | 2 +- drivers/storage/ebs/utils/utils_test.go | 2 +- drivers/storage/ebs/utils/utils_unix.go | 2 +- drivers/storage/efs/executor/efs_executor.go | 8 +-- drivers/storage/efs/storage/efs_storage.go | 8 +-- drivers/storage/efs/tests/README.md | 2 +- drivers/storage/efs/tests/efs_test.go | 16 +++--- drivers/storage/efs/utils/utils.go | 4 +- drivers/storage/efs/utils/utils_go17.go | 2 +- drivers/storage/efs/utils/utils_pre_go17.go | 2 +- .../isilon/executor/isilon_executor.go | 6 +-- .../storage/isilon/storage/isilon_storage.go | 10 ++-- drivers/storage/isilon/tests/isilon_test.go | 12 ++--- drivers/storage/libstorage/libstorage.go | 4 +- .../storage/libstorage/libstorage_client.go | 6 +-- .../libstorage/libstorage_client_api.go | 6 +-- .../libstorage/libstorage_client_xcli.go | 6 +-- .../storage/libstorage/libstorage_driver.go | 8 +-- .../libstorage/libstorage_driver_funcs.go | 6 +-- .../storage/libstorage/libstorage_store.go | 2 +- .../storage/libstorage/libstorage_utils.go | 4 +- .../storage/mock/executor/mock_executor.go | 4 +- drivers/storage/mock/mock_driver.go | 10 ++-- drivers/storage/mock/tests/mock_test.go | 16 +++--- .../rackspace/executor/rackspace_executor.go | 6 +-- drivers/storage/rackspace/rackspace.go | 2 +- .../rackspace/storage/rackspace_storage.go | 8 +-- .../storage/rackspace/tests/rackspace_test.go | 18 +++---- .../scaleio/executor/scaleio_executor.go | 6 +-- .../scaleio/storage/scaleio_storage.go | 12 ++--- drivers/storage/scaleio/tests/scaleio_test.go | 10 ++-- .../storage/vbox/executor/vbox_executor.go | 6 +-- drivers/storage/vbox/storage/vbox_storage.go | 8 +-- drivers/storage/vbox/tests/vbox_test.go | 18 +++---- drivers/storage/vfs/client/vfs_client.go | 6 +-- drivers/storage/vfs/executor/vfs_executor.go | 8 +-- drivers/storage/vfs/storage/vfs_storage.go | 10 ++-- .../storage/vfs/storage/vfs_storage_snap.go | 4 +- .../storage/vfs/storage/vfs_storage_vol.go | 4 +- drivers/storage/vfs/tests/vfs_test.go | 16 +++--- drivers/storage/vfs/vfs.go | 2 +- glide.lock | 28 +++++----- glide.yaml | 14 ++--- imports/config/imports_config.go | 2 +- imports/executors/imports_executor.go | 20 +++---- imports/local/imports_local.go | 36 ++++++------- imports/remote/imports_remote.go | 12 ++--- imports/routers/imports_routers.go | 14 ++--- libstorage.go | 8 +-- libstorage.json | 2 +- mkdocs.yml | 4 +- 143 files changed, 514 insertions(+), 510 deletions(-) diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index e35ccd8b..9fa5ef6e 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -8,20 +8,20 @@ Release early, release often This is a minor update that includes support for ScaleIO 2.0.1. ### Enhancements -* Support for ScaleIO 2.0.1 ([#303](https://github.com/emccode/libstorage/issues/303)) +* Support for ScaleIO 2.0.1 ([#303](https://github.com/codedellemc/libstorage/issues/303)) ## Version 0.3.0 (2016/10/16) This release introduces the Elastic Block Storage (EBS) driver, formerly known as the EC2 driver in REX-Ray <=0.3.x. ### Enhancements -* Amazon Elastic Block Storage (EBS) Support ([#248](https://github.com/emccode/libstorage/issues/248), [#279](https://github.com/emccode/libstorage/issues/279)) -* Build with Docker ([#274](https://github.com/emccode/libstorage/issues/274), [#281](https://github.com/emccode/libstorage/issues/281)) -* Documentation updates ([#298](https://github.com/emccode/libstorage/issues/298)) +* Amazon Elastic Block Storage (EBS) Support ([#248](https://github.com/codedellemc/libstorage/issues/248), [#279](https://github.com/codedellemc/libstorage/issues/279)) +* Build with Docker ([#274](https://github.com/codedellemc/libstorage/issues/274), [#281](https://github.com/codedellemc/libstorage/issues/281)) +* Documentation updates ([#298](https://github.com/codedellemc/libstorage/issues/298)) ### Bug Fixes -* Volume Removal Instance ID Fix ([#292](https://github.com/emccode/libstorage/issues/292)) -* Avoid Client Failure when Server Driver not Supported ([#296](https://github.com/emccode/libstorage/issues/296), [#297](https://github.com/emccode/libstorage/issues/297), [#299](https://github.com/emccode/libstorage/issues/299), [#300](https://github.com/emccode/libstorage/issues/300)) +* Volume Removal Instance ID Fix ([#292](https://github.com/codedellemc/libstorage/issues/292)) +* Avoid Client Failure when Server Driver not Supported ([#296](https://github.com/codedellemc/libstorage/issues/296), [#297](https://github.com/codedellemc/libstorage/issues/297), [#299](https://github.com/codedellemc/libstorage/issues/299), [#300](https://github.com/codedellemc/libstorage/issues/300)) ### Thank You Name | Blame @@ -36,12 +36,12 @@ as improvements to the build process. For example, Travis-CI now builds libStorage against multiple versions of Golang and both Linux and Darwin. ### Bug Fixes -* EFS Volume / Tag Creation Bug ([#261](https://github.com/emccode/libstorage/issues/261)) -* Next Device Fix ([#268](https://github.com/emccode/libstorage/issues/268)) +* EFS Volume / Tag Creation Bug ([#261](https://github.com/codedellemc/libstorage/issues/261)) +* Next Device Fix ([#268](https://github.com/codedellemc/libstorage/issues/268)) ### Enhancements -* Build Matrix Support ([#263](https://github.com/emccode/libstorage/issues/263)) -* Glide 12 Support ([#265](https://github.com/emccode/libstorage/issues/265)) +* Build Matrix Support ([#263](https://github.com/codedellemc/libstorage/issues/263)) +* Glide 12 Support ([#265](https://github.com/codedellemc/libstorage/issues/265)) ## Version 0.2.0 (2016/09/07) Beginning with this release, libStorage's versions will increment the MINOR @@ -49,14 +49,14 @@ component with the introduction of a new storage driver in concert with the [guidelines](http://semver.org) set forth by semantic versioning. ### New Features -* Amazon Elastic File System (EFS) Support ([#231](https://github.com/emccode/libstorage/issues/231)) +* Amazon Elastic File System (EFS) Support ([#231](https://github.com/codedellemc/libstorage/issues/231)) ### Enhancements -* Support for Go 1.7 ([#251](https://github.com/emccode/libstorage/issues/251)) +* Support for Go 1.7 ([#251](https://github.com/codedellemc/libstorage/issues/251)) ### Bug Fixes -* Isilon Export Permissions ([#252](https://github.com/emccode/libstorage/issues/252), [#257](https://github.com/emccode/libstorage/issues/257)) -* Isilon Volume Removal ([#253](https://github.com/emccode/libstorage/issues/253)) +* Isilon Export Permissions ([#252](https://github.com/codedellemc/libstorage/issues/252), [#257](https://github.com/codedellemc/libstorage/issues/257)) +* Isilon Volume Removal ([#253](https://github.com/codedellemc/libstorage/issues/253)) ### Thank You Name | Blame @@ -73,12 +73,12 @@ that were taking minutes now take seconds or less. Memory consumption that could exceed 50GB is now kept neat and tidy. ### Bug Fixes -* Task service memory fix ([#225](https://github.com/emccode/libstorage/issues/225)) -* Context logger optimizations ([#224](https://github.com/emccode/libstorage/issues/224)) +* Task service memory fix ([#225](https://github.com/codedellemc/libstorage/issues/225)) +* Context logger optimizations ([#224](https://github.com/codedellemc/libstorage/issues/224)) ### Enhancements -* Improved volume path caching ([#227](https://github.com/emccode/libstorage/issues/227)) -* Make Gometalinter optional ([#223](https://github.com/emccode/libstorage/issues/223)) +* Improved volume path caching ([#227](https://github.com/codedellemc/libstorage/issues/227)) +* Make Gometalinter optional ([#223](https://github.com/codedellemc/libstorage/issues/223)) ## Version 0.1.4 (2016/07/08) @@ -86,21 +86,21 @@ This update provides a major performance improvement as well as a few other, minor bug fixes and enhancements. ### Bug Fixes -* Performance degradation bug ([#218](https://github.com/emccode/libstorage/issues/218)) -* Close bug in ScaleIO driver ([#213](https://github.com/emccode/libstorage/issues/213)) -* Panic when checking attached instances with Isilon driver ([#211](https://github.com/emccode/libstorage/issues/211)) +* Performance degradation bug ([#218](https://github.com/codedellemc/libstorage/issues/218)) +* Close bug in ScaleIO driver ([#213](https://github.com/codedellemc/libstorage/issues/213)) +* Panic when checking attached instances with Isilon driver ([#211](https://github.com/codedellemc/libstorage/issues/211)) ### Enhancements -* Improved build process ([#220](https://github.com/emccode/libstorage/issues/220)) -* Improved executor logging ([#217](https://github.com/emccode/libstorage/issues/217)) -* Log timestamps in ms ([#219](https://github.com/emccode/libstorage/issues/219)) -* Updated ScaleIO docs ([#214](https://github.com/emccode/libstorage/issues/214)) +* Improved build process ([#220](https://github.com/codedellemc/libstorage/issues/220)) +* Improved executor logging ([#217](https://github.com/codedellemc/libstorage/issues/217)) +* Log timestamps in ms ([#219](https://github.com/codedellemc/libstorage/issues/219)) +* Updated ScaleIO docs ([#214](https://github.com/codedellemc/libstorage/issues/214)) ## Version 0.1.3 (2016/06/14) This is a minor update to support the release of REX-Ray 0.4.0. ### Enhancements -* Marshal to YAML Enhancements ([#203](https://github.com/emccode/libstorage/issues/203)) +* Marshal to YAML Enhancements ([#203](https://github.com/codedellemc/libstorage/issues/203)) ## Version 0.1.2 (2016/06/13) This release updates the default VirtualBox endpoint to `http://10.0.2.2:18083`. diff --git a/.docs/dev-guide/build-reference.md b/.docs/dev-guide/build-reference.md index 0770ad37..ab2aa335 100644 --- a/.docs/dev-guide/build-reference.md +++ b/.docs/dev-guide/build-reference.md @@ -29,7 +29,7 @@ Linux, but by default Clang is used on OS X and GCC on Linux. ## Cross-Compilation This project's -[`Makefile`](https://github.com/emccode/libstorage/blob/master/Makefile) +[`Makefile`](https://github.com/codedellemc/libstorage/blob/master/Makefile) is configured by default to cross-compile certain project components for both Linux x86_64 and Darwin (OS X) x86_64. Therefore the build process will fail if the local Go environment is not configured for cross-compilation. Please take a @@ -50,7 +50,7 @@ can be achieved by executing `make` from the project's root directory. ```sh $ make make deps -make[1]: Entering directory './github.com/emccode/libstorage' +make[1]: Entering directory './github.com/codedellemc/libstorage' glide up && touch glide.lock.d [INFO] Downloading dependencies. Please wait... [INFO] Fetching updates for github.com/Sirupsen/logrus. @@ -59,17 +59,17 @@ glide up && touch glide.lock.d [INFO] Fetching updates for github.com/akutz/gofig. [INFO] Fetching updates for github.com/appropriate/go-virtualboxclient. [INFO] Fetching updates for github.com/jteeuwen/go-bindata. -[INFO] Fetching updates for github.com/emccode/goisilon. +[INFO] Fetching updates for github.com/codedellemc/goisilon. [INFO] Fetching updates for github.com/blang/semver. [INFO] Fetching updates for github.com/cesanta/validate-json. [INFO] Fetching updates for github.com/akutz/goof. -[INFO] Fetching updates for github.com/emccode/goscaleio. +[INFO] Fetching updates for github.com/codedellemc/goscaleio. [INFO] Fetching updates for github.com/akutz/gotil. [INFO] Setting version for github.com/Sirupsen/logrus to feature/logrus-aware-types. [INFO] Setting version for github.com/blang/semver to v3.0.1. [INFO] Setting version for github.com/jteeuwen/go-bindata to feature/md5checksum. -[INFO] Setting version for github.com/emccode/goscaleio to 53ea76f52205380ab52b9c1f4ad89321c286bb95. -[INFO] Setting version for github.com/emccode/goisilon to f9b53f0aaadb12a26b134830142fc537f492cb13. +[INFO] Setting version for github.com/codedellemc/goscaleio to 53ea76f52205380ab52b9c1f4ad89321c286bb95. +[INFO] Setting version for github.com/codedellemc/goisilon to f9b53f0aaadb12a26b134830142fc537f492cb13. [INFO] Setting version for github.com/appropriate/go-virtualboxclient to e0978ab2ed407095400a69d5933958dd260058cd. [INFO] Resolving imports [INFO] Setting version for github.com/akutz/goof to master. @@ -104,10 +104,10 @@ glide up && touch glide.lock.d [INFO] Fetching updates for github.com/gorilla/context. [INFO] Setting references for remaining imports [INFO] Project relies on 32 dependencies. -go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata -make[1]: Leaving directory './github.com/emccode/libstorage' +go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata +make[1]: Leaving directory './github.com/codedellemc/libstorage' make build -make[1]: Entering directory './github.com/emccode/libstorage' +make[1]: Entering directory './github.com/codedellemc/libstorage' gcc -Wall -pedantic -std=c99 cli/semaphores/open.c -o cli/semaphores/open -lpthread gcc -Wall -pedantic -std=c99 cli/semaphores/wait.c -o cli/semaphores/wait -lpthread gcc -Wall -pedantic -std=c99 cli/semaphores/signal.c -o cli/semaphores/signal -lpthread @@ -133,7 +133,7 @@ go install ./drivers/storage/vfs go install ./drivers/storage/vfs/storage go install ./imports/remote env GOOS=linux GOARCH=amd64 make -j $GOPATH/bin/linux_amd64/lsx-linux -make[2]: Entering directory './github.com/emccode/libstorage' +make[2]: Entering directory './github.com/codedellemc/libstorage' go install ./api/types go install ./drivers/storage/isilon go install ./api/context @@ -147,7 +147,7 @@ go install ./drivers/storage/vfs/executor go install ./imports/executors go install ./cli/lsx go install ./cli/lsx/lsx-linux -make[2]: Leaving directory './github.com/emccode/libstorage' +make[2]: Leaving directory './github.com/codedellemc/libstorage' go install ./imports/config go install ./drivers/storage/isilon/executor go install ./drivers/storage/scaleio/executor @@ -156,7 +156,7 @@ go install ./drivers/storage/vfs/executor go install ./imports/executors go install ./cli/lsx go install ./cli/lsx/lsx-darwin -go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata +go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata $GOPATH/bin/go-bindata -md5checksum -pkg executors -prefix api/server/executors/bin -o api/server/executors/executors_generated.go api/server/executors/bin/... go install ./api/server/executors go install ./api/server/router/executor @@ -184,30 +184,30 @@ go install ./cli/lss go install ./cli/lss/lss-darwin go install ./drivers/storage/vbox/client make -j libstor-c libstor-s -make[2]: Entering directory './github.com/emccode/libstorage' -go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/libstor-c.so ./c/libstor-c +make[2]: Entering directory './github.com/codedellemc/libstorage' +go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/libstor-c.so ./c/libstor-c go install ./drivers/storage/isilon/storage -go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata -go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/libstor-s.so ./c/libstor-s -gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/emccode/libstorage/c/libstor-c \ - -I$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \ - -L$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \ +go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata +go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/libstor-s.so ./c/libstor-s +gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/codedellemc/libstorage/c/libstor-c \ + -I$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \ + -L$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \ -o $GOPATH/bin/libstor-c \ ./c/libstor-c.c \ -lstor-c -gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/emccode/libstorage/c \ - -I$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \ - -L$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \ +gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/codedellemc/libstorage/c \ + -I$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \ + -L$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \ -o $GOPATH/bin/libstor-s \ ./c/libstor-s.c \ -lstor-s -make[2]: Leaving directory './github.com/emccode/libstorage' +make[2]: Leaving directory './github.com/codedellemc/libstorage' make build-lss -make[2]: Entering directory './github.com/emccode/libstorage' +make[2]: Entering directory './github.com/codedellemc/libstorage' go install ./drivers/storage/isilon/storage -go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata -make[2]: Leaving directory './github.com/emccode/libstorage' -make[1]: Leaving directory './github.com/emccode/libstorage' +go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata +make[2]: Leaving directory './github.com/codedellemc/libstorage' +make[1]: Leaving directory './github.com/codedellemc/libstorage' ``` ## Version File diff --git a/.docs/dev-guide/release-process.md b/.docs/dev-guide/release-process.md index 6c4a69d0..3faf3fab 100644 --- a/.docs/dev-guide/release-process.md +++ b/.docs/dev-guide/release-process.md @@ -27,8 +27,8 @@ or `stable` release. ## Review Issues & Pull Requests The first step to a release is to review the outstanding -[issues](https://github.com/emccode/libstorage/issues) and -[pull requests](https://github.com/emccode/libstorage/pulls) that are tagged +[issues](https://github.com/codedellemc/libstorage/issues) and +[pull requests](https://github.com/codedellemc/libstorage/pulls) that are tagged for the release in question. If there are outstanding issues requiring changes or pending pull requests to @@ -117,7 +117,7 @@ Release Type | Tag Format | Example ### Tag Methods There are two ways to tag a release: - 1. [GitHub Releases](https://github.com/emccode/libstorage/releases/new) + 1. [GitHub Releases](https://github.com/codedellemc/libstorage/releases/new) 2. Command Line ### Command Line diff --git a/.docs/index.md b/.docs/index.md index d10828f7..97280bd9 100644 --- a/.docs/index.md +++ b/.docs/index.md @@ -41,7 +41,7 @@ Using libStorage can be broken down into several, distinct steps: ## Getting Help To get help with libStorage, please use the [discussion group](https://groups.google.com/forum/#!forum/emccode-users), -[GitHub issues](https://github.com/emccode/libstorage/issues), or tagging +[GitHub issues](https://github.com/codedellemc/libstorage/issues), or tagging questions with **EMC** at [StackOverflow](https://stackoverflow.com). The code and documentation are released with no warranties or SLAs and are diff --git a/.docs/user-guide/config.md b/.docs/user-guide/config.md index dd5093ca..5cfc97cc 100644 --- a/.docs/user-guide/config.md +++ b/.docs/user-guide/config.md @@ -308,7 +308,7 @@ be configured. ### Embedded Configuration If `libStorage` is embedded into another application, such as -[`REX-Ray`](https://github.com/emccode/rexray), then that application may +[`REX-Ray`](https://github.com/codedellemc/rexray), then that application may manage its own configuration and supply the embedded `libStorage` instance directly with a configuration object. In this scenario, the `libStorage` configuration files are ignored in deference to the embedding application. diff --git a/.gitignore b/.gitignore index 91c8e8a9..884f14b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.*-e +.*-e +*-e /lsx-* /lss-* *.a diff --git a/.tls/README.md b/.tls/README.md index 322d9c8b..8b32c532 100644 --- a/.tls/README.md +++ b/.tls/README.md @@ -4,7 +4,7 @@ libstorage: tls: serverName: libstorage-server clientCertRequired: true - trustedCertsFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-ca.crt + trustedCertsFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-ca.crt service: vfs logging: httpRequests: true @@ -12,13 +12,13 @@ libstorage: client: libstorage: tls: - certFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-client.crt - keyFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-client.key + certFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-client.crt + keyFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-client.key server: libstorage: tls: - certFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-server.crt - keyFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-server.key + certFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-server.crt + keyFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-server.key services: vfs: libstorage: @@ -39,7 +39,7 @@ rexray: tls: serverName: libstorage-server clientCertRequired: true - trustedCertsFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-ca.crt + trustedCertsFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-ca.crt service: vfs logging: httpRequests: true @@ -47,13 +47,13 @@ rexray: client: libstorage: tls: - certFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-client.crt - keyFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-client.key + certFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-client.crt + keyFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-client.key server: libstorage: tls: - certFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-server.crt - keyFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-server.key + certFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-server.crt + keyFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-server.key services: vfs: libstorage: @@ -73,7 +73,7 @@ libstorage: tls: serverName: libstorage-server clientCertRequired: true - trustedCertsFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-ca.crt + trustedCertsFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-ca.crt service: vfs logging: httpRequests: true @@ -81,14 +81,14 @@ libstorage: client: libstorage: tls: - certFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-client.crt - keyFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-client.key + certFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-client.crt + keyFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-client.key server: libstorage: tls: disabled: true - certFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-server.crt - keyFile: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/.tls/libstorage-server.key + certFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-server.crt + keyFile: /Users/akutz/Projects/go/src/github.com/codedellemc/libstorage/.tls/libstorage-server.key services: vfs: libstorage: diff --git a/.travis.yml b/.travis.yml index fa657963..4d7e72c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -go_import_path: github.com/emccode/libstorage +go_import_path: github.com/codedellemc/libstorage language: go go: diff --git a/Makefile b/Makefile index a9fe82d9..88ae0b44 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ endif ################################################################################ ifneq (,$(shell if docker version &> /dev/null; then echo -; fi)) -DPKG := github.com/emccode/libstorage +DPKG := github.com/codedellemc/libstorage DIMG := golang:1.7.1 DGOHOSTOS := $(shell uname -s | tr A-Z a-z) ifeq (undefined,$(origin DGOOS)) @@ -649,7 +649,7 @@ package api import ( "time" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func init() { diff --git a/README.md b/README.md index ebce7bd5..01cdcdb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libStorage [![GoDoc](https://godoc.org/github.com/emccode/libstorage?status.svg)](http://godoc.org/github.com/emccode/libstorage) [![Build Status](http://travis-ci.org/emccode/libstorage.svg?branch=master)](https://travis-ci.org/emccode/libstorage) [![Go Report Card](https://goreportcard.com/badge/github.com/emccode/libstorage)](https://goreportcard.com/report/github.com/emccode/libstorage) [![codecov](https://codecov.io/gh/emccode/libstorage/branch/master/graph/badge.svg)](https://codecov.io/gh/emccode/libstorage) +# libStorage [![GoDoc](https://godoc.org/github.com/codedellemc/libstorage?status.svg)](http://godoc.org/github.com/codedellemc/libstorage) [![Build Status](http://travis-ci.org/emccode/libstorage.svg?branch=master)](https://travis-ci.org/emccode/libstorage) [![Go Report Card](https://goreportcard.com/badge/github.com/codedellemc/libstorage)](https://goreportcard.com/report/github.com/codedellemc/libstorage) [![codecov](https://codecov.io/gh/emccode/libstorage/branch/master/graph/badge.svg)](https://codecov.io/gh/emccode/libstorage) `libStorage` provides a vendor agnostic storage orchestration model, API, and reference client and server implementations. @@ -12,7 +12,7 @@ experience gained from the project authors' building of [several](https://www.emc.com/cloud-virtualization/virtual-storage-integrator.htm) different [storage](https://www.emc.com/storage/storage-analytics.htm) -orchestration [tools](https://github.com/emccode/rexray). While created using +orchestration [tools](https://github.com/codedellemc/rexray). While created using different languages and targeting disparate storage platforms, all the tools were architecturally aligned and embedded functionality directly inside the tools and affected storage platforms. @@ -56,7 +56,7 @@ still able to provide volume management for container runtimes. In a centralized architecture, `libStorage` is hosted as a service, acting as a go-between for container runtimes and backend storage platforms. -The `libStorage` endpoint is advertised by a tool like [REX-Ray](https://github.com/emccode/rexray), run from anywhere, and is +The `libStorage` endpoint is advertised by a tool like [REX-Ray](https://github.com/codedellemc/rexray), run from anywhere, and is responsible for all control plane operations to the storage platform along with maintaining escalated credentials for these platforms. All client based processes within the operating system are still embedded in the container diff --git a/api/api.go b/api/api.go index 923e8f62..efbdb889 100644 --- a/api/api.go +++ b/api/api.go @@ -1,6 +1,6 @@ package api -import "github.com/emccode/libstorage/api/types" +import "github.com/codedellemc/libstorage/api/types" var ( // Version of the current REST API diff --git a/api/client/client.go b/api/client/client.go index b0bc95af..85319dff 100644 --- a/api/client/client.go +++ b/api/client/client.go @@ -3,8 +3,8 @@ package client import ( "net/http" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) func init() { diff --git a/api/client/client_api_funcs.go b/api/client/client_api_funcs.go index aa37a187..403a1f89 100644 --- a/api/client/client_api_funcs.go +++ b/api/client/client_api_funcs.go @@ -6,7 +6,7 @@ import ( "io" "strconv" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func (c *client) Root(ctx types.Context) ([]string, error) { diff --git a/api/client/client_http.go b/api/client/client_http.go index 7b6fecef..5a80e544 100644 --- a/api/client/client_http.go +++ b/api/client/client_http.go @@ -11,8 +11,8 @@ import ( "github.com/akutz/goof" "golang.org/x/net/context/ctxhttp" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) type headerKey int diff --git a/api/context/context.go b/api/context/context.go index bbfce8bf..3f9ab9ab 100644 --- a/api/context/context.go +++ b/api/context/context.go @@ -9,7 +9,7 @@ import ( gcontext "github.com/gorilla/context" "golang.org/x/net/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) type lsc struct { diff --git a/api/context/context_logger.go b/api/context/context_logger.go index 9d07050a..692e0f83 100644 --- a/api/context/context_logger.go +++ b/api/context/context_logger.go @@ -7,7 +7,7 @@ import ( log "github.com/Sirupsen/logrus" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/api/registry/registry.go b/api/registry/registry.go index f6810b59..2fd5e324 100644 --- a/api/registry/registry.go +++ b/api/registry/registry.go @@ -8,7 +8,7 @@ import ( "github.com/akutz/goof" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) var ( diff --git a/api/registry/registry_integration.go b/api/registry/registry_integration.go index c91e9afc..1dc87a17 100644 --- a/api/registry/registry_integration.go +++ b/api/registry/registry_integration.go @@ -6,9 +6,9 @@ import ( log "github.com/Sirupsen/logrus" "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - apiutils "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + apiutils "github.com/codedellemc/libstorage/api/utils" ) type idm struct { diff --git a/api/registry/registry_os.go b/api/registry/registry_os.go index fda9d176..73cd5aae 100644 --- a/api/registry/registry_os.go +++ b/api/registry/registry_os.go @@ -3,7 +3,7 @@ package registry import ( "strings" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) type odm struct { diff --git a/api/registry/registry_storage.go b/api/registry/registry_storage.go index 3b303f7a..2d64c7c2 100644 --- a/api/registry/registry_storage.go +++ b/api/registry/registry_storage.go @@ -1,6 +1,6 @@ package registry -import "github.com/emccode/libstorage/api/types" +import "github.com/codedellemc/libstorage/api/types" type sdm struct { types.StorageDriver diff --git a/api/server/executors/executors.go b/api/server/executors/executors.go index 05fbcab4..471f1828 100644 --- a/api/server/executors/executors.go +++ b/api/server/executors/executors.go @@ -8,8 +8,8 @@ import ( // in the dependency list _ "github.com/jteeuwen/go-bindata" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) var ( diff --git a/api/server/handlers/handlers_errors.go b/api/server/handlers/handlers_errors.go index 115641d2..4a05fbbd 100644 --- a/api/server/handlers/handlers_errors.go +++ b/api/server/handlers/handlers_errors.go @@ -5,8 +5,8 @@ import ( "github.com/akutz/goof" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" ) // errorHandler is a global HTTP filter for handlling errors diff --git a/api/server/handlers/handlers_instanceid.go b/api/server/handlers/handlers_instanceid.go index 8605ba65..724db34e 100644 --- a/api/server/handlers/handlers_instanceid.go +++ b/api/server/handlers/handlers_instanceid.go @@ -4,8 +4,8 @@ import ( "net/http" "strings" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) // instanceIDHandler is a global HTTP filter for grokking the InstanceIDs diff --git a/api/server/handlers/handlers_local_devices.go b/api/server/handlers/handlers_local_devices.go index 857bba05..545871b9 100644 --- a/api/server/handlers/handlers_local_devices.go +++ b/api/server/handlers/handlers_local_devices.go @@ -4,8 +4,8 @@ import ( "net/http" "strings" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) // localDevicesHandler is a global HTTP filter for grokking the local devices diff --git a/api/server/handlers/handlers_logging.go b/api/server/handlers/handlers_logging.go index 75640400..86566f41 100644 --- a/api/server/handlers/handlers_logging.go +++ b/api/server/handlers/handlers_logging.go @@ -16,7 +16,7 @@ import ( "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/api/server/handlers/handlers_onrequest.go b/api/server/handlers/handlers_onrequest.go index 72a02b81..06775ec7 100644 --- a/api/server/handlers/handlers_onrequest.go +++ b/api/server/handlers/handlers_onrequest.go @@ -3,7 +3,7 @@ package handlers import ( "net/http" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // OnRequest is a handler to which an external provider can attach that is diff --git a/api/server/handlers/handlers_post_args.go b/api/server/handlers/handlers_post_args.go index 6e8c6779..8422cd27 100644 --- a/api/server/handlers/handlers_post_args.go +++ b/api/server/handlers/handlers_post_args.go @@ -8,8 +8,8 @@ import ( //log "github.com/Sirupsen/logrus" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) // postArgsHandler is an HTTP filter for injecting the store with the POST diff --git a/api/server/handlers/handlers_query_params.go b/api/server/handlers/handlers_query_params.go index 8e952946..19892dac 100644 --- a/api/server/handlers/handlers_query_params.go +++ b/api/server/handlers/handlers_query_params.go @@ -6,7 +6,7 @@ import ( log "github.com/Sirupsen/logrus" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // queryParamsHandler is an HTTP filter for injecting the store with query diff --git a/api/server/handlers/handlers_schema_validator.go b/api/server/handlers/handlers_schema_validator.go index 0c2f3ff4..dccb3ac5 100644 --- a/api/server/handlers/handlers_schema_validator.go +++ b/api/server/handlers/handlers_schema_validator.go @@ -9,8 +9,8 @@ import ( //log "github.com/Sirupsen/logrus" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils/schema" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils/schema" ) var ( diff --git a/api/server/handlers/handlers_service_validator.go b/api/server/handlers/handlers_service_validator.go index 41df4572..c9d5a047 100644 --- a/api/server/handlers/handlers_service_validator.go +++ b/api/server/handlers/handlers_service_validator.go @@ -3,10 +3,10 @@ package handlers import ( "net/http" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) // serviceValidator is an HTTP filter for validating that the service diff --git a/api/server/handlers/handlers_storage_session.go b/api/server/handlers/handlers_storage_session.go index d4b4aaa5..d59b7824 100644 --- a/api/server/handlers/handlers_storage_session.go +++ b/api/server/handlers/handlers_storage_session.go @@ -3,8 +3,8 @@ package handlers import ( "net/http" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) // storageSessionHandler is an HTTP filter for ensuring that a storage session diff --git a/api/server/handlers/handlers_transaction.go b/api/server/handlers/handlers_transaction.go index 1d41f624..35423251 100644 --- a/api/server/handlers/handlers_transaction.go +++ b/api/server/handlers/handlers_transaction.go @@ -3,8 +3,8 @@ package handlers import ( "net/http" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) // transactionHandler is a global HTTP filter for grokking the transaction info diff --git a/api/server/httputils/httputils.go b/api/server/httputils/httputils.go index 8b2123ee..b27a4f05 100644 --- a/api/server/httputils/httputils.go +++ b/api/server/httputils/httputils.go @@ -7,8 +7,8 @@ import ( "time" "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" ) // WriteJSON writes the value v to the http response stream as json with diff --git a/api/server/httputils/httputils_route.go b/api/server/httputils/httputils_route.go index 9ab95147..be401220 100644 --- a/api/server/httputils/httputils_route.go +++ b/api/server/httputils/httputils_route.go @@ -1,7 +1,7 @@ package httputils import ( - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // route defines an individual API route. diff --git a/api/server/router/executor/executor.go b/api/server/router/executor/executor.go index e51e25e0..9d570a00 100644 --- a/api/server/router/executor/executor.go +++ b/api/server/router/executor/executor.go @@ -3,9 +3,9 @@ package executor import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" ) func init() { diff --git a/api/server/router/executor/executor_routes.go b/api/server/router/executor/executor_routes.go index b86b4484..bc163111 100644 --- a/api/server/router/executor/executor_routes.go +++ b/api/server/router/executor/executor_routes.go @@ -9,9 +9,9 @@ import ( "net/http" "time" - "github.com/emccode/libstorage/api/server/executors" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/server/executors" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" ) func (r *router) executors( diff --git a/api/server/router/help/help.go b/api/server/router/help/help.go index 006dfa69..87f19097 100644 --- a/api/server/router/help/help.go +++ b/api/server/router/help/help.go @@ -3,9 +3,9 @@ package help import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" ) func init() { diff --git a/api/server/router/help/help_router.go b/api/server/router/help/help_router.go index ca9de4af..7bb5b124 100644 --- a/api/server/router/help/help_router.go +++ b/api/server/router/help/help_router.go @@ -5,11 +5,11 @@ import ( "net/http" "os" - "github.com/emccode/libstorage/api" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (r *router) helpInspect( diff --git a/api/server/router/root/root.go b/api/server/router/root/root.go index 7ba90bbe..09fdfd6e 100644 --- a/api/server/router/root/root.go +++ b/api/server/router/root/root.go @@ -3,9 +3,9 @@ package root import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" ) func init() { diff --git a/api/server/router/root/root_router.go b/api/server/router/root/root_router.go index 1006f220..da5876b6 100644 --- a/api/server/router/root/root_router.go +++ b/api/server/router/root/root_router.go @@ -5,8 +5,8 @@ import ( "net/http" "regexp" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" ) var ( diff --git a/api/server/router/service/service.go b/api/server/router/service/service.go index 801fcdb1..4626c933 100644 --- a/api/server/router/service/service.go +++ b/api/server/router/service/service.go @@ -3,11 +3,11 @@ package service import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server/handlers" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils/schema" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server/handlers" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils/schema" ) func init() { diff --git a/api/server/router/service/service_routes.go b/api/server/router/service/service_routes.go index 6aebd883..f8b88925 100644 --- a/api/server/router/service/service_routes.go +++ b/api/server/router/service/service_routes.go @@ -3,11 +3,11 @@ package service import ( "net/http" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (r *router) servicesList( diff --git a/api/server/router/snapshot/snapshot.go b/api/server/router/snapshot/snapshot.go index 76327ab6..22e7a53b 100644 --- a/api/server/router/snapshot/snapshot.go +++ b/api/server/router/snapshot/snapshot.go @@ -3,11 +3,11 @@ package snapshot import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server/handlers" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils/schema" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server/handlers" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils/schema" ) func init() { diff --git a/api/server/router/snapshot/snapshot_routes.go b/api/server/router/snapshot/snapshot_routes.go index 077a184e..cddb6d17 100644 --- a/api/server/router/snapshot/snapshot_routes.go +++ b/api/server/router/snapshot/snapshot_routes.go @@ -4,13 +4,13 @@ import ( "net/http" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/server/router/volume" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - "github.com/emccode/libstorage/api/utils/schema" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/server/router/volume" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/utils/schema" ) func (r *router) snapshots( diff --git a/api/server/router/tasks/task_routes.go b/api/server/router/tasks/task_routes.go index 6bf0b6e9..0acd7082 100644 --- a/api/server/router/tasks/task_routes.go +++ b/api/server/router/tasks/task_routes.go @@ -4,10 +4,10 @@ import ( "fmt" "net/http" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (r *router) tasks( diff --git a/api/server/router/tasks/tasks.go b/api/server/router/tasks/tasks.go index 826d86c6..d218bce0 100644 --- a/api/server/router/tasks/tasks.go +++ b/api/server/router/tasks/tasks.go @@ -2,9 +2,9 @@ package tasks import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" ) func init() { diff --git a/api/server/router/volume/volume.go b/api/server/router/volume/volume.go index 55406db6..25016645 100644 --- a/api/server/router/volume/volume.go +++ b/api/server/router/volume/volume.go @@ -5,11 +5,11 @@ import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server/handlers" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils/schema" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server/handlers" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils/schema" ) // OnVolume is a handler to which an external provider can attach that is diff --git a/api/server/router/volume/volume_routes.go b/api/server/router/volume/volume_routes.go index d1aed99f..ed071fe3 100644 --- a/api/server/router/volume/volume_routes.go +++ b/api/server/router/volume/volume_routes.go @@ -7,13 +7,13 @@ import ( "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server/httputils" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - "github.com/emccode/libstorage/api/utils/filters" - "github.com/emccode/libstorage/api/utils/schema" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server/httputils" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/utils/filters" + "github.com/codedellemc/libstorage/api/utils/schema" ) func (r *router) volumes( diff --git a/api/server/server.go b/api/server/server.go index ef3fbaf7..d5dd5d32 100644 --- a/api/server/server.go +++ b/api/server/server.go @@ -15,20 +15,20 @@ import ( log "github.com/Sirupsen/logrus" "github.com/akutz/gofig" - "github.com/emccode/gournal" - glogrus "github.com/emccode/gournal/logrus" + "github.com/codedellemc/gournal" + glogrus "github.com/codedellemc/gournal/logrus" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - apicnfg "github.com/emccode/libstorage/api/utils/config" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + apicnfg "github.com/codedellemc/libstorage/api/utils/config" // imported to load routers - _ "github.com/emccode/libstorage/imports/routers" + _ "github.com/codedellemc/libstorage/imports/routers" // imported to load remote storage drivers - _ "github.com/emccode/libstorage/imports/remote" + _ "github.com/codedellemc/libstorage/imports/remote" ) var ( diff --git a/api/server/server_http.go b/api/server/server_http.go index 561c6b7c..1cb90e83 100644 --- a/api/server/server_http.go +++ b/api/server/server_http.go @@ -16,10 +16,10 @@ import ( "github.com/akutz/gotil" "github.com/gorilla/mux" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) const defaultEndpointConfig = ` diff --git a/api/server/server_middleware.go b/api/server/server_middleware.go index 859912ba..142224bc 100644 --- a/api/server/server_middleware.go +++ b/api/server/server_middleware.go @@ -1,8 +1,8 @@ package server import ( - "github.com/emccode/libstorage/api/server/handlers" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/server/handlers" + "github.com/codedellemc/libstorage/api/types" ) func (s *server) initGlobalMiddleware() { diff --git a/api/server/server_startup.go b/api/server/server_startup.go index f035b083..496569aa 100644 --- a/api/server/server_startup.go +++ b/api/server/server_startup.go @@ -9,9 +9,9 @@ import ( "strings" "time" - "github.com/emccode/libstorage/api" - "github.com/emccode/libstorage/api/server/services" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api" + "github.com/codedellemc/libstorage/api/server/services" + "github.com/codedellemc/libstorage/api/types" ) var ( diff --git a/api/server/services/services.go b/api/server/services/services.go index 27f7584b..86b67a4b 100644 --- a/api/server/services/services.go +++ b/api/server/services/services.go @@ -8,8 +8,8 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) var ( diff --git a/api/server/services/services_storage.go b/api/server/services/services_storage.go index 1b25a6c7..9e5adbc2 100644 --- a/api/server/services/services_storage.go +++ b/api/server/services/services_storage.go @@ -4,9 +4,9 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" ) type storageService struct { diff --git a/api/server/services/services_task.go b/api/server/services/services_task.go index 19f73226..2163653c 100644 --- a/api/server/services/services_task.go +++ b/api/server/services/services_task.go @@ -10,9 +10,9 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils/schema" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils/schema" ) type task struct { diff --git a/api/tests/tests.go b/api/tests/tests.go index 03a0998b..098f2431 100644 --- a/api/tests/tests.go +++ b/api/tests/tests.go @@ -18,11 +18,11 @@ import ( "github.com/stretchr/testify/assert" yaml "gopkg.in/yaml.v2" - apiserver "github.com/emccode/libstorage/api/server" - "github.com/emccode/libstorage/api/server/executors" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - "github.com/emccode/libstorage/client" + apiserver "github.com/codedellemc/libstorage/api/server" + "github.com/codedellemc/libstorage/api/server/executors" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + "github.com/codedellemc/libstorage/client" ) var ( @@ -58,7 +58,7 @@ func init() { var ( tlsPath = fmt.Sprintf( - "%s/src/github.com/emccode/libstorage/.tls", os.Getenv("GOPATH")) + "%s/src/github.com/codedellemc/libstorage/.tls", os.Getenv("GOPATH")) serverCrt = fmt.Sprintf("%s/libstorage-server.crt", tlsPath) serverKey = fmt.Sprintf("%s/libstorage-server.key", tlsPath) clientCrt = fmt.Sprintf("%s/libstorage-client.crt", tlsPath) diff --git a/api/tests/tests_executors.go b/api/tests/tests_executors.go index 411aec8e..ad38e772 100644 --- a/api/tests/tests_executors.go +++ b/api/tests/tests_executors.go @@ -7,7 +7,7 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // TestExecutors tests the GET /executors route. diff --git a/api/tests/tests_std.go b/api/tests/tests_std.go index ff51dc56..03ca9c59 100644 --- a/api/tests/tests_std.go +++ b/api/tests/tests_std.go @@ -7,9 +7,9 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) // TestRoot tests the GET / route. diff --git a/api/utils/config/config.go b/api/utils/config/config.go index 24a461eb..d2ea870a 100644 --- a/api/utils/config/config.go +++ b/api/utils/config/config.go @@ -8,8 +8,8 @@ import ( "github.com/akutz/gofig" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) // NewConfig returns a new configuration instance. diff --git a/api/utils/filters/filters.go b/api/utils/filters/filters.go index 4b5703ad..c1814895 100644 --- a/api/utils/filters/filters.go +++ b/api/utils/filters/filters.go @@ -13,7 +13,7 @@ import ( "github.com/akutz/goof" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/api/utils/schema/schema.go b/api/utils/schema/schema.go index d4e7dcbe..8e33f524 100644 --- a/api/utils/schema/schema.go +++ b/api/utils/schema/schema.go @@ -9,11 +9,11 @@ import ( "github.com/cesanta/ucl" "github.com/cesanta/validate-json/schema" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) const ( - jsonSchemaID = "https://github.com/emccode/libstorage" + jsonSchemaID = "https://github.com/codedellemc/libstorage" ) var ( diff --git a/api/utils/schema/schema_generated.go b/api/utils/schema/schema_generated.go index 41a81969..81c10916 100644 --- a/api/utils/schema/schema_generated.go +++ b/api/utils/schema/schema_generated.go @@ -3,7 +3,7 @@ package schema const ( // JSONSchema is the libStorage API JSON schema JSONSchema = `{ - "id": "https://github.com/emccode/libstorage", + "id": "https://github.com/codedellemc/libstorage", "$schema": "http://json-schema.org/draft-04/schema#", "title": "libStorage JSON Schema", "definitions": { diff --git a/api/utils/schema/schema_test.go b/api/utils/schema/schema_test.go index 83627c8e..48c1978a 100644 --- a/api/utils/schema/schema_test.go +++ b/api/utils/schema/schema_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func TestVolumeObject(t *testing.T) { diff --git a/api/utils/utils.go b/api/utils/utils.go index 885edf92..52197c96 100644 --- a/api/utils/utils.go +++ b/api/utils/utils.go @@ -8,7 +8,7 @@ import ( "time" _ "github.com/akutz/golf" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // GetTypePkgPathAndName gets ths type and package path of the provided diff --git a/api/utils/utils_errors.go b/api/utils/utils_errors.go index 6f24f8a2..33a4f8c8 100644 --- a/api/utils/utils_errors.go +++ b/api/utils/utils_errors.go @@ -3,7 +3,7 @@ package utils import ( "github.com/akutz/goof" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // NewUnsupportedForClientTypeError returns a new ErrUnsupportedForClientType diff --git a/api/utils/utils_logging.go b/api/utils/utils_logging.go index 5b8b1766..e0cc9a38 100644 --- a/api/utils/utils_logging.go +++ b/api/utils/utils_logging.go @@ -3,7 +3,7 @@ package utils import ( log "github.com/Sirupsen/logrus" "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // LoggingConfig is the logging configuration. diff --git a/api/utils/utils_sort.go b/api/utils/utils_sort.go index 5cc55be4..9ee513f4 100644 --- a/api/utils/utils_sort.go +++ b/api/utils/utils_sort.go @@ -3,7 +3,7 @@ package utils import ( "sort" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // ByVolumeID implements sort.Interface for []*types.Volume based on the ID diff --git a/api/utils/utils_store.go b/api/utils/utils_store.go index fb9095af..6f0180a9 100644 --- a/api/utils/utils_store.go +++ b/api/utils/utils_store.go @@ -10,7 +10,7 @@ import ( log "github.com/Sirupsen/logrus" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) type keyValueStore struct { diff --git a/api/utils/utils_tls.go b/api/utils/utils_tls.go index 5294aa9c..b59c592e 100644 --- a/api/utils/utils_tls.go +++ b/api/utils/utils_tls.go @@ -11,7 +11,7 @@ import ( "github.com/akutz/goof" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // ParseTLSConfig returns a new TLS configuration. diff --git a/c/libstor-c/libstor-c_exported.go b/c/libstor-c/libstor-c_exported.go index 5adee79b..e0352ca5 100644 --- a/c/libstor-c/libstor-c_exported.go +++ b/c/libstor-c/libstor-c_exported.go @@ -8,7 +8,7 @@ import ( "sync" "unsafe" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) var ( diff --git a/c/libstor-c/libstor-c_utils.go b/c/libstor-c/libstor-c_utils.go index 680191ee..b234da39 100644 --- a/c/libstor-c/libstor-c_utils.go +++ b/c/libstor-c/libstor-c_utils.go @@ -12,8 +12,8 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/client" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/client" ) func toCVolume(v *types.Volume) (*C.volume, error) { diff --git a/c/libstor-s/libstor-s_exported.go b/c/libstor-s/libstor-s_exported.go index 3bd431af..8cf144b3 100644 --- a/c/libstor-s/libstor-s_exported.go +++ b/c/libstor-s/libstor-s_exported.go @@ -8,8 +8,8 @@ import ( log "github.com/Sirupsen/logrus" - "github.com/emccode/libstorage/api/server" - apicfg "github.com/emccode/libstorage/api/utils/config" + "github.com/codedellemc/libstorage/api/server" + apicfg "github.com/codedellemc/libstorage/api/utils/config" ) // closeOnAbort is a helper function that can be called by programs, such as diff --git a/cli/lss/lss-darwin/lss-darwin.go b/cli/lss/lss-darwin/lss-darwin.go index 165e313f..b76863bc 100644 --- a/cli/lss/lss-darwin/lss-darwin.go +++ b/cli/lss/lss-darwin/lss-darwin.go @@ -3,7 +3,7 @@ package main import ( - "github.com/emccode/libstorage/cli/lss" + "github.com/codedellemc/libstorage/cli/lss" ) func main() { diff --git a/cli/lss/lss-linux/lss-linux.go b/cli/lss/lss-linux/lss-linux.go index 79f926b3..46be3794 100644 --- a/cli/lss/lss-linux/lss-linux.go +++ b/cli/lss/lss-linux/lss-linux.go @@ -3,7 +3,7 @@ package main import ( - "github.com/emccode/libstorage/cli/lss" + "github.com/codedellemc/libstorage/cli/lss" ) func main() { diff --git a/cli/lss/lss-windows/lss-windows.go b/cli/lss/lss-windows/lss-windows.go index de5b166d..5baf68b6 100644 --- a/cli/lss/lss-windows/lss-windows.go +++ b/cli/lss/lss-windows/lss-windows.go @@ -3,7 +3,7 @@ package main import ( - "github.com/emccode/libstorage/cli/lss" + "github.com/codedellemc/libstorage/cli/lss" ) func main() { diff --git a/cli/lss/lss.go b/cli/lss/lss.go index 166515f4..255547ca 100644 --- a/cli/lss/lss.go +++ b/cli/lss/lss.go @@ -11,15 +11,15 @@ import ( "github.com/akutz/gotil" flag "github.com/spf13/pflag" - "github.com/emccode/libstorage/api" - "github.com/emccode/libstorage/api/server" - apitypes "github.com/emccode/libstorage/api/types" - apiconfig "github.com/emccode/libstorage/api/utils/config" + "github.com/codedellemc/libstorage/api" + "github.com/codedellemc/libstorage/api/server" + apitypes "github.com/codedellemc/libstorage/api/types" + apiconfig "github.com/codedellemc/libstorage/api/utils/config" // load the drivers - _ "github.com/emccode/libstorage/imports/config" - _ "github.com/emccode/libstorage/imports/remote" - _ "github.com/emccode/libstorage/imports/routers" + _ "github.com/codedellemc/libstorage/imports/config" + _ "github.com/codedellemc/libstorage/imports/remote" + _ "github.com/codedellemc/libstorage/imports/routers" ) var ( diff --git a/cli/lsx/lsx-darwin/lsx-darwin.go b/cli/lsx/lsx-darwin/lsx-darwin.go index a7dcefb3..26b4d24a 100644 --- a/cli/lsx/lsx-darwin/lsx-darwin.go +++ b/cli/lsx/lsx-darwin/lsx-darwin.go @@ -3,7 +3,7 @@ package main import ( - "github.com/emccode/libstorage/cli/lsx" + "github.com/codedellemc/libstorage/cli/lsx" ) func main() { diff --git a/cli/lsx/lsx-linux/lsx-linux.go b/cli/lsx/lsx-linux/lsx-linux.go index da5ce8ff..599d15b9 100644 --- a/cli/lsx/lsx-linux/lsx-linux.go +++ b/cli/lsx/lsx-linux/lsx-linux.go @@ -3,7 +3,7 @@ package main import ( - "github.com/emccode/libstorage/cli/lsx" + "github.com/codedellemc/libstorage/cli/lsx" ) func main() { diff --git a/cli/lsx/lsx-windows/lsx-windows.go b/cli/lsx/lsx-windows/lsx-windows.go index d17d8951..3ea98ff3 100644 --- a/cli/lsx/lsx-windows/lsx-windows.go +++ b/cli/lsx/lsx-windows/lsx-windows.go @@ -3,7 +3,7 @@ package main import ( - "github.com/emccode/libstorage/cli/lsx" + "github.com/codedellemc/libstorage/cli/lsx" ) func main() { diff --git a/cli/lsx/lsx.go b/cli/lsx/lsx.go index eb440045..fa2b13ce 100644 --- a/cli/lsx/lsx.go +++ b/cli/lsx/lsx.go @@ -11,14 +11,15 @@ import ( "strings" "time" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - apitypes "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - apiconfig "github.com/emccode/libstorage/api/utils/config" - - _ "github.com/emccode/libstorage/imports/config" - _ "github.com/emccode/libstorage/imports/executors" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + apitypes "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + apiconfig "github.com/codedellemc/libstorage/api/utils/config" + + // load these packages + _ "github.com/codedellemc/libstorage/imports/config" + _ "github.com/codedellemc/libstorage/imports/executors" ) var ( diff --git a/client/client.go b/client/client.go index 8103ca7a..d8f55a5b 100644 --- a/client/client.go +++ b/client/client.go @@ -6,14 +6,14 @@ import ( gocontext "golang.org/x/net/context" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - apicnfg "github.com/emccode/libstorage/api/utils/config" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + apicnfg "github.com/codedellemc/libstorage/api/utils/config" // load the local imports - _ "github.com/emccode/libstorage/imports/local" + _ "github.com/codedellemc/libstorage/imports/local" ) type client struct { diff --git a/client/client_funcs.go b/client/client_funcs.go index e4883a7e..826bbffe 100644 --- a/client/client_funcs.go +++ b/client/client_funcs.go @@ -1,7 +1,7 @@ package client import ( - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func (c *client) API() types.APIClient { diff --git a/drivers/integration/docker/docker.go b/drivers/integration/docker/docker.go index ede9aea5..f25224e4 100644 --- a/drivers/integration/docker/docker.go +++ b/drivers/integration/docker/docker.go @@ -10,11 +10,11 @@ import ( log "github.com/Sirupsen/logrus" "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - apiconfig "github.com/emccode/libstorage/api/utils/config" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + apiconfig "github.com/codedellemc/libstorage/api/utils/config" ) const ( diff --git a/drivers/integration/docker/docker_utils.go b/drivers/integration/docker/docker_utils.go index ae10fd45..305b9389 100644 --- a/drivers/integration/docker/docker_utils.go +++ b/drivers/integration/docker/docker_utils.go @@ -6,9 +6,9 @@ import ( "strings" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (d *driver) getVolumeMountPath(volumeName string) (string, error) { diff --git a/drivers/os/darwin/darwin.go b/drivers/os/darwin/darwin.go index e036ee0d..657cc1b0 100644 --- a/drivers/os/darwin/darwin.go +++ b/drivers/os/darwin/darwin.go @@ -8,8 +8,8 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" ) const driverName = "darwin" diff --git a/drivers/os/linux/linux.go b/drivers/os/linux/linux.go index b48342e4..eae67b28 100644 --- a/drivers/os/linux/linux.go +++ b/drivers/os/linux/linux.go @@ -14,8 +14,8 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" ) const driverName = "linux" diff --git a/drivers/os/linux/linux_mount.go b/drivers/os/linux/linux_mount.go index 53db9c69..4ee20ff6 100644 --- a/drivers/os/linux/linux_mount.go +++ b/drivers/os/linux/linux_mount.go @@ -11,7 +11,7 @@ import ( "syscall" "time" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/drivers/storage/ebs/executor/ebs_executor.go b/drivers/storage/ebs/executor/ebs_executor.go index 1f391739..0e19d732 100644 --- a/drivers/storage/ebs/executor/ebs_executor.go +++ b/drivers/storage/ebs/executor/ebs_executor.go @@ -12,10 +12,10 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/ebs" - ebsUtils "github.com/emccode/libstorage/drivers/storage/ebs/utils" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/ebs" + ebsUtils "github.com/codedellemc/libstorage/drivers/storage/ebs/utils" ) // driver is the storage executor for the ec2 storage driver. diff --git a/drivers/storage/ebs/storage/ebs_storage.go b/drivers/storage/ebs/storage/ebs_storage.go index 782fde20..720bffcd 100644 --- a/drivers/storage/ebs/storage/ebs_storage.go +++ b/drivers/storage/ebs/storage/ebs_storage.go @@ -19,11 +19,11 @@ import ( "github.com/aws/aws-sdk-go/aws/session" awsec2 "github.com/aws/aws-sdk-go/service/ec2" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/ebs" - ebsUtils "github.com/emccode/libstorage/drivers/storage/ebs/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/ebs" + ebsUtils "github.com/codedellemc/libstorage/drivers/storage/ebs/utils" ) const ( diff --git a/drivers/storage/ebs/tests/ebs_test.go b/drivers/storage/ebs/tests/ebs_test.go index 370a161c..22036520 100644 --- a/drivers/storage/ebs/tests/ebs_test.go +++ b/drivers/storage/ebs/tests/ebs_test.go @@ -10,14 +10,14 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - "github.com/emccode/libstorage/drivers/storage/ebs" - ebsUtils "github.com/emccode/libstorage/drivers/storage/ebs/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + "github.com/codedellemc/libstorage/drivers/storage/ebs" + ebsUtils "github.com/codedellemc/libstorage/drivers/storage/ebs/utils" ) // Put contents of sample config.yml here diff --git a/drivers/storage/ebs/utils/utils.go b/drivers/storage/ebs/utils/utils.go index 82e1f51e..1dd7cd00 100644 --- a/drivers/storage/ebs/utils/utils.go +++ b/drivers/storage/ebs/utils/utils.go @@ -8,8 +8,8 @@ import ( "net/http" "time" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/ebs" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/ebs" ) const ( diff --git a/drivers/storage/ebs/utils/utils_go17.go b/drivers/storage/ebs/utils/utils_go17.go index c3cd42cb..1450aa3f 100644 --- a/drivers/storage/ebs/utils/utils_go17.go +++ b/drivers/storage/ebs/utils/utils_go17.go @@ -5,7 +5,7 @@ package utils import ( "net/http" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func doRequest(ctx types.Context, req *http.Request) (*http.Response, error) { diff --git a/drivers/storage/ebs/utils/utils_pre_go17.go b/drivers/storage/ebs/utils/utils_pre_go17.go index 09b513f4..c55a2d59 100644 --- a/drivers/storage/ebs/utils/utils_pre_go17.go +++ b/drivers/storage/ebs/utils/utils_pre_go17.go @@ -7,7 +7,7 @@ import ( "golang.org/x/net/context/ctxhttp" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func doRequest(ctx types.Context, req *http.Request) (*http.Response, error) { diff --git a/drivers/storage/ebs/utils/utils_test.go b/drivers/storage/ebs/utils/utils_test.go index 5a6d3af6..47ae6bff 100644 --- a/drivers/storage/ebs/utils/utils_test.go +++ b/drivers/storage/ebs/utils/utils_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" + "github.com/codedellemc/libstorage/api/context" ) func skipTest(t *testing.T) { diff --git a/drivers/storage/ebs/utils/utils_unix.go b/drivers/storage/ebs/utils/utils_unix.go index f71a6ba9..5f6e5636 100644 --- a/drivers/storage/ebs/utils/utils_unix.go +++ b/drivers/storage/ebs/utils/utils_unix.go @@ -3,7 +3,7 @@ package utils import ( - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) // NextDeviceInfo is the NextDeviceInfo object for EBS. diff --git a/drivers/storage/efs/executor/efs_executor.go b/drivers/storage/efs/executor/efs_executor.go index f5ddd942..860af866 100644 --- a/drivers/storage/efs/executor/efs_executor.go +++ b/drivers/storage/efs/executor/efs_executor.go @@ -12,10 +12,10 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/efs" - efsUtils "github.com/emccode/libstorage/drivers/storage/efs/utils" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/efs" + efsUtils "github.com/codedellemc/libstorage/drivers/storage/efs/utils" ) // driver is the storage executor for the efs storage driver. diff --git a/drivers/storage/efs/storage/efs_storage.go b/drivers/storage/efs/storage/efs_storage.go index c0c0f89f..2567236e 100644 --- a/drivers/storage/efs/storage/efs_storage.go +++ b/drivers/storage/efs/storage/efs_storage.go @@ -18,10 +18,10 @@ import ( "github.com/aws/aws-sdk-go/aws/session" awsefs "github.com/aws/aws-sdk-go/service/efs" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/efs" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/efs" ) const ( diff --git a/drivers/storage/efs/tests/README.md b/drivers/storage/efs/tests/README.md index 52101e21..64d3cdfb 100644 --- a/drivers/storage/efs/tests/README.md +++ b/drivers/storage/efs/tests/README.md @@ -23,4 +23,4 @@ while AWS environment by using CloudFormation service. * `./test-env-down.sh` - to tear down AWS environment infrastructure and clean up all resources. -**NOTE**: For configuration details see libstorage user guide. \ No newline at end of file +**NOTE**: For configuration details see libstorage user guide. diff --git a/drivers/storage/efs/tests/efs_test.go b/drivers/storage/efs/tests/efs_test.go index d842a806..83080eec 100644 --- a/drivers/storage/efs/tests/efs_test.go +++ b/drivers/storage/efs/tests/efs_test.go @@ -11,16 +11,16 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" // load the driver - "github.com/emccode/libstorage/drivers/storage/efs" - efsx "github.com/emccode/libstorage/drivers/storage/efs/executor" + "github.com/codedellemc/libstorage/drivers/storage/efs" + efsx "github.com/codedellemc/libstorage/drivers/storage/efs/executor" ) var ( diff --git a/drivers/storage/efs/utils/utils.go b/drivers/storage/efs/utils/utils.go index 5becb74a..6553aa57 100644 --- a/drivers/storage/efs/utils/utils.go +++ b/drivers/storage/efs/utils/utils.go @@ -6,8 +6,8 @@ import ( "net/http" "time" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/efs" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/efs" ) const ( diff --git a/drivers/storage/efs/utils/utils_go17.go b/drivers/storage/efs/utils/utils_go17.go index c3cd42cb..1450aa3f 100644 --- a/drivers/storage/efs/utils/utils_go17.go +++ b/drivers/storage/efs/utils/utils_go17.go @@ -5,7 +5,7 @@ package utils import ( "net/http" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func doRequest(ctx types.Context, req *http.Request) (*http.Response, error) { diff --git a/drivers/storage/efs/utils/utils_pre_go17.go b/drivers/storage/efs/utils/utils_pre_go17.go index 09b513f4..c55a2d59 100644 --- a/drivers/storage/efs/utils/utils_pre_go17.go +++ b/drivers/storage/efs/utils/utils_pre_go17.go @@ -7,7 +7,7 @@ import ( "golang.org/x/net/context/ctxhttp" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) func doRequest(ctx types.Context, req *http.Request) (*http.Response, error) { diff --git a/drivers/storage/isilon/executor/isilon_executor.go b/drivers/storage/isilon/executor/isilon_executor.go index 450ff41e..d4a2c857 100644 --- a/drivers/storage/isilon/executor/isilon_executor.go +++ b/drivers/storage/isilon/executor/isilon_executor.go @@ -12,9 +12,9 @@ import ( "github.com/akutz/goof" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/isilon" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/isilon" ) // driver is the storage executor for the vbox storage driver. diff --git a/drivers/storage/isilon/storage/isilon_storage.go b/drivers/storage/isilon/storage/isilon_storage.go index 926a885e..554ab58e 100644 --- a/drivers/storage/isilon/storage/isilon_storage.go +++ b/drivers/storage/isilon/storage/isilon_storage.go @@ -9,12 +9,12 @@ import ( log "github.com/Sirupsen/logrus" "github.com/akutz/gofig" "github.com/akutz/goof" - isi "github.com/emccode/goisilon" + isi "github.com/codedellemc/goisilon" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/isilon" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/isilon" ) const ( diff --git a/drivers/storage/isilon/tests/isilon_test.go b/drivers/storage/isilon/tests/isilon_test.go index 8e562d8f..3059837e 100644 --- a/drivers/storage/isilon/tests/isilon_test.go +++ b/drivers/storage/isilon/tests/isilon_test.go @@ -10,14 +10,14 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/server" - "github.com/emccode/libstorage/api/server/executors" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/server" + "github.com/codedellemc/libstorage/api/server/executors" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" // load the driver - "github.com/emccode/libstorage/drivers/storage/isilon" - isilonx "github.com/emccode/libstorage/drivers/storage/isilon/executor" + "github.com/codedellemc/libstorage/drivers/storage/isilon" + isilonx "github.com/codedellemc/libstorage/drivers/storage/isilon/executor" ) var ( diff --git a/drivers/storage/libstorage/libstorage.go b/drivers/storage/libstorage/libstorage.go index db4212a6..24c970a3 100644 --- a/drivers/storage/libstorage/libstorage.go +++ b/drivers/storage/libstorage/libstorage.go @@ -1,8 +1,8 @@ package libstorage import ( - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/drivers/storage/libstorage/libstorage_client.go b/drivers/storage/libstorage/libstorage_client.go index 555598cb..ce2e41f0 100644 --- a/drivers/storage/libstorage/libstorage_client.go +++ b/drivers/storage/libstorage/libstorage_client.go @@ -12,9 +12,9 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) type client struct { diff --git a/drivers/storage/libstorage/libstorage_client_api.go b/drivers/storage/libstorage/libstorage_client_api.go index 57c5f97c..aa303201 100644 --- a/drivers/storage/libstorage/libstorage_client_api.go +++ b/drivers/storage/libstorage/libstorage_client_api.go @@ -3,9 +3,9 @@ package libstorage import ( "io" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (c *client) Instances( diff --git a/drivers/storage/libstorage/libstorage_client_xcli.go b/drivers/storage/libstorage/libstorage_client_xcli.go index 5b0cc712..80cd1d49 100644 --- a/drivers/storage/libstorage/libstorage_client_xcli.go +++ b/drivers/storage/libstorage/libstorage_client_xcli.go @@ -12,9 +12,9 @@ import ( "github.com/akutz/goof" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (c *client) Supported( diff --git a/drivers/storage/libstorage/libstorage_driver.go b/drivers/storage/libstorage/libstorage_driver.go index 77b2b504..7e816770 100644 --- a/drivers/storage/libstorage/libstorage_driver.go +++ b/drivers/storage/libstorage/libstorage_driver.go @@ -10,10 +10,10 @@ import ( "github.com/akutz/gofig" "github.com/akutz/gotil" - apiclient "github.com/emccode/libstorage/api/client" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + apiclient "github.com/codedellemc/libstorage/api/client" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) var ( diff --git a/drivers/storage/libstorage/libstorage_driver_funcs.go b/drivers/storage/libstorage/libstorage_driver_funcs.go index 668b6c30..93d80e56 100644 --- a/drivers/storage/libstorage/libstorage_driver_funcs.go +++ b/drivers/storage/libstorage/libstorage_driver_funcs.go @@ -2,9 +2,9 @@ package libstorage import ( "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (d *driver) Name() string { diff --git a/drivers/storage/libstorage/libstorage_store.go b/drivers/storage/libstorage/libstorage_store.go index da9950c5..e51c80b6 100644 --- a/drivers/storage/libstorage/libstorage_store.go +++ b/drivers/storage/libstorage/libstorage_store.go @@ -1,6 +1,6 @@ package libstorage -import "github.com/emccode/libstorage/api/types" +import "github.com/codedellemc/libstorage/api/types" type lss struct { types.Store diff --git a/drivers/storage/libstorage/libstorage_utils.go b/drivers/storage/libstorage/libstorage_utils.go index d0a4071a..c3f9d8e8 100644 --- a/drivers/storage/libstorage/libstorage_utils.go +++ b/drivers/storage/libstorage/libstorage_utils.go @@ -3,8 +3,8 @@ package libstorage import ( "strings" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/types" ) func (c *client) requireCtx(ctx types.Context) types.Context { diff --git a/drivers/storage/mock/executor/mock_executor.go b/drivers/storage/mock/executor/mock_executor.go index f910ee2f..bfd25ee2 100644 --- a/drivers/storage/mock/executor/mock_executor.go +++ b/drivers/storage/mock/executor/mock_executor.go @@ -7,8 +7,8 @@ import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/drivers/storage/mock/mock_driver.go b/drivers/storage/mock/mock_driver.go index a80ea472..05dbc6cc 100644 --- a/drivers/storage/mock/mock_driver.go +++ b/drivers/storage/mock/mock_driver.go @@ -9,11 +9,11 @@ import ( log "github.com/Sirupsen/logrus" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - "github.com/emccode/libstorage/drivers/storage/mock/executor" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + "github.com/codedellemc/libstorage/drivers/storage/mock/executor" ) const ( diff --git a/drivers/storage/mock/tests/mock_test.go b/drivers/storage/mock/tests/mock_test.go index ca01eea7..b66cfd97 100644 --- a/drivers/storage/mock/tests/mock_test.go +++ b/drivers/storage/mock/tests/mock_test.go @@ -12,17 +12,17 @@ import ( "github.com/akutz/goof" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server" - "github.com/emccode/libstorage/api/server/executors" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server" + "github.com/codedellemc/libstorage/api/server/executors" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" // load the driver - "github.com/emccode/libstorage/drivers/storage/mock" - mockx "github.com/emccode/libstorage/drivers/storage/mock/executor" + "github.com/codedellemc/libstorage/drivers/storage/mock" + mockx "github.com/codedellemc/libstorage/drivers/storage/mock/executor" ) var ( diff --git a/drivers/storage/rackspace/executor/rackspace_executor.go b/drivers/storage/rackspace/executor/rackspace_executor.go index cdc60e0d..4f3fc843 100644 --- a/drivers/storage/rackspace/executor/rackspace_executor.go +++ b/drivers/storage/rackspace/executor/rackspace_executor.go @@ -9,9 +9,9 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/rackspace" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/rackspace" ) // driver is the storage executor for the VFS storage driver. diff --git a/drivers/storage/rackspace/rackspace.go b/drivers/storage/rackspace/rackspace.go index 5ca7824c..254020d1 100644 --- a/drivers/storage/rackspace/rackspace.go +++ b/drivers/storage/rackspace/rackspace.go @@ -20,4 +20,4 @@ func registerConfig() { r.Key(gofig.String, "", "", "", "rackspace.domainID") r.Key(gofig.String, "", "", "", "rackspace.domainName") gofig.Register(r) -} \ No newline at end of file +} diff --git a/drivers/storage/rackspace/storage/rackspace_storage.go b/drivers/storage/rackspace/storage/rackspace_storage.go index d971c73c..1cd70c32 100644 --- a/drivers/storage/rackspace/storage/rackspace_storage.go +++ b/drivers/storage/rackspace/storage/rackspace_storage.go @@ -10,10 +10,10 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/rackspace" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/rackspace" "github.com/rackspace/gophercloud" "github.com/rackspace/gophercloud/openstack" diff --git a/drivers/storage/rackspace/tests/rackspace_test.go b/drivers/storage/rackspace/tests/rackspace_test.go index 4f531191..b9992497 100644 --- a/drivers/storage/rackspace/tests/rackspace_test.go +++ b/drivers/storage/rackspace/tests/rackspace_test.go @@ -11,17 +11,17 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" // load the driver - rackspace "github.com/emccode/libstorage/drivers/storage/rackspace" - rackspacex "github.com/emccode/libstorage/drivers/storage/rackspace/executor" - _ "github.com/emccode/libstorage/drivers/storage/rackspace/storage" + rackspace "github.com/codedellemc/libstorage/drivers/storage/rackspace" + rackspacex "github.com/codedellemc/libstorage/drivers/storage/rackspace/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/rackspace/storage" ) var ( diff --git a/drivers/storage/scaleio/executor/scaleio_executor.go b/drivers/storage/scaleio/executor/scaleio_executor.go index 3b55e3b3..3ea84c8b 100644 --- a/drivers/storage/scaleio/executor/scaleio_executor.go +++ b/drivers/storage/scaleio/executor/scaleio_executor.go @@ -12,9 +12,9 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/scaleio" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/scaleio" ) const ( diff --git a/drivers/storage/scaleio/storage/scaleio_storage.go b/drivers/storage/scaleio/storage/scaleio_storage.go index bd64f48a..16649ae2 100644 --- a/drivers/storage/scaleio/storage/scaleio_storage.go +++ b/drivers/storage/scaleio/storage/scaleio_storage.go @@ -7,13 +7,13 @@ import ( log "github.com/Sirupsen/logrus" "github.com/akutz/gofig" "github.com/akutz/goof" - sio "github.com/emccode/goscaleio" - siotypes "github.com/emccode/goscaleio/types/v1" + sio "github.com/codedellemc/goscaleio" + siotypes "github.com/codedellemc/goscaleio/types/v1" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/scaleio" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/scaleio" ) const ( diff --git a/drivers/storage/scaleio/tests/scaleio_test.go b/drivers/storage/scaleio/tests/scaleio_test.go index 597699bb..8a4af14d 100644 --- a/drivers/storage/scaleio/tests/scaleio_test.go +++ b/drivers/storage/scaleio/tests/scaleio_test.go @@ -10,13 +10,13 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/server" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/server" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" // load the driver - sio "github.com/emccode/libstorage/drivers/storage/scaleio" - siox "github.com/emccode/libstorage/drivers/storage/scaleio/executor" + sio "github.com/codedellemc/libstorage/drivers/storage/scaleio" + siox "github.com/codedellemc/libstorage/drivers/storage/scaleio/executor" ) var ( diff --git a/drivers/storage/vbox/executor/vbox_executor.go b/drivers/storage/vbox/executor/vbox_executor.go index e3393c66..d4048b19 100644 --- a/drivers/storage/vbox/executor/vbox_executor.go +++ b/drivers/storage/vbox/executor/vbox_executor.go @@ -13,9 +13,9 @@ import ( "github.com/akutz/gofig" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/vbox" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/vbox" ) const ( diff --git a/drivers/storage/vbox/storage/vbox_storage.go b/drivers/storage/vbox/storage/vbox_storage.go index 5469cd2e..718e7c17 100644 --- a/drivers/storage/vbox/storage/vbox_storage.go +++ b/drivers/storage/vbox/storage/vbox_storage.go @@ -11,10 +11,10 @@ import ( vboxw "github.com/appropriate/go-virtualboxclient/vboxwebsrv" vboxc "github.com/appropriate/go-virtualboxclient/virtualboxclient" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/vbox" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/vbox" ) // Driver represents a vbox driver implementation of StorageDriver diff --git a/drivers/storage/vbox/tests/vbox_test.go b/drivers/storage/vbox/tests/vbox_test.go index d0a62ac6..35e70e6b 100644 --- a/drivers/storage/vbox/tests/vbox_test.go +++ b/drivers/storage/vbox/tests/vbox_test.go @@ -10,17 +10,17 @@ import ( "github.com/akutz/gofig" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/server" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/server" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" // load the driver - "github.com/emccode/libstorage/drivers/storage/vbox" - vboxx "github.com/emccode/libstorage/drivers/storage/vbox/executor" - _ "github.com/emccode/libstorage/drivers/storage/vbox/storage" + "github.com/codedellemc/libstorage/drivers/storage/vbox" + vboxx "github.com/codedellemc/libstorage/drivers/storage/vbox/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/vbox/storage" ) var ( diff --git a/drivers/storage/vfs/client/vfs_client.go b/drivers/storage/vfs/client/vfs_client.go index 28a10a7e..331f28f4 100644 --- a/drivers/storage/vfs/client/vfs_client.go +++ b/drivers/storage/vfs/client/vfs_client.go @@ -6,9 +6,9 @@ import ( "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/drivers/storage/vfs" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/drivers/storage/vfs" ) type driver struct { diff --git a/drivers/storage/vfs/executor/vfs_executor.go b/drivers/storage/vfs/executor/vfs_executor.go index 7b7d8f8e..6d453e2e 100644 --- a/drivers/storage/vfs/executor/vfs_executor.go +++ b/drivers/storage/vfs/executor/vfs_executor.go @@ -13,10 +13,10 @@ import ( "github.com/akutz/goof" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - "github.com/emccode/libstorage/drivers/storage/vfs" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + "github.com/codedellemc/libstorage/drivers/storage/vfs" ) var ( diff --git a/drivers/storage/vfs/storage/vfs_storage.go b/drivers/storage/vfs/storage/vfs_storage.go index 42fef18c..1b190e7d 100644 --- a/drivers/storage/vfs/storage/vfs_storage.go +++ b/drivers/storage/vfs/storage/vfs_storage.go @@ -8,11 +8,11 @@ import ( "github.com/akutz/gofig" "github.com/akutz/goof" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/registry" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" - "github.com/emccode/libstorage/drivers/storage/vfs" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/registry" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" + "github.com/codedellemc/libstorage/drivers/storage/vfs" ) type driver struct { diff --git a/drivers/storage/vfs/storage/vfs_storage_snap.go b/drivers/storage/vfs/storage/vfs_storage_snap.go index 237694de..453203f7 100644 --- a/drivers/storage/vfs/storage/vfs_storage_snap.go +++ b/drivers/storage/vfs/storage/vfs_storage_snap.go @@ -8,8 +8,8 @@ import ( "sync/atomic" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (d *driver) getSnapPath(snapshotID string) string { diff --git a/drivers/storage/vfs/storage/vfs_storage_vol.go b/drivers/storage/vfs/storage/vfs_storage_vol.go index 9cd41b18..8e767ecb 100644 --- a/drivers/storage/vfs/storage/vfs_storage_vol.go +++ b/drivers/storage/vfs/storage/vfs_storage_vol.go @@ -8,8 +8,8 @@ import ( "sync/atomic" "github.com/akutz/gotil" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" ) func (d *driver) getVolPath(volumeID string) string { diff --git a/drivers/storage/vfs/tests/vfs_test.go b/drivers/storage/vfs/tests/vfs_test.go index b8b86363..c33e04f2 100644 --- a/drivers/storage/vfs/tests/vfs_test.go +++ b/drivers/storage/vfs/tests/vfs_test.go @@ -20,17 +20,17 @@ import ( "github.com/akutz/gotil" "github.com/stretchr/testify/assert" - "github.com/emccode/libstorage/api/context" - "github.com/emccode/libstorage/api/server" - apitests "github.com/emccode/libstorage/api/tests" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/api/utils" + "github.com/codedellemc/libstorage/api/context" + "github.com/codedellemc/libstorage/api/server" + apitests "github.com/codedellemc/libstorage/api/tests" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/api/utils" // load the vfs driver packages - "github.com/emccode/libstorage/drivers/storage/vfs" - _ "github.com/emccode/libstorage/drivers/storage/vfs/client" - _ "github.com/emccode/libstorage/drivers/storage/vfs/storage" + "github.com/codedellemc/libstorage/drivers/storage/vfs" + _ "github.com/codedellemc/libstorage/drivers/storage/vfs/client" + _ "github.com/codedellemc/libstorage/drivers/storage/vfs/storage" ) func TestMain(m *testing.M) { diff --git a/drivers/storage/vfs/vfs.go b/drivers/storage/vfs/vfs.go index 7eeaa586..c2035cd1 100644 --- a/drivers/storage/vfs/vfs.go +++ b/drivers/storage/vfs/vfs.go @@ -4,7 +4,7 @@ import ( "path" "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/glide.lock b/glide.lock index a1bff36f..c6c2dfcc 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: 9bf64d1ef1d1dc736991d9e54e5e77dbfdfd5dcb44ce79433c82232c20bf7e87 -updated: 2016-10-18T15:28:37.975949078-05:00 +hash: 6c2c34bc383d9ae951e6c4297f046592250527fb71d2708c31be0541ac880e8b +updated: 2016-10-28T14:09:43.676382142-05:00 imports: - name: github.com/akutz/gofig version: 697c16916338166671910eeaccc50f21e3c10726 @@ -54,27 +54,27 @@ imports: version: 2f16017c76fc2403d143e93cea1e1b9526a01148 subpackages: - schema -- name: github.com/davecgh/go-spew - version: 6d212800a42e8ab5c146b8ace3490ee17e5225f9 - subpackages: - - spew -- name: github.com/emccode/goisilon - version: 653c13de5e1e0294ca0c7eead83e396fe308b497 +- name: github.com/codedellemc/goisilon + version: 2ea94fb4dd4f34507c9d67d8d2e35dcc0edb5f89 subpackages: - api - api/json - api/v1 - api/v2 -- name: github.com/emccode/goscaleio - version: 09ca0f748eb937adf2ec979b7c92915d4dbf35b4 - repo: https://github.com/emccode/goscaleio +- name: github.com/codedellemc/goscaleio + version: 485da3636bfcc8e70f74fe7bdc7cb25e5a6e4c4a + repo: https://github.com/codedellemc/goscaleio subpackages: - tls - types/v1 -- name: github.com/emccode/gournal - version: 3bd901de15097583a5b1f4b377421cfc647c3664 +- name: github.com/codedellemc/gournal + version: 4293aaf7e91602963a5777caef4b346e1cf21936 subpackages: - logrus +- name: github.com/davecgh/go-spew + version: 6d212800a42e8ab5c146b8ace3490ee17e5225f9 + subpackages: + - spew - name: github.com/go-ini/ini version: 6e4869b434bd001f6983749881c7ead3545887d8 - name: github.com/go-yaml/yaml @@ -138,7 +138,7 @@ imports: subpackages: - assert - name: golang.org/x/net - version: a625e3953219464fdd5611bb48bf87c927717295 + version: b336a971b799939dd16ae9b1df8334cb8b977c4d subpackages: - context - context/ctxhttp diff --git a/glide.yaml b/glide.yaml index 8176278d..28e7667b 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,4 +1,4 @@ -package: github.com/emccode/libstorage +package: github.com/codedellemc/libstorage import: ################################################################################ @@ -16,8 +16,8 @@ import: version: v0.1.0 - package: github.com/akutz/golf version: v0.1.1 - - package: github.com/emccode/gournal - version: v0.2.0 + - package: github.com/codedellemc/gournal + version: v0.3.0 - package: github.com/cesanta/validate-json ################################################################################ @@ -25,9 +25,9 @@ import: ################################################################################ ### ScaleIO - - package: github.com/emccode/goscaleio + - package: github.com/codedellemc/goscaleio ref: support/tls-sio-gw-2.0.0.2 - repo: https://github.com/emccode/goscaleio + repo: https://github.com/codedellemc/goscaleio ### VirtualBox - package: github.com/appropriate/go-virtualboxclient @@ -35,8 +35,8 @@ import: repo: https://github.com/clintonskitson/go-virtualboxclient ### Isilon - - package: github.com/emccode/goisilon - version: v1.4.0 + - package: github.com/codedellemc/goisilon + version: v1.5.0 ### EFS and EBS - package: github.com/aws/aws-sdk-go diff --git a/imports/config/imports_config.go b/imports/config/imports_config.go index 80eca735..46f4e590 100644 --- a/imports/config/imports_config.go +++ b/imports/config/imports_config.go @@ -7,7 +7,7 @@ import ( log "github.com/Sirupsen/logrus" "github.com/akutz/gofig" - "github.com/emccode/libstorage/api/types" + "github.com/codedellemc/libstorage/api/types" ) const ( diff --git a/imports/executors/imports_executor.go b/imports/executors/imports_executor.go index 8f16a62c..b64d9f76 100644 --- a/imports/executors/imports_executor.go +++ b/imports/executors/imports_executor.go @@ -2,14 +2,14 @@ package executors import ( // load the storage executors - _ "github.com/emccode/libstorage/drivers/storage/ebs/executor" - _ "github.com/emccode/libstorage/drivers/storage/efs/executor" - //_ "github.com/emccode/libstorage/drivers/storage/gce/executor" - _ "github.com/emccode/libstorage/drivers/storage/isilon/executor" - //_ "github.com/emccode/libstorage/drivers/storage/openstack/executor" - _ "github.com/emccode/libstorage/drivers/storage/scaleio/executor" - _ "github.com/emccode/libstorage/drivers/storage/vbox/executor" - _ "github.com/emccode/libstorage/drivers/storage/vfs/executor" - //_ "github.com/emccode/libstorage/drivers/storage/vmax/executor" - //_ "github.com/emccode/libstorage/drivers/storage/xtremio/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/ebs/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/efs/executor" + //_ "github.com/codedellemc/libstorage/drivers/storage/gce/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/isilon/executor" + //_ "github.com/codedellemc/libstorage/drivers/storage/openstack/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/scaleio/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/vbox/executor" + _ "github.com/codedellemc/libstorage/drivers/storage/vfs/executor" + //_ "github.com/codedellemc/libstorage/drivers/storage/vmax/executor" + //_ "github.com/codedellemc/libstorage/drivers/storage/xtremio/executor" ) diff --git a/imports/local/imports_local.go b/imports/local/imports_local.go index 8f47b4d1..b6c73ff2 100644 --- a/imports/local/imports_local.go +++ b/imports/local/imports_local.go @@ -2,30 +2,30 @@ package local import ( // load the config - _ "github.com/emccode/libstorage/imports/config" + _ "github.com/codedellemc/libstorage/imports/config" // load the libStorage storage driver - _ "github.com/emccode/libstorage/drivers/storage/libstorage" + _ "github.com/codedellemc/libstorage/drivers/storage/libstorage" // load the os drivers - _ "github.com/emccode/libstorage/drivers/os/darwin" - _ "github.com/emccode/libstorage/drivers/os/linux" + _ "github.com/codedellemc/libstorage/drivers/os/darwin" + _ "github.com/codedellemc/libstorage/drivers/os/linux" // load the integration drivers - _ "github.com/emccode/libstorage/drivers/integration/docker" + _ "github.com/codedellemc/libstorage/drivers/integration/docker" // load the client drivers - //_ "github.com/emccode/libstorage/drivers/storage/ec2/client" - //_ "github.com/emccode/libstorage/drivers/storage/gce/client" - //_ "github.com/emccode/libstorage/drivers/storage/isilon/client" - // _ "github.com/emccode/libstorage/drivers/storage/mock/client" - //_ "github.com/emccode/libstorage/drivers/storage/openstack/client" - //_ "github.com/emccode/libstorage/drivers/storage/rackspace/client" - // _ "github.com/emccode/libstorage/drivers/storage/scaleio" - //_ "github.com/emccode/libstorage/drivers/storage/vbox/client" - //_ "github.com/emccode/libstorage/drivers/storage/scaleio/client" - _ "github.com/emccode/libstorage/drivers/storage/vfs/client" - //_ "github.com/emccode/libstorage/drivers/storage/virtualbox" - //_ "github.com/emccode/libstorage/drivers/storage/vmax/client" - //_ "github.com/emccode/libstorage/drivers/storage/xtremio/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/ec2/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/gce/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/isilon/client" + // _ "github.com/codedellemc/libstorage/drivers/storage/mock/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/openstack/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/rackspace/client" + // _ "github.com/codedellemc/libstorage/drivers/storage/scaleio" + //_ "github.com/codedellemc/libstorage/drivers/storage/vbox/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/scaleio/client" + _ "github.com/codedellemc/libstorage/drivers/storage/vfs/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/virtualbox" + //_ "github.com/codedellemc/libstorage/drivers/storage/vmax/client" + //_ "github.com/codedellemc/libstorage/drivers/storage/xtremio/client" ) diff --git a/imports/remote/imports_remote.go b/imports/remote/imports_remote.go index 966a5d7a..cd6d1d0c 100644 --- a/imports/remote/imports_remote.go +++ b/imports/remote/imports_remote.go @@ -2,10 +2,10 @@ package remote import ( // import to load - _ "github.com/emccode/libstorage/drivers/storage/ebs/storage" - _ "github.com/emccode/libstorage/drivers/storage/efs/storage" - _ "github.com/emccode/libstorage/drivers/storage/isilon/storage" - _ "github.com/emccode/libstorage/drivers/storage/scaleio/storage" - _ "github.com/emccode/libstorage/drivers/storage/vbox/storage" - _ "github.com/emccode/libstorage/drivers/storage/vfs/storage" + _ "github.com/codedellemc/libstorage/drivers/storage/ebs/storage" + _ "github.com/codedellemc/libstorage/drivers/storage/efs/storage" + _ "github.com/codedellemc/libstorage/drivers/storage/isilon/storage" + _ "github.com/codedellemc/libstorage/drivers/storage/scaleio/storage" + _ "github.com/codedellemc/libstorage/drivers/storage/vbox/storage" + _ "github.com/codedellemc/libstorage/drivers/storage/vfs/storage" ) diff --git a/imports/routers/imports_routers.go b/imports/routers/imports_routers.go index d3571b84..a7f83a1d 100644 --- a/imports/routers/imports_routers.go +++ b/imports/routers/imports_routers.go @@ -2,11 +2,11 @@ package routers import ( // imports to load routers - _ "github.com/emccode/libstorage/api/server/router/executor" - _ "github.com/emccode/libstorage/api/server/router/help" - _ "github.com/emccode/libstorage/api/server/router/root" - _ "github.com/emccode/libstorage/api/server/router/service" - _ "github.com/emccode/libstorage/api/server/router/snapshot" - _ "github.com/emccode/libstorage/api/server/router/tasks" - _ "github.com/emccode/libstorage/api/server/router/volume" + _ "github.com/codedellemc/libstorage/api/server/router/executor" + _ "github.com/codedellemc/libstorage/api/server/router/help" + _ "github.com/codedellemc/libstorage/api/server/router/root" + _ "github.com/codedellemc/libstorage/api/server/router/service" + _ "github.com/codedellemc/libstorage/api/server/router/snapshot" + _ "github.com/codedellemc/libstorage/api/server/router/tasks" + _ "github.com/codedellemc/libstorage/api/server/router/volume" ) diff --git a/libstorage.go b/libstorage.go index b82c30de..69ecbcd2 100644 --- a/libstorage.go +++ b/libstorage.go @@ -9,7 +9,7 @@ The Past The libStorage project and its architecture represents a culmination of experience gained from the project authors' building of several (http://bit.ly/1HIAet6) different storage (http://bit.ly/1Ya9Uft) -orchestration tools (https://github.com/emccode/rexray). While created using +orchestration tools (https://github.com/codedellemc/rexray). While created using different languages and targeting disparate storage platforms, all the tools were architecturally aligned and embedded functionality directly inside the tools and affected storage platforms. @@ -37,9 +37,9 @@ import ( "github.com/akutz/gofig" "golang.org/x/net/context" - "github.com/emccode/libstorage/api/server" - "github.com/emccode/libstorage/api/types" - "github.com/emccode/libstorage/client" + "github.com/codedellemc/libstorage/api/server" + "github.com/codedellemc/libstorage/api/types" + "github.com/codedellemc/libstorage/client" ) // New starts an embedded libStorage server and returns both the server diff --git a/libstorage.json b/libstorage.json index 28bfa274..eefd8490 100644 --- a/libstorage.json +++ b/libstorage.json @@ -1,5 +1,5 @@ { - "id": "https://github.com/emccode/libstorage", + "id": "https://github.com/codedellemc/libstorage", "$schema": "http://json-schema.org/draft-04/schema#", "title": "libStorage JSON Schema", "definitions": { diff --git a/mkdocs.yml b/mkdocs.yml index 37c18e67..95b8be9c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: libStorage -site_url: https://github.com/emccode/libstorage -repo_url: https://github.com/emccode/libstorage.git +site_url: https://github.com/codedellemc/libstorage +repo_url: https://github.com/codedellemc/libstorage.git docs_dir: .docs site_dir: .site theme_dir: .docs/.themes/yeti