Merge "Add DB sync action"

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

View File

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