Sunday, February 8, 2015

Mounting Oracle Cloud Storage to OPC Linux VM Using CloudFuse

Cloudfuse allows to access Cloud containers and data directly inside an OPC Linux VM.
(Using Cloudfuse on OPC is not certified and/or supported by Oracle)

1. Download the CloudFuse code from https://github.com/redbo/cloudfuse
2. Install required package (libcurl, fuse, libssl, and libxml2)

3. Install and configure Cloudfuse
        ./configure
        make
        sudo make install

4. Verify ~/.cloudfuse configuration file

     example (~/.cloudfuse):
           username=Storage-identitydomain:user
           api_key=user_password
           authurl=https://storage.us2.oraclecloud.com/auth/v1.0
           cache_timeout=20