heat/tools
Zane Bitter 3f98c3d6fb Docs: modernise links
Switch to https, replace outdated URLs with canonical ones.

Change-Id: I7c474dbf0b21f922b6625e31d6ae7df1e198b8de
Co-Authored-By: chenghuiyu <yuchenghui@unionpay.com>
Co-Authored-By: Max Pavlukhin <pavlukhinm@gmail.com>
Co-Authored-By: yfzhao <dsware@126.com>
Co-Authored-By: ricolin <rico.lin@easystack.cn>
2018-04-11 16:46:07 -04:00
..
dashboards Dashboard creator: fix bugs query 2018-03-26 17:07:15 -04:00
README.rst Docs: modernise links 2018-04-11 16:46:07 -04:00
cfn-json2yaml Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
custom_guidelines.py Use correct raw string format 2017-11-16 18:23:58 -05:00
heat-db-drop heat tools : heat-db-drop prompt for missing password 2012-07-05 10:46:53 +01:00
test-requires-deb Add lists of Linux dependencies 2015-01-23 16:02:53 +00:00
test-requires-rpm Add lists of Linux dependencies 2015-01-23 16:02:53 +00:00
test-setup.sh Prepare for using standard python tests 2017-02-04 09:49:18 +01:00

README.rst

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 https://docs.openstack.org/heat/latest/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).