Skip to content

Commit

Permalink
Add blobstore alicloud oss ops file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Jun 13, 2018
1 parent 5f22128 commit bb47fde
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions alicloud/oss-blobstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

# Using Alibaba Cloud OSS Service as Bosh blobstore
# If you want to apply the current oss bucket for other blobstores, you can specify 'bucket_name' to oss bucket and its one directory, like "((bucket_name))/bosh-blobs", and then the directory "bosh-blobs" will store all of bosh blobs.

- type: remove
path: /instance_groups/name=bosh/jobs/name=blobstore

- type: replace
path: /instance_groups/name=bosh/properties/blobstore?
value:
provider: s3
bucket_name: ((bucket_name))
host: oss-((region)).aliyuncs.com
access_key_id: ((access_key_id))
secret_access_key: ((access_key_secret))

0 comments on commit bb47fde

Please sign in to comment.