-
Notifications
You must be signed in to change notification settings - Fork 0
/
enable-restore-nfs-broker.yml
35 lines (35 loc) · 1.09 KB
/
enable-restore-nfs-broker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
- type: replace
path: /instance_groups/name=backup-restore/jobs/-
value:
name: nfsbrokerpush
provides:
nfsbrokerpush: {as: colocated-nfsbrokerpush}
properties:
nfsbrokerpush:
app_domain: ((system_domain))
app_name: nfs-broker
cf:
client_id: nfs-broker-push-client
client_secret: ((nfs-broker-push-uaa-client-secret))
create_credhub_security_group: true
create_sql_security_group: false
credhub:
uaa_ca_cert: ((uaa_ssl.ca))
uaa_client_id: nfs-broker-credhub-client
uaa_client_secret: ((nfs-broker-credhub-uaa-client-secret))
domain: ((system_domain))
organization: system
password: ((nfs-broker-password))
skip_cert_verify: true
space: nfs-broker-space
store_id: nfsbroker
syslog_url: ""
username: nfs-broker
release: nfs-volume
- type: replace
path: /instance_groups/name=backup-restore/jobs/-
value:
name: nfsbroker-bbr-lock
release: nfs-volume
consumes:
nfsbrokerpush: {from: colocated-nfsbrokerpush}