Ajust to per-service configuration

Change-Id: Icc3ecc0f4d3b22a1d280e3321fcfd4b30834c9d0
Depends-On: I274826648390b844d240b7ae545c40264f662452
This commit is contained in:
Andrey Pavlov 2017-02-27 09:20:23 +00:00
parent 48101af081
commit a79b31e154
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
configs:
service:
database: mariadb
db:
max_timeout: 60
root_password: password

View File

@ -1,6 +1,6 @@
dsl_version: 0.4.0
service:
name: {{ service.database }}
name: mariadb
ports:
- {{ mariadb.port }}
# {% if telegraf is defined %}