mariadb job from shield/7.0.3
Github source:
cf258d4 or
master branch
Properties¶
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
db_scheme¶
Link property to declare it as mysql://
- Default
mysql
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/ctl(frombin/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.