operator job from app-autoscaler/14.1.0
Github source:
266a29d4f
or
master branch
Properties¶
autoscaler
¶
appmetrics_db
¶
address
¶IP address on which the appmetricsdb server will listen
- Default
autoscalerpostgres.service.cf.internal
databases
¶The list of databases used in appmetricsdb database including name
db_scheme
¶Database scheme to be used to access appmetricsdb
- Default
postgres
port
¶Port on which the appmetricsdb server will listen
roles
¶The list of database roles used in appmetricsdb database including name/password
sslmode
¶sslmode to connect to postgres server
- Default
disable
tls
¶
ca
¶PEM-encoded CA certificate for TLS database server
- Default
""
certificate
¶PEM-encoded certificate for TLS database client
- Default
""
private_key
¶PEM-encoded key for TLS database client
- Default
""
appmetrics_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
1
max_open_connections
¶
- Default
10
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
lock_db
¶
address
¶IP address on which the lockdb server will listen
- Default
autoscalerpostgres.service.cf.internal
databases
¶The list of databases used in lockdb database including name
db_scheme
¶Database scheme to be used to access lockdb
- Default
postgres
port
¶Port on which the lockdb server will listen
roles
¶The list of database roles used in lockdb database including name/password
sslmode
¶sslmode to connect to postgres server
- Default
disable
tls
¶
ca
¶PEM-encoded ca certificate of tls database server
- Default
""
certificate
¶PEM-encoded certificate of tls database client
- Default
""
private_key
¶PEM-encoded key of tls database client
- Default
""
lock_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
1
max_open_connections
¶
- Default
10
operator
¶
app_metrics_db
¶
cutoff_duration
¶the cutoff days when pruning appmetrics database
- Default
48h
refresh_interval
¶the time interval to prune the appmetrics database
- Default
1h
app_sync_interval
¶the time interval to sync applications
- Default
24h
db_lock
¶
retry_interval
¶lock db retry interval
- Default
5s
ttl
¶database lock ttl
- Default
15s
health
¶
ca_cert
¶PEM-encoded CA certificate for the health endpoint
password
¶the password of health endpoint
- Default
""
port
¶the listening port of health endpoint
- Default
6208
server_cert
¶PEM-encoded server certificate for the health endpoint
server_key
¶PEM-encoded server key for the health endpoint
username
¶the username of health endpoint
- Default
""
http_client_timeout
¶Http client imeout for operator to communicate with other autoscaler components
- Default
60s
logging
¶
level
¶the leve of logging
- Default
info
scaling_engine
¶
ca_cert
¶PEM-encoded CA certificate
client_cert
¶PEM-encoded client certificate
client_key
¶PEM-encoded client key
host
¶Host where the scaling engine is running
- Default
scalingengine.service.cf.internal
port
¶Port where the scaling engine will listen
- Default
6104
sync_interval
¶the time interval to synchronize the scaling engine active schedules
- Default
600s
scaling_engine_db
¶
cutoff_duration
¶the cutoff days when pruning scalingengine database
- Default
240h
refresh_interval
¶the time interval to prune the scalingengine database
- Default
1h
scheduler
¶
ca_cert
¶PEM-encoded CA certificate
client_cert
¶PEM-encoded client certificate
client_key
¶PEM-encoded client key
host
¶Host where the scheduler is running
- Default
autoscalerscheduler.service.cf.internal
port
¶Port where the scheduler will listen
- Default
6102
sync_interval
¶the time interval to synchronize the schedules
- Default
600s
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
""
certificate
¶PEM-encoded certificate of tls database client
- Default
""
private_key
¶PEM-encoded key of tls database client
- Default
""
policy_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
1
max_open_connections
¶
- Default
10
scalingengine_db
¶
address
¶IP address on which the scalingenginedb server will listen
- Default
autoscalerpostgres.service.cf.internal
databases
¶The list of databases used in scalingenginedb database including name
db_scheme
¶Database scheme to be used to access scalingenginedb
- Default
postgres
port
¶Port on which the scalingenginedb server will listen
roles
¶The list of database roles used in scalingenginedb database including name/password
sslmode
¶sslmode to connect to postgres server
- Default
disable
tls
¶
ca
¶PEM-encoded ca certificate for TLS database server
- Default
""
certificate
¶PEM-encoded certificate for TLS database client
- Default
""
private_key
¶PEM-encoded key for TLS database client
- Default
""
scalingengine_db_connection_config
¶
connection_max_lifetime
¶
- Default
60s
max_idle_connections
¶
- Default
1
max_open_connections
¶
- Default
10
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/operator/
directory
(learn more).
bin/bpm-pre-start
(frombpm-pre-start.erb
)bin/liquibase.properties
(fromliquibase.properties
)config/bpm.yml
(frombpm.yml.erb
)config/certs/appmetrics_db/ca.crt
(fromappmetrics_db_ca.crt.erb
)config/certs/appmetrics_db/crt
(fromappmetrics_db.crt.erb
)config/certs/appmetrics_db/key
(fromappmetrics_db.key.erb
)config/certs/healthendpoint/ca.crt
(fromhealthendpoint_ca.crt.erb
)config/certs/healthendpoint/server.crt
(fromhealthendpoint.crt.erb
)config/certs/healthendpoint/server.key
(fromhealthendpoint.key.erb
)config/certs/lock_db/ca.crt
(fromlock_db_ca.crt.erb
)config/certs/lock_db/crt
(fromlock_db.crt.erb
)config/certs/lock_db/key
(fromlock_db.key.erb
)config/certs/policy_db/ca.crt
(frompolicy_db_ca.crt.erb
)config/certs/policy_db/crt
(frompolicy_db.crt.erb
)config/certs/policy_db/key
(frompolicy_db.key.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/scalingengine_db/ca.crt
(fromscalingengine_db_ca.crt.erb
)config/certs/scalingengine_db/crt
(fromscalingengine_db.crt.erb
)config/certs/scalingengine_db/key
(fromscalingengine_db.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/operator.yml
(fromoperator.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.