Created
November 13, 2013 18:46
-
-
Save rmyers/7454185 to your computer and use it in GitHub Desktop.
commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Externalization of heat template | |
Reasons: preparing trove to support multi-datastores | |
Changes: template loading, heat-support update | |
This refactors the earlier code of instance creation using heat. | |
- Reorganize templates by datastore | |
- Config: trove/templates/<datastore_type>/config.template | |
- Heat: trove/templates/<datastore_type>/heat.template | |
- New parameter - ImageId | |
- Removed SSH key parameter | |
- All resources are updated according to available OS resources | |
(for more details please visit heat repository). | |
Author: Denis Makogon (dmakogon) <[email protected]> | |
Co-Authored-By: Nilakhya Chatterjee (SnowDust) <[email protected]> | |
Change-Id: Ie6863a625e1525e152ed2886a630dc4f233be8dc | |
Implements: blueprint provide-custom-heat-templates-for-each-service-in-trove | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment