
Process official programs list and add module groups based on it. Module groups are added for every program (like OpenStack Networking), every type of project (like integrated) and all official projects. * Added config parameter program-list-uri * Removed manual group configurations in default_data that duplicate official list * Fixed issue with spaces in module group name in UI Change-Id: I9503d46f009a388aafc27d5ed31e1e8cab40ea2c
37 lines
992 B
Plaintext
37 lines
992 B
Plaintext
[DEFAULT]
|
|
# Run in debug mode?
|
|
# debug = False
|
|
|
|
# Default data
|
|
# default_data_uri = /etc/stackalytics/default_data.json
|
|
|
|
# The folder that holds all project sources to analyze
|
|
# sources_root = /var/local/stackalytics
|
|
|
|
# Runtime storage URI
|
|
# runtime_storage_uri = memcached://127.0.0.1:11211
|
|
|
|
# Hostname where dashboard listens on
|
|
# listen_host = 127.0.0.1
|
|
|
|
# Port where dashboard listens on
|
|
# listen_port = 8080
|
|
|
|
# The address of file with corrections data
|
|
# corrections_uri = https://raw.github.com/stackforge/stackalytics/master/etc/corrections.json
|
|
|
|
# URI of review system
|
|
# review_uri = gerrit://review.openstack.org
|
|
|
|
# SSH key for gerrit review system access
|
|
# ssh_key_filename = /home/user/.ssh/id_rsa
|
|
|
|
# SSH username for gerrit review system access
|
|
# ssh_username = user
|
|
|
|
# Forcibly read default data and update records
|
|
# force_update = False
|
|
|
|
# The address of file with list of programs
|
|
# program_list_uri = https://raw.github.com/openstack/governance/master/reference/programs.yaml
|