heat/templates
Angus Salkeld f557b22e7e Add nested templates that implement a simple proxy/loadbalancer
Change-Id: I49f12e399f565d77955cf26288d182d0165422a0
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-06-26 23:23:27 +10:00
..
HAProxy_Single_Instance.template Add nested templates that implement a simple proxy/loadbalancer 2012-06-26 23:23:27 +10:00
MySQL_Single_Instance.template Add nested templates that implement a simple proxy/loadbalancer 2012-06-26 23:23:27 +10:00
PuppetMaster_Single_Instance.template heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
README heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
Rails_Single_Instance.template heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
WordPress_2_Instances.template Adjust cfn-init to not take a parameter in the initialization 2012-04-16 16:32:09 -07:00
WordPress_2_Instances_With_EBS.template Rename EBS_Volume to just EBS to pave way for EBS_EIP 2012-04-17 09:36:31 -07:00
WordPress_2_Instances_With_EBS_EIP.template Wordpress 2 instance with EBS and EIP 2012-04-20 14:49:51 -07:00
WordPress_And_Http.template Add nested templates that implement a simple proxy/loadbalancer 2012-06-26 23:23:27 +10:00
WordPress_Composed_Instances.template Add example templates for nested stacks 2012-06-18 18:14:11 +02:00
WordPress_Single_Instance.template Fix copy-paste errors in template descriptions 2012-05-21 15:44:26 +02:00
WordPress_Single_Instance_With_EBS.template Fix copy-paste errors in template descriptions 2012-05-21 15:44:26 +02:00
WordPress_Single_Instance_With_EBS_EIP.template Add WordPress_Single_Instance_With_EBS_EIP.template 2012-04-17 10:12:04 -07:00
WordPress_Single_Instance_With_EIP.template Make WordPress_Single_Instance_With_EIP.template work 2012-04-17 09:30:21 -07:00
WordPress_Single_Instance_With_HA.template Lengthen the timeout of the WaitCondition in the HA template 2012-06-18 15:10:30 +10:00
WordPress_Single_Instance_deb.template U10 wordpress template 2012-06-01 13:55:54 -07:00
WordPress_Single_Instance_gold.template Rename WordPress_Single_Instance.template to have gold in name 2012-04-16 16:36:22 -07:00
WordPress_Single_Instance_puppet.template heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
WordPress_With_LB.template Add nested templates that implement a simple proxy/loadbalancer 2012-06-26 23:23:27 +10:00
getting_started.template heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01: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                                                            -
-------------------------------------------------------------------------------