bbr-atcdb job from concourse/5.2.0
Github source:
a01677c
or
master branch
Properties¶
postgresql
¶
address
¶Deprecated. Shorthand for specifying
postgresql.host
andpostgresql.port
.
database
¶Name of the database to use.
- Default
atc
host
¶IP address or DNS name of a PostgreSQL server to connect to.
If not specified, one will be autodiscovered via BOSH links.
port
¶Port on which to connect to the server specified by
postgresql.host
.If
postgresql.host
is not specified, this will be autodiscovered via BOSH links, along with the host.
- Default
5432
role
¶
name
¶Name of role to connect with.
- Default
atc
password
¶Password to use when connecting.
tls
¶
cert
¶
ca
¶Server CA certificate. This must be included if any of the tls block is specified.
certificate
¶Client certificate for Mutual TLS. This must be specified if
private_key
is given.
private_key
¶Client private key for Mutual TLS. This must be specified if
certificate
is given.
enabled
¶Whether or not to use TLS when connecting to the database.
- Default
false
skip_host_verify
¶Skip host verification for Server CA certificate. Needs to be set to
true
on GCP.
- Default
false
postgresql_database
¶
Name of the database to use from the postgresql
link.
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/bbr-atcdb/
directory
(learn more).
bin/bbr/backup
(frombackup.sh.erb
)bin/bbr/restore
(fromrestore.sh.erb
)config/config.json
(fromconfig.json.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.
This job relies on no runtime packages.