heat/templates
Thomas Herve 147e1e6afe Make DeletionPolicy a resource attribute instead of a property.
This improves validation of the different values, and make the Retain
policy works for all resources.

Fixes: bug #1160779
Change-Id: Idb0d275c44661db341f693d9d80629661d66c7ac
2013-05-02 12:26:11 +02:00
..
AutoScalingMultiAZSample.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00
EC2WithEBSSample.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00
HAProxy_Single_Instance.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00
InstanceGroup.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00
MySQL_Single_Instance.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00
OpenShift.template Updated OpenShift template 2013-04-11 22:37:04 -07:00
PuppetMaster_Single_Instance.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00
Quantum.template Add a set of native quantum resource types. 2012-11-05 16:11:04 +13:00
Quantum.yaml Remove YAML template trailing spaces 2012-11-27 15:23:40 +13:00
Quantum_floating.template Quantum template to demonstrate floatingip. 2012-11-06 15:40:38 +13:00
README heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
Rails_Single_Instance.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00
S3_Single_Instance.template Make DeletionPolicy a resource attribute instead of a property. 2013-05-02 12:26:11 +02:00
Swift.template Make DeletionPolicy a resource attribute instead of a property. 2013-05-02 12:26:11 +02:00
WordPress_2_Instances.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_2_Instances_With_EBS.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_2_Instances_With_EBS_EIP.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_And_Http.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Composed_Instances.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_NoKey.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance.yaml heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_With_EBS.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_With_EBS_EIP.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_With_EIP.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_With_HA.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_With_HA_AccessPolicy.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_With_IHA.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_With_Quantum.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_deb.template Make default distribution U10 for deb template 2012-10-18 14:53:26 -04:00
WordPress_Single_Instance_gold.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_Single_Instance_puppet.template heat templates : Remove IAM Policy sections 2013-02-08 17:18:12 +00:00
WordPress_With_LB.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
WordPress_With_RDS.template heat templates : Update Wordpress config for F18 guests 2013-04-09 17:59:08 +01:00
getting_started.template heat templates : Update for F18 2013-03-12 16:37:31 +00:00

README

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
- The gold templates:                                                         -
- The gold images contain no cfntools                                         -
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

WordPress_Single_Instance_gold.template
 - Creates a gold image wordpress single instance - not working

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
- The cfntools templates:                                                     -
- The CFNTOOLS images contain analogs of AWS cfn tools for full orchestration -
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

*******************************************************************************
* INSECURE TEMPLATES                                                          *
* The following templates do not properly secure the mysql server and allow   *
* any user to connect to the wordpress database.                              *
*******************************************************************************

WordPress_2_Instances.template
 - Creates a two instance wordpress/mysql server
   Note: There is an instance for mysql and instance for wordpress

WordPress_2_Instances_With_EBS.template
 - Creates a two instance wordpress/mysql server with persistent volume
   Note: There is an instance for mysql and instance for wordpress

WordPress_Composed_Instances.template
 - Creates a two instance wordpress/mysql server.
 - The MySQL server is loaded as a nested template from the URL of the latest
   MySQL_Single_Instance template on GitHub.
   Note: There is an instance for mysql and instance for wordpress

MySQL_Single_Instance.template
 - Creates a single instance MySQL server, for use in template composition

*******************************************************************************
* SECURE TEMPLATES                                                            *
* These templates either are single vm or use EIP and security groups to      *
* secure the servers                                                          *
*******************************************************************************

WordPress_Single_Instance.template
 - Creates a single instance wordpress/mysql server

WordPress_Single_Instance_With_EBS.template
 - Creates a single instance wordpress/mysql server with EBS Volume

WordPress_Single_Instance_With_EIP.template
 - Creates a single instance wordpress/mysql server with EIP with full security

WordPress_Single_Instance_With_EBS_EIP.template
 - Creates a single instance wordpress/mysql server with EIP with full security
   and EBS Volume

WordPress_Single_Instance_deb.template
 - Creates a single instance wordpress/mysql server, ubuntu based template

WordPress_Single_Instance_puppet.template
 - Creates a single instance wordpress/mysql server
 - Uses the Puppet client to install server roles

WordPress_Single_Instance_With_HA.template
 - Creates a single instance wordpress/mysql server
 - Includes configuration to use heat HA features

PuppetMaster_Single_Instance.template
 - Sample template to bring up a Puppet Master instance

WordPress_2_Instances_With_EBS_EIP.template
 - Creates a two instance wordpress/mysql server with persistent volume
 - EIP with full security
   Note: There is an instance for mysql and instance for wordpress

Rails_Single_Instance.template
- Create a Ruby on Rails stack

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
- Other templates:                                                            -
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

getting_started.template
 - Skeleton example template

-------------------------------------------------------------------------------
- END OF TEMPLATES                                                            -
-------------------------------------------------------------------------------