diff options
author | xudan <xudan16@huawei.com> | 2018-05-04 05:48:28 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-05-04 05:54:02 -0400 |
commit | e112118754bbd297de52538d003fc21273e9cf3d (patch) | |
tree | 0d8851d57003b1b6a01a5db8c215d2ef472507d8 /etc/conf | |
parent | 5c6f12ac2324be2cd61bdd365045e6e94417c418 (diff) |
Remove local DB
Remove local DB and can just report without launch local DB.
Need to do a little modification with the web portal code.
JIRA: DOVETAIL-593
Change-Id: I595db39cce4156596ee0522d4b7e642a23d78ab9
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/cmd_config.yml | 3 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/yardstick_config.yml | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 6b08ba0b..52192acd 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -70,7 +70,8 @@ cli: flags: - '--report' - '-r' - help: 'push results to DB (e.g. --report http://192.168.135.2:8000/api/v1/results)' + is_flag: 'True' + help: 'Create a tarball file to upload to OVP web portal' offline: flags: - '--offline' diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index 49ccae66..4c97c699 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -1,7 +1,5 @@ --- -# report_file: 'dovetail_report.txt' cli_file_name: 'cmd_config.yml' -report_dest: 'file' result_file: 'results.json' # OPENSTACK Credential file diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index f5a01b81..e318caef 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -14,7 +14,7 @@ yardstick: image_name: opnfv/yardstick docker_tag: stable opts: '-id --privileged=true' - envs: {{os_cacert}} + envs: "{{os_cacert}} -e YARDSTICK_BRANCH=fraser" config: dir: '/home/opnfv/userconfig' pre_condition: |