heat/tools/README.rst
ricolin ffeaf1b8ce Add Heat review dashboard config files
Add main review dashboard config file, and doc for how to generate it.

Change-Id: I47860f9840dfa84041709e38ac361f8756171eb7
2018-02-07 17:12:06 +08:00

43 lines
1.2 KiB
ReStructuredText

Files in this directory are general developer tools or examples of how
to do certain activities.
If you're running on Fedora, see the instructions at http://docs.openstack.org/developer/heat/getting_started/on_fedora.html
Tools
=====
heat-db-drop
This script drops the heat database from mysql in the case of developer
data corruption or erasing heat.
cfn-json2yaml
(bulk) convert AWS CloudFormation templates written in JSON
to HeatTemplateFormatVersion YAML templates
Package lists
=============
Lists of Linux packages to install in order to successfully run heat's
unit test suit on a clean new Linux distribution.
test-requires-deb
list of DEB packages as of Ubuntu 14.04 Trusty
test-requires-rpm
list of RPM packages as of Fedora 20
Review dashboards
=================
Generate gerrit review URL for heat. This can pop up some patches
that might requires reviews. You can generate it with following
command under `gerrit-dash-creator` repo
( https://git.openstack.org/cgit/openstack/gerrit-dash-creator )
$ ./gerrit-dash-creator heat.dash
The sample of heat.dash can be found under ./dashboards/
Get the output URL and add it to your gerrit menu
(at ``https://review.openstack.org/#/settings/preferences``).