-
Notifications
You must be signed in to change notification settings - Fork 5
/
ert.yml
108 lines (108 loc) · 3.06 KB
/
ert.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
products:
- identifier: cf
availability_zone_references:
- az-(( PcfPrivateSubnetAvailabilityZone ))
- az-(( PcfPrivateSubnet2AvailabilityZone ))
- az-(( PcfPrivateSubnet3AvailabilityZone ))
singleton_availability_zone_reference: az-(( PcfPrivateSubnetAvailabilityZone ))
network_reference: network-(( PcfPrivateSubnetId ))
properties:
- identifier: logger_endpoint_port
value: 4443
- identifier: allow_cross_container_traffic
value: true
- identifier: networking_point_of_entry
options:
- identifier: external_ssl
properties:
- identifier: ssl_rsa_certificate
value:
cert_pem: (( v.ssl_cert ))
private_key_pem: (( v.ssl_key ))
- identifier: ssl_ciphers
value: external_ssl
- identifier: system_database
options:
- identifier: external
properties:
- identifier: port
value: (( PcfRdsPort ))
- identifier: host
value: (( PcfRdsAddress ))
- identifier: username
value: (( PcfRdsUsername ))
- identifier: password
value:
secret: (( PcfRdsPassword ))
value: external
- identifier: system_blobstore
options:
- identifier: external
properties:
- identifier: endpoint
value: (( v.s3_endpoint ))
- identifier: buildpacks_bucket
value: (( PcfElasticRuntimeS3BuildpacksBucket ))
- identifier: droplets_bucket
value: (( PcfElasticRuntimeS3DropletsBucket ))
- identifier: packages_bucket
value: (( PcfElasticRuntimeS3PackagesBucket ))
- identifier: resources_bucket
value: (( PcfElasticRuntimeS3ResourcesBucket ))
- identifier: access_key
value: (( PcfIamUserAccessKey ))
- identifier: secret_key
value:
secret: (( PcfIamUserSecretAccessKey ))
value: external
jobs:
- identifier: cloud_controller
properties:
- identifier: system_domain
value: (( Opts_system_domain ))
- identifier: apps_domain
value: (( Opts_apps_domain ))
- identifier: ha_proxy
instance:
identifier: instances
value: 0
properties:
- identifier: ssl_rsa_certificate
value:
cert_pem: (( v.ssl_cert ))
private_key_pem: (( v.ssl_key ))
- identifier: skip_cert_verify
value: (( Opts_skip_cert_verify ))
- identifier: ssl_ciphers
- identifier: router
elb_names: (( Opts_stack-name ))-pcf-elb,(( Opts_stack-name ))-pcf-elb-in
instance:
identifier: instances
value: 3
- identifier: diego_brain
elb_names: (( Opts_stack-name ))-pcf-ssh-elb,(( Opts_stack-name ))-pcf-ssh-elb-in
- identifier: nfs_server
instance:
identifier: instances
value: 0
- identifier: mysql_proxy
instance:
identifier: instances
value: 0
- identifier: mysql
instance:
identifier: instances
value: 0
- identifier: ccdb
instance:
identifier: instances
value: 0
- identifier: uaadb
instance:
identifier: instances
value: 0
- identifier: consoledb
instance:
identifier: instances
value: 0