c2da8e700e
Create the base data abstraction layer into the DB in basic API service.I create a database table services as a example. This table is used to save the running status of deployed services. The command smaug-manage is used to manage the database. we can use this command 'smaug-manage db sync' to sync the smaug database up to the most recent version. smaug-manage version list: exposing the smaug codebase version. smaug-manage config list: exposing the configuration. smaug-manage service list: showing a list of all smaug services status. Change-Id: I5d64c5d38780449e1fb005acf04f69d482ac59cc Closes-Bug: #1525794
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
include AUTHORS
|
|
include ChangeLog
|
|
recursive-include smaug *.cfg
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|