Date
1 - 1 of 1
Adding a new blobstore provider (foo) in bosh
PARTHASARATHI KUNDU
Hi,
How can I add a new blobstore provider foo in bosh ? I have implemented fog-foo for the storage service and modified the configurations(private.yml and final.yml) as per http://bosh.io/docs/reference/blobs.html for the foo storage provider. Looks it recognizes only Cannot initialize blobstore: Unknown client provider 'OracleBM', available providers are: ["dav", "simple", "s3", "local", "s3cli"] So that means somewhere I have to inject the fog-foo in bosh . I can do that in cloudfoundry by modifying https://github.com/cloudfoundry/cloud_controller_ng/blob/e42d61adb9335ac18690456e1ae0997432b4f390/lib/cloud_controller/blobstore/fog/providers.rb Can you please suggest me how can i inject this for bosh. -- Regards Partha |
|