Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
/ cf-test-app Public archive

CF-deployable app to test service interactions

License

Notifications You must be signed in to change notification settings

vmware-archive/cf-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-test-app

CF-deployable app to test S3-compatible blobstore using both fog and aws-s3 gems

Deploying

  • cf push -m 256M --no-start cf-test-app
  • cf create-service p-riakcs developer cf-riakcs-test
  • cf bind-service cf-test-app cf-riakcs-test
  • cf start cf-test-app

Endpoints

GET /service/blobstore/awss3client/test/:service_name

Creates, reads, and deletes a value from a file IO stream in blobstore using aws-s3 gem. Example:

$ curl cf-test-app.my-cloud-foundry.com/service/blobstore/awss3client/test/cf-riakcs-test

GET /service/blobstore/fogclient/test/:service_name

Creates, reads, and deletes a value in blobstore using fog gem. Example:

$ curl cf-test-app.my-cloud-foundry.com/service/blobstore/fogclient/test/cf-riakcs-test

About

CF-deployable app to test service interactions

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages