Skip to content

Commit

Permalink
bump tsb version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Feb 26, 2019
1 parent 38cbf0f commit 2fcb7a7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .final_builds/jobs/terraform-secure-backend/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ builds:
version: 1c78af2d180d34c5c194b0faf806a86638fdeac8
blobstore_id: 008846a7-00fd-46c5-522b-4ee62dcafbdb
sha1: 0b9a86820346eb155ff22d68f71c599487b2423d
5000215161394a91985d07fa217d0dc19d041fe4:
version: 5000215161394a91985d07fa217d0dc19d041fe4
blobstore_id: 02bdb022-7790-4511-4ac0-d69ea8ff1a88
sha1: 854176f33d0e53ceea0e42116d701c5519c25319
8ce54368732b58d6432f1955f2f0e022cc644576:
version: 8ce54368732b58d6432f1955f2f0e022cc644576
blobstore_id: 05f8ca2c-cd9a-4802-4b60-566804410479
Expand Down
9 changes: 6 additions & 3 deletions jobs/terraform-secure-backend/spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ properties:
tsb.port:
description: "port to listen"
default: "8081"
tsb.name:
description: "this name inside credhub to create an unique path for your tfstate"
default: "terraform-secure"
tsb.chunk_size:
description: "Chunk size in number of bytes to split your tfstate inside credhub to leverage database limit"
default: 60000
tsb.base_path:
description: "Create an unique path for your tfstate on credhub"
default: "/terraform-secure-backend/tfstate/terraform-secure"
tsb.show_error:
description: "If true, if an error occurred details will be shown in the web page as json "
default: true
Expand Down
3 changes: 2 additions & 1 deletion jobs/terraform-secure-backend/templates/config.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
host: <%= p('tsb.host') %>
port: <%= p('tsb.port') %>
name: <%= p('tsb.name') %>
base_path: <%= p('tsb.base_path') %>
chunk_size: <%= p('tsb.chunk_size') %>
<% if_p('tsb.tls') do %>
cert: /var/vcap/jobs/terraform-secure-backend/config/certs/ssl_cert.pem
key: /var/vcap/jobs/terraform-secure-backend/config/certs/ssl_key.pem
Expand Down
8 changes: 4 additions & 4 deletions manifests/tsb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ instance_groups:
shared: true
properties:
tsb:
name: terraform-secure
base_path: /terraform-secure-backend/tfstate/terraform-secure
tls: ((tsb_ssl))
auth:
username: ((tsb_user.username))
Expand Down Expand Up @@ -65,9 +65,9 @@ manifest_version: v1.2.0

releases:
- name: terraform-secure-backend
version: "1.2.1"
url: https://github.com/orange-cloudfoundry/terraform-secure-backend-release/releases/download/v1.2.1/terraform-secure-backend-1.2.1.tgz
sha1: fa9bbb9b2d261b21253855b2d1f1f77e60822d33
version: "1.3.0"
url: https://github.com/orange-cloudfoundry/terraform-secure-backend-release/releases/download/v1.3.0/terraform-secure-backend-1.3.0.tgz
sha1: 9c786a23fe820be8efea4728ba18c7e7c00c75f4
- name: bpm
url: https://bosh.io/d/github.com/cloudfoundry-incubator/bpm-release?v=1.0.2
version: 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion releases/terraform-secure-backend/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ builds:
version: 1.2.1
4da92858-209c-4ca4-7dbe-48e32709eb20:
version: 1.2.0
823d89e4-a926-4cd2-5a31-fafa2b0ff995:
d30a4f71-904f-4198-50ba-1ac17df2bb33:
version: 1.3.0
format-version: "2"
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: terraform-secure-backend
version: 1.3.0
commit_hash: 726bc3f
commit_hash: 38cbf0f
uncommitted_changes: true
jobs:
- name: terraform-secure-backend
version: 8ce54368732b58d6432f1955f2f0e022cc644576
fingerprint: 8ce54368732b58d6432f1955f2f0e022cc644576
sha1: 960ca1f68ccc1de6b46789b1294bdf1c4f0d2535
version: 5000215161394a91985d07fa217d0dc19d041fe4
fingerprint: 5000215161394a91985d07fa217d0dc19d041fe4
sha1: 854176f33d0e53ceea0e42116d701c5519c25319
packages:
- name: terraform-secure-backend
version: 00455c7bee98043d521ff68565c95c2d1ea41916
Expand Down

0 comments on commit 2fcb7a7

Please sign in to comment.