Ajust to per-service configuration
Change-Id: Icc3ecc0f4d3b22a1d280e3321fcfd4b30834c9d0 Depends-On: I274826648390b844d240b7ae545c40264f662452
This commit is contained in:
parent
48101af081
commit
a79b31e154
@ -1,6 +1,4 @@
|
|||||||
configs:
|
configs:
|
||||||
service:
|
|
||||||
database: mariadb
|
|
||||||
db:
|
db:
|
||||||
max_timeout: 60
|
max_timeout: 60
|
||||||
root_password: password
|
root_password: password
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dsl_version: 0.4.0
|
dsl_version: 0.4.0
|
||||||
service:
|
service:
|
||||||
name: {{ service.database }}
|
name: mariadb
|
||||||
ports:
|
ports:
|
||||||
- {{ mariadb.port }}
|
- {{ mariadb.port }}
|
||||||
# {% if telegraf is defined %}
|
# {% if telegraf is defined %}
|
||||||
|
Loading…
Reference in New Issue
Block a user