Template Uploader Errand Properties
The template-uploader errand has different properties based on each service. In the first section you can find the general properties, valid for all services. Additionally you can find the properties for each service in the sections below.
Property | Description |
---|---|
/backup_manager_api | API-Endpoint for the Backup Manager |
/backup_manager_username | Username for the Backup Manager |
/backup_manager_password | Password for the Backup Manager |
/cdns_encrypt | TBD |
/cdns_ssl.ca | TBD |
/cdns_ssl.certificate | TBD |
/cdns_ssl.private_key | TBD |
stemcell_os | The operating system of the BOSH stemcell |
stemcell_alias | Stemcell alias configured in the IaaS configuration |
stemcell_version | Current version of the stemcell |
service_network | TBD |
consul_domain | Domain name for Consul DNS |
consul_ips | TBD |
add_consul_to_bosh_dns_resolvers | Add Consul DNS to BOSH DNS resolvers. true or false |
global_graphite_endpoint | Endpoint for the Graphite API, see Metrics |
global_syslog_endpoint | Endpoint for the Syslog API |
use_metrics_prefix_level_2 | If true, CF org will be sent with the Graphite metrics, see Metrics. |
use_metrics_prefix_level_3 | If true, CF space will be sent with the Graphite metrics, see Metrics. |
Search
Property | Description |
---|---|
/search_service_backup_agent_username | Username for the Search Backup Agent |
/search_service_backup_agent_password | Password for the Search Backup Agent |
LogMe2
Property | Description |
---|---|
/logme2_service_dashboard_secret | TBD |
/cf_nats_ips | IPs of each cluster member of the NATS server deployment |
/cf_nats_credentials.username | Username for the NATS-TLS user used by the Route Registrar |
/cf_nats_credentials.password | Password for the NATS-TLS user used by the Route Registrar |
/cf_nats_tls_client_cert.certificate | Client certificate for the NATS-TLS connection used by the Route Registrar |
/cf_nats_tls_client_cert.private_key | Client Key for the NATS-TLS conncection used by the Route Registrar |
/cf_nats_tls_client_cert.ca | Certificate authority for the NATS-TLS connection used by the Route Registrar |
cf_system_domain | TBD |
dashboard_client_id | TBD |
MongoDB
Property | Description |
---|---|
/mongodb_service_backup_agent_username | Username for the MongoDB Backup Agent |
/mongodb_service_backup_agent_password | Password for the MongoDB Backup Agent |
MariaDB
Property | Description |
---|---|
/mariadb_service_backup_agent_username | Username for the MariaDB Backup Agent |
/mariadb_service_backup_agent_password | Password for the MariaDB Backup Agent |
PostgreSQL
Property | Description |
---|---|
/postgresql_service_backup_agent_username | Username for the PostgreSQL Backup Agent |
/postgresql_service_backup_agent_password | Password for the PostgreSQL Backup Agent |
Prometheus
Property | Description |
---|---|
/prometheus_service_dashboard_secret | TBD |
/cf_nats_ips | IPs of each cluster member of the NATS server deployment |
/cf_nats_credentials.username | Username for the NATS-TLS user used by the Route Registrar |
/cf_nats_credentials.password | Password for the NATS-TLS user used by the Route Registrar |
/cf_nats_tls_client_cert.certificate | Client certificate for the NATS-TLS connection used by the Route Registrar |
/cf_nats_tls_client_cert.private_key | Client Key for the NATS-TLS conncection used by the Route Registrar |
/cf_nats_tls_client_cert.ca | Certificate authority for the NATS-TLS connection used by the Route Registrar |
RabbitMQ
Property | Description |
---|---|
/rabbitmq_service_backup_agent_username | Username for the RabbitMQ Backup Agent |
/rabbitmq_service_backup_agent_password | Password for the RabbitMQ Backup Agent |
/cf_nats_ips | IPs of each cluster member of the NATS server deployment |
/cf_nats_credentials.username | Username for the NATS-TLS user used by the Route Registrar |
/cf_nats_credentials.password | Password for the NATS-TLS user used by the Route Registrar |
/cf_nats_tls_client_cert.certificate | Client certificate for the NATS-TLS connection used by the Route Registrar |
/cf_nats_tls_client_cert.private_key | Client Key for the NATS-TLS conncection used by the Route Registrar |
/cf_nats_tls_client_cert.ca | Certificate authority for the NATS-TLS connection used by the Route Registrar |
info
For RabbitMQ the NATS-related properties are needed only if the RabbitMQ Management UI has been enabled.
Redis
Property | Description |
---|---|
/redis_service_backup_agent_username | Username for the Redis Backup Agent |
/redis_service_backup_agent_password | Password for the Redis Backup Agent |
TLS Configuration
The Template Uploader Errand communicates with the a9s Deployer via a TLS protected connection.
This is configurable via the property anynines_service_broker.bosh_deployer
.
For more details on this property, please refer to the TLS General Configuration documentation.