forked from SolaceDev/pubsubplus-cf-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yml
148 lines (131 loc) · 4.21 KB
/
vars.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# CF Space and Org in which solace messaging service broker to be installed.
solace_broker_cf_organization: solace
solace_broker_cf_space: solace-broker
# The client secret for the "solace_router" uaa client
solace_router_client_secret: 1234
solace_router_client_id: solace_router
# The start port seed from which all ports allocation are based.
starting_port: 7000
# Increase security by hiding service instance credentials from VCAP services
secure_service_credentials: false
# Automatically manage application security groups
application_security_groups: true
# User controlled upgrades
user_controlled_upgrade_on_demand_instances: false
# On demand upgrade task timer
on_demand_upgrade_task_timer: 0,15,30,45 * * * *
## Controls the parallel execution of on demand broker upgrade tasks with BOSH
on_demand_upgrade_canaries: 1
on_demand_upgrade_max_in_flight: 3
# This is the password set for the "admin" user on the VMR
vmr_admin_password: admin1
# These are the current and previous keys used to encrypt password columns in the service broker db.
db_encryption_key:
db_encryption_key_prev:
##
# Control populating each plan with VMRs
# Note that the "HA" Plans need to be provided in groups of 3
##
shared_plan_instances: 1
large_plan_instances: 0
medium_ha_plan_instances: 0
large_ha_plan_instances: 0
enterprise_plan_5_instances: 0
enterprise_plan_6_instances: 0
standard_medium_plan_instances: 0
standard_medium_ha_plan_instances: 0
standard_plan_3_instances: 0
standard_plan_4_instances: 0
# Fill those when using MySQL For PCF tile
mysql_for_pcf_service_name: p-mysql
mysql_for_pcf_service_plan: 100mb
# Fill those when using an external MySQL
mysql_external_hostname: my_db.us-east-1.rds.amazonaws.com
mysql_external_port: 3306
mysql_external_dbname: solace
mysql_external_user: solace_mysql_user
mysql_external_password: solace_db_mysql_password
## The name of the solace pubsub+ service in the marketplace
solace_service_name: solace-pubsub
# Whether the solace service is shareable across orgs and spaces or not
is_shareable: true
# Whether client certificate validation is enabled
enable_client_certificates: true
## The definition of the plans available for the solace pubsub+ service
plans:
standard_medium:
name: standard-medium
description: "This is a standard-medium service"
point_form_description: [ must be, an array ]
isHA: false
maxVpns: 1
quota: 1
standard_medium_ha:
name: standard-medium-ha
description: "This is a standard-medium-ha service"
point_form_description: [ must be, an array ]
isHA: true
maxVpns: 1
quota: 1
standard_plan_3:
name: standard-plan-3
description: "This is a standard service"
point_form_description: [ must be, an array ]
isHA: false
maxVpns: 1
quota: 1
standard_plan_4:
name: standard-plan-4
description: "This is a highly available standard service"
point_form_description: [ must be, an array ]
isHA: true
maxVpns: 1
quota: 1
enterprise_shared:
name: enterprise-shared
description: "This is an enterprise-shared service"
point_form_description: [ must be, an array ]
isHA: false
maxVpns: 5
productKey: ""
quota: 1
enterprise_large:
name: enterprise-large
description: "This is an enterprise-large service"
point_form_description: [ must be, an array ]
isHA: false
maxVpns: 1
productKey: ""
quota: 1
enterprise_medium_ha:
name: enterprise-medium-ha
description: "This is an enterprise-medium-ha service"
point_form_description: [ must be, an array ]
isHA: true
maxVpns: 1
productKey: ""
quota: 1
enterprise_large_ha:
name: enterprise-large-ha
description: "This is an enterprise-large-ha service"
point_form_description: [ must be, an array ]
isHA: true
maxVpns: 1
productKey: ""
quota: 1
enterprise_plan_5:
name: enterprise-plan-5
description: "This is an enterprise service"
point_form_description: [ must be, an array ]
isHA: false
maxVpns: 1
productKey: ""
quota: 1
enterprise_plan_6:
name: enterprise-plan-6
description: "This is an enterprise service"
point_form_description: [ must be, an array ]
isHA: true
maxVpns: 1
productKey: ""
quota: 1