Merge "Add DB sync action"

This commit is contained in:
Jenkins 2017-02-16 12:36:28 +00:00 committed by Gerrit Code Review
commit f94622e2f4
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
actions:
- name: murano-db-sync
image: murano-base
dependencies:
- murano-db-create
command: murano-db-manage --config-file /etc/murano/murano.conf upgrade
files:
- path: /etc/murano/murano.conf
content: murano.conf.j2