golangapiserver job from app-autoscaler/8.0.0
Github source:
e85e5300
or
master branch
Properties¶
autoscaler
¶
apiserver
¶
broker
¶
broker_credentials
¶The list of credentials to authenticate with service broker. This is useful when credential rotation is required example: - broker_username: user1 broker_password: password1 - broker_username: user2 broker_password: password2
- Default
""
password
¶DEPRECATED - password to authenticate with service broker
plan_check
¶The plan check config which consists of plan_definitions: example_definition_name: planCheckEnabled: boolean (true|false) schedules_count: int (0..) scaling_rules_count: int (0..) plan_updateable: boolean (true|false)
Example below:
plan_definitions: Some-example-uuid-ONE: planCheckEnabled: true schedules_count: 2 scaling_rules_count: 4 Some-example-uuid-TWO: planCheckEnabled: true schedules_count: 10 scaling_rules_count: 10
- Default
""
server
¶ca_cert
¶PEM-encoded CA certificate
catalog
¶
dashboard_redirect_uri
¶
port
¶Port where broker server will run
- Default
6101server_cert
¶PEM-encoded server certificate
server_key
¶PEM-encoded server key
username
¶DEPRECATED - username to authenticate with service broker
cred_helper
¶
impl
¶Either default or stored_procedure which retrieves and manages credentials
- Default
default
stored_procedure_config
¶Configuration to define the stored procedure config if
stored_procedure
is used as the implementation. NOTE: The procedure_name/function name is case sensitive. This is to secure the configuration quoting identifiers which makes them case sensitve stored_procedure_config: schema_name: string create_binding_credential_procedure_name: string drop_binding_credential_procedure_name: string drop_all_binding_credential_procedure_name: string validate_binding_credential_procedure_name: stringExample below:
stored_procedure_config: schema_name: SCHEMA create_binding_credential_procedure_name: CREATE drop_binding_credential_procedure_name: DROP drop_all_binding_credential_procedure_name: dropALL validate_binding_credential_procedure_name: VALIDATE
- Default
{}
event_generator
¶
ca_cert
¶PEM-encoded CA certificate
client_cert
¶PEM-encoded client certificate
client_key
¶PEM-encoded client key
host
¶Host where eventGenerator is running
- Default
eventgenerator.service.cf.internal
port
¶Port where eventGenerator will listen
- Default
6105
health
¶
port
¶
- Default
1080
hooks
¶
post_start
¶Script to run after apiserver has started
- Default
""
post_stop
¶Script to run after apiserver has stopped
- Default
""
pre_start
¶Script to run before starting apiserver
- Default
""- Example
|+ #!/bin/bash echo "Going to start apiserver" echo "apiserver data directory is ${DATA_DIR}" echo "apiserver port is ${PORT}" echo "apiserver directory is ${PACKAGE_DIR}"
pre_stop
¶Script to run before stopping apiserver
- Default
""
info
¶
build
¶Autoscaler application build number
- Default
8.0.0
description
¶Autoscaler application short description
- Default
Automatically increase or decrease the number of application instances based on a policy you define.
name
¶Name of the autoscaler application to be shown in /info path
- Default
Autoscaler
support_url
¶Autoscaler application support page URL
- Default
https://github.com/cloudfoundry/app-autoscaler-release
logging
¶
level
¶the level of logging
- Default
info
metrics_collector
¶
ca_cert
¶PEM-encoded CA certificate
client_cert
¶PEM-encoded client certificate
client_key
¶PEM-encoded client key
host
¶Host where metricsCollector is running
- Default
metricscollector.service.cf.internal
port
¶Port where metricsCollector will listen
- Default
6103
metrics_forwarder
¶
host
¶Host where metricsforwarder is running
- Default
autoscalermetrics.bosh-lite.com
mtls_host
¶Host where metricsforwarder mtls authentication route is available
- Default
""
public_api
¶
server
¶ca_cert
¶PEM-encoded CA certificate
port
¶Port where broker server will run
- Default
6102server_cert
¶PEM-encoded server certificate
server_key
¶PEM-encoded server key
rate_limit
¶
max_amount
¶The number of requests accepted by rate limit
- Default
10
valid_duration
¶The rate limit evaluation duration
- Default
1s
scaling_engine
¶
ca_cert
¶PEM-encoded CA certificate
client_cert
¶PEM-encoded client certificate
client_key
¶PEM-encoded client key
host
¶Host where scalingengine is running
- Default
scalingengine.service.cf.internal
port
¶Port where scalingengine will listen
- Default
6104
scaling_rules
¶
cpu
¶lower_threshold
¶Allowable lower threshold of the cpu scaling range
- Default
1upper_threshold
¶Allowable upper threshold of the cpu scaling range
- Default
100
scheduler
¶
ca_cert
¶PEM-encoded CA certificate
client_cert
¶PEM-encoded client certificate
client_key
¶PEM-encoded client key
host
¶Host where scheduler is running
- Default
autoscalerscheduler.service.cf.internal
port
¶Port where scheduler will listen
- Default
6102
use_buildin_mode
¶
- Default
true
binding_db
¶
address
¶IP address on which the bindingdb server will listen
- Default
autoscalerpostgres.service.cf.internal
databases
¶The list of databases used in bindingdb database including name
db_scheme
¶Database scheme to be used to access bindingdb
- Default
postgres
port
¶Port on which the bindingdb server will listen
roles
¶The list of database roles used in bindingdb database including name/password
sslmode
¶sslmode to connect to postgres server
- Default
disable
tls
¶
ca
¶PEM-encoded ca certificate of tls database server
- Default
""
binding_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
10
max_open_connections
¶
- Default
20
cf
¶
api
¶the Cloud Foundry API endpoint
client_id
¶the client id to log in cf
idle_connection_timeout_ms
¶The maximum amount of time an idle (keep-alive) connection will remain idle before closing itself. Zero means no limit.
- Default
5000
max_idle_conns_per_host_ms
¶Controls the maximum idle (keep-alive) connections to keep pooled per-host. If zero, 2 is used.
- Default
200
max_retries
¶The number of retries from the autoscaler to the cf api (cloud controller). 0 turns off the retries.
- Default
3
max_retry_wait_ms
¶The maximum amount of time in milliseconds to wait between retries. 0 leaves it to the implementation to decide
- Default
0
secret
¶the secret to log in cf
skip_ssl_validation
¶Flag to skip ssl validation to connect to CC and UAA
- Default
false
changeloglock_timeout_seconds
¶Liquibase changelog lock timeout duration in seconds
- Default
180
policy_db
¶
address
¶IP address on which the policydb server will listen
- Default
autoscalerpostgres.service.cf.internal
databases
¶The list of databases used in policydb database including name
db_scheme
¶Database scheme to be used to access policydb
- Default
postgres
port
¶Port on which the policydb server will listen
roles
¶The list of database roles used in policydb database including name/password
sslmode
¶sslmode to connect to postgres server
- Default
disable
tls
¶
ca
¶PEM-encoded ca certificate of tls database server
- Default
""
policy_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
10
max_open_connections
¶
- Default
20
storedprocedure_db
¶
address
¶IP address on which the storedproceduredb server will listen
- Default
""
databases
¶The list of databases used in storedproceduredb database including name
db_scheme
¶Database scheme to be used to access storedproceduredb
- Default
postgres
port
¶Port on which the storedproceduredb server will listen
roles
¶The list of database roles used in storedproceduredb database including name/password
sslmode
¶sslmode to connect to postgres server
- Default
disable
tls
¶
ca
¶PEM-encoded ca certificate of tls database server
- Default
""
storedprocedure_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
10
max_open_connections
¶
- Default
20
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/golangapiserver/
directory
(learn more).
bin/apiserver_ctl
(fromapiserver_ctl.erb
)bin/hooks/post-start.sh
(fromhooks/post-start.sh.erb
)bin/hooks/post-stop.sh
(fromhooks/post-stop.sh.erb
)bin/hooks/pre-start.sh
(fromhooks/pre-start.sh.erb
)bin/hooks/pre-stop.sh
(fromhooks/pre-stop.sh.erb
)bin/liquibase.properties
(fromliquibase.properties
)bin/pre-start
(frompre-start.erb
)config/apiserver.yml
(fromapiserver.yml.erb
)config/catalog.json
(fromcatalog.json.erb
)config/certs/apiserver/ca.crt
(fromapiserver_ca.crt.erb
)config/certs/apiserver/server.crt
(fromapiserver_server.crt.erb
)config/certs/apiserver/server.key
(fromapiserver_server.key.erb
)config/certs/binding_db/ca.crt
(frombinding_db_ca.crt.erb
)config/certs/brokerserver/ca.crt
(frombrokerserver_ca.crt.erb
)config/certs/brokerserver/server.crt
(frombrokerserver.crt.erb
)config/certs/brokerserver/server.key
(frombrokerserver.key.erb
)config/certs/eventgenerator/ca.crt
(fromeventgenerator_ca.crt.erb
)config/certs/eventgenerator/client.crt
(fromeventgenerator_client.crt.erb
)config/certs/eventgenerator/client.key
(fromeventgenerator_client.key.erb
)config/certs/metricscollector/ca.crt
(frommetricscollector_ca.crt.erb
)config/certs/metricscollector/client.crt
(frommetricscollector_client.crt.erb
)config/certs/metricscollector/client.key
(frommetricscollector_client.key.erb
)config/certs/policy_db/ca.crt
(frompolicy_db_ca.crt.erb
)config/certs/scalingengine/ca.crt
(fromscalingengine_ca.crt.erb
)config/certs/scalingengine/client.crt
(fromscalingengine_client.crt.erb
)config/certs/scalingengine/client.key
(fromscalingengine_client.key.erb
)config/certs/scheduler/ca.crt
(fromscheduler_ca.crt.erb
)config/certs/scheduler/client.crt
(fromscheduler_client.crt.erb
)config/certs/scheduler/client.key
(fromscheduler_client.key.erb
)config/certs/storedprocedure_db/ca.crt
(fromstoredprocedure_db_ca.crt.erb
)config/info.json
(frominfo.json.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.