mariadb job from shield/7.0.0
Github source:
9e52bd89 or
master branch
Properties¶
databases¶
databases¶A list of databases to provision. Each entry in the list must be a map with the ‘name’ key set, i.e.: databases: databases: - name: shielddb
port¶MySQL port to bind.
- Default
3306
roles¶A list of database users (roles) to create. All users created will have full access to all databases. Each entry in the list must be a map with ‘name’ and ‘password’ keys, a la: databases: roles: - name: shieldadmin password: its-a-secret
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/mariadb/ directory
(learn more).
bin/mariadb_ctl(frombin/mariadb_ctl)bin/mariadb_start.sh(frombin/mariadb_start.sh)config/my.cnf(fromconfig/my.cnf)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.