From: Joshua McKenty Date: Tue, 26 Feb 2013 15:55:24 +0000 (-0800) Subject: Initial commit X-Git-Tag: opnfv-6.0.0~3061 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a6889c1cd3d7776e5533bde5d187ce27a0d1af92;p=apex-tripleo-heat-templates.git Initial commit --- a6889c1cd3d7776e5533bde5d187ce27a0d1af92 diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d2d6f360 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject diff --git a/README.md b/README.md new file mode 100644 index 00000000..20135527 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +templates +========= + +Generic templates to describe multi-host infrastructure, consumable by OpenStack Heat, Crowbar, others. \ No newline at end of file