Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Add minimum_candidate_stagers to manifest template #966

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions spec/fixtures/aws/cf-manifest.yml
Expand Up @@ -917,6 +917,7 @@ properties:
ca_cert: null
bulk_api_password: BULK_API_PASSWORD
client_max_body_size: 15M
minimum_candidate_stagers: 5
dea_use_https: false
db_encryption_key: CCDB_ENCRYPTION_KEY
db_logging_level: debug2
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/bosh-lite/cf-manifest.yml
Expand Up @@ -2754,6 +2754,7 @@ properties:
client_max_body_size: 15M
db_encryption_key: db-encryption-key
db_logging_level: debug2
minimum_candidate_stagers: 5
dea_use_https: true
default_app_disk_in_mb: 1024
default_app_memory: 256
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/openstack/cf-manifest.yml
Expand Up @@ -936,6 +936,7 @@ properties:
client_max_body_size: 15M
db_encryption_key: DB_ENCRYPTION_KEY
db_logging_level: debug2
minimum_candidate_stagers: 5
dea_use_https: false
default_app_disk_in_mb: 1024
default_app_memory: 1024
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/vsphere/cf-manifest.yml
Expand Up @@ -934,6 +934,7 @@ properties:
client_max_body_size: 15M
db_encryption_key: DB_ENCRYPTION_KEY
db_logging_level: debug2
minimum_candidate_stagers: 5
dea_use_https: false
default_app_disk_in_mb: 1024
default_app_memory: 1024
Expand Down
1 change: 1 addition & 0 deletions templates/cf.yml
Expand Up @@ -825,6 +825,7 @@ properties:
reserved_private_domains: ~

dea_use_https: false
minimum_candidate_stagers: 5
volume_services_enabled: (( merge || nil ))

security_event_logging:
Expand Down