summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Delete deprecated docs/ directoryAngus Salkeld2013-10-241-1/+0
| | | | | | | I think we have deprecated this directory long enough. We have proper getting started guides and api docs on openstack.org Change-Id: Iaee690046866b98eea9a206dc6f2dca9b9af18b6
* Add CONTRIBUTING.rst file.Monty Taylor2013-05-291-0/+1
| | | | | | | | | We don't use github pull requests, but we'd like to make that clear to people if they show up at github and try to do one. github will display the content of this file on the pull request submit form if it's there. Change-Id: I25e5b65b02244e100da4e5717ded09fcc0f33741
* templates : remove in-tree templatesSteven Hardy2013-05-081-1/+0
| | | | | | | Now we have the heat-templates repository, and the test dependencies on the in-tree templates has been removed, we can remove these Change-Id: I85b379dbf5202136cbb987c3f176b9cc7b7ff666
* Get rid of versioninfo cruftJeff Peeler2013-03-201-1/+0
| | | | | | | | The version information is no longer stored in a file. Fixes: Bug #1157885 Change-Id: Ide0662ad3d7b2596743cd9427bc3b50e8357ffe1 Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
* Allow per-deployment configuration of user idsdake2013-03-141-0/+1
| | | | | | | | | | | | | Previously user ids of new instances were limited to ec2-user. This patch adds a new configuration option to be placed in /etc/heat/heat-engine.conf called "default_instance_user" which allows the default of ec2-user to be overriden. Note for reviewers that runcmd does not work properly. It was actually running after the loguserdata.py script finished execution. Fixes: Bug #1101347 Change-Id: Ica2dbe63d9dcbce8bb8de298eba452c34ab173d9
* Missing policy json files from tarballsdake2013-02-191-0/+2
| | | | | | | | | | The tarball is missing files: heat/tests/policy/deny_stack_user.json heat/tests/policy/notallowed.json Fixes: bug #1130119 Change-Id: I4614c759044e0eedb9dab5f7cbe8d71f4cbdc38e
* Handle different cloud-init versions gracefullyJeff Peeler2013-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | Change loguserdata script to python to allow easy detection of which version of cloud-init installed. Some logging was added to part-handler. Took out injecting the command to touch provision-finished in the user data. This is now handled in loguserdata.py. Note that up until cloud-init version 0.6.0, the user data is not passed to part-handler. This behavior is why it's not possible to log the provisioning process with older versions. (Technically could rely on the redirection support added post 0.6.0, but having a separate file just for provisioning seems beneficial.) fixes bug 1072921 Change-Id: I9005a21bfb74f27208f9195a6e10e1d2b474e91f Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
* Add missing files to generated tarballsThierry Carrez2013-01-071-1/+8
| | | | | | | Fix MANIFEST.in so that all files in the repository are included in the generated tarballs. Fixes bug 1096068. Change-Id: I7ec7e2fcf6951357b58469539a5d552b8df66408
* Include new doc directoryJeff Peeler2012-12-201-0/+1
| | | | | Change-Id: If5041669717aaa9287bff315b9b6e4f9db7b374f Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
* Switch to openstack style versioningJeff Peeler2012-12-081-0/+1
| | | | | | | Bug 1078480 Change-Id: I32471acc16e7ca6f60672474c9bf70537ba76fd2 Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
* Log all startup operations to /var/log/heat-startup.logSteven Dake2012-08-031-0/+1
| | | | | Change-Id: I0e7f415e7aee60c09d0b5b172742af7a5b313191 Signed-off-by: Steven Dake <sdake@redhat.com>
* Add tools directory to python package.Ian Main2012-07-271-0/+1
| | | | | | | This adds the tools/ dir to the tarball for distribution. Change-Id: I82a18df568bf2d7421a49e057e80a7bc236e2078 Signed-off-by: Ian Main <imain@redhat.com>
* Remove cfntools and jeosSteven Dake2012-06-071-14/+0
| | | | | | | These files are now available in the heat-jeos repository. Change-Id: I392e7443348a31e8454ae14d957b0b54560c2ec3 Signed-off-by: Steven Dake <sdake@redhat.com>
* cloudwatch: set HA template to send watch dataTomas Sedovic2012-05-251-0/+1
| | | | | | | | The Wordpress HA template is now able to utilize the cfn-push-stats and send alarm messages to the metadata server. Change-Id: I52b615d3401dc2665e2b30e4a925d61ed204c827 Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Add U10 JEOS support to heat jeos_createSteven Dake2012-05-241-0/+1
| | | | | | | | | | | This requires oz 0.9.0 (or latest master). 0.8.0 shipped with most distros does not have customization support for Ubuntu images. fixes issue #23 Change-Id: I854aaf9657353b3fdb4768a277b527304e88ac8e Signed-off-by: Steven Dake <sdake@redhat.com>
* Validate all resource propertiesAngus Salkeld2012-05-241-1/+0
| | | | | Change-Id: Ib0346fd22636d3eae31c688426b966f07acda19c Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Align with project standards.Monty Taylor2012-05-211-0/+2
| | | | | | Rebased from: Change-Id: Ifc9fff4f88dfaebe97b7caba4d603d23c645e346 Reviewed-by: Steven Dake <sdake@redhat.com>
* Add cfn-get-metadata to the manifestZane Bitter2012-05-111-0/+1
| | | | Signed-off-by: Zane Bitter <zbitter@redhat.com>
* Install cloudinit specific files that are loaded into the mime userdataSteven Dake2012-04-121-0/+2
| | | | | | Partially fixes Issue #48 Signed-off-by: Steven Dake <sdake@redhat.com>
* Add newly added tdls to manifest.Jeff Peeler2012-04-111-0/+4
| | | | Related to issue #26
* Renamed all occurrances of cftools to cfntools to be more consistentSteven Dake2012-04-101-2/+2
| | | | Signed-off-by: Steven Dake <sdake@redhat.com>
* Move cfntools to heat directory so they are accessible by jeos_createSteven Dake2012-04-101-0/+3
| | | | Signed-off-by: Steven Dake <sdake@redhat.com>
* Add F17 cftools TDLSteven Dake2012-04-041-0/+1
| | | | Signed-off-by: Steven Dake <sdake@redhat.com>
* Pre-bake cftools into an imageSteven Dake2012-04-031-0/+1
| | | | | | | | | | | | | After this change, new JEOS will need to be created since the JEOS names have changed. For a cfntool image: heat jeos_create F16 x86_64 cftools For a gold image: heat jeos_create F16 x86_64 gold Signed-off-by: Steven Dake <sdake@redhat.com>
* Add a heat database to store templates, state, and eventsChris Alfonso2012-04-021-0/+1
| | | | Fixes #39
* Adding F17 JEOS tdlChris Alfonso2012-03-281-0/+1
| | | | Issue #25
* Adding rpm packaging for heat packagesChris Alfonso2012-03-211-0/+3
|
* Add etc to the manifestAngus Salkeld2012-03-191-0/+1
| | | | Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Add MANIFEST.in and add a oz tdl for a F16 jeosSteven Dake2012-03-181-0/+7
Signed-off-by: Steven Dake <sdake@redhat.com>