You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Adrian Cole (JIRA)" <ji...@apache.org> on 2012/07/31 04:33:35 UTC

[jira] [Commented] (WHIRR-606) Add support for CloudFoundry vBlob

    [ https://issues.apache.org/jira/browse/WHIRR-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425471#comment-13425471 ] 

Adrian Cole commented on WHIRR-606:
-----------------------------------

basic steps are:

install git, make tools
clone node; checkout branch v0.6, tag v0.6.10
make.. install node
clone vblob

write config.json like below to the vblob dir (noting the access key is fake, and that's ok):

{
    "drivers": [
    {
        "fs-1": {
            "type": "fs",
            "option": {
            }
        }
    }],
    "port": "9981",
    "current_driver": "fs-1",
    "logtype": "winston",
    "logfile": "./log.txt",
    "keyID": "MvndHwA4e6dgaGV23L94",
    "secretID": "A50GS9tj2DLXRln4rf1K+A/CSjmAbBGw0H5yul6s",
    "auth": "s3",
    "debug": true,
    "account_api" : false
}

node server.js

                
> Add support for CloudFoundry vBlob
> ----------------------------------
>
>                 Key: WHIRR-606
>                 URL: https://issues.apache.org/jira/browse/WHIRR-606
>             Project: Whirr
>          Issue Type: Improvement
>          Components: new service
>    Affects Versions: 0.8.0
>            Reporter: Adrian Cole
>            Assignee: Adrian Cole
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> vBlob gives you an HTTP S3 service in front of a remote BlobStore connection or a local filesystem
> This can be helpful in clouds that do not run BlobStores
> https://github.com/cloudfoundry/vblob

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira