heat/templates
Steven Dake 27832d617e Updated WordPress_Single_Instance.template to work properly.
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-04-17 07:12:21 -07:00
..
README Update templates README with list of secure vs insecure templates 2012-04-16 20:45:26 -07: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_Volume.template Adjust cfn-init to not use -f option 2012-04-16 16:33:45 -07:00
WordPress_Single_Instance.template Updated WordPress_Single_Instance.template to work properly. 2012-04-17 07:12:21 -07:00
WordPress_Single_Instance_With_EBS_Volume.template Make WordPress_Single_Instance_With_EBS_Volume.template functional 2012-04-16 20:44:00 -07:00
WordPress_Single_Instance_With_EIP.template Add SecurityGroups to make is easier to use EIP 2012-04-13 20:15:46 +10:00
WordPress_Single_Instance_gold.template Rename WordPress_Single_Instance.template to have gold in name 2012-04-16 16:36:22 -07:00
getting_started.template Initial commit (basics copied from glance) 2012-03-13 21:48:07 +11: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_Volume.template
 - Creates a two instance wordpress/mysql server with persistent volume
   Note: There is an instance for mysql and instance for wordpress

*******************************************************************************
* 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_Volume.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

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