Skip to content

Commit

Permalink
update cpi version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Jul 31, 2018
1 parent 6cc8fad commit 2e8a427
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions alicloud/cpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
path: /releases/-
value:
name: bosh-alicloud-cpi
version: 18
url: http://bosh-((region)).oss-((region)).aliyuncs.com/bosh-alicloud-cpi-release-r18.tgz
sha1: 2e36b60f99e51fe2dd4e7ea021bf3ecce883487c
version: 19
url: https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/releases/download/V19/bosh-alicloud-cpi-release-r19.tgz
sha1: f58ee9bab45cb45036164cf170989751523fa6d8

# light stemcell
- type: replace
Expand Down Expand Up @@ -83,8 +83,8 @@
- type: replace
path: /instance_groups/name=bosh/properties/alicloud?
value: &alicloud
region_id: ((region))
zone_id: ((zone))
region: ((region))
availability_zone: ((zone))
access_key_id: ((access_key_id))
access_key_secret: ((access_key_secret))

Expand Down

0 comments on commit 2e8a427

Please sign in to comment.