heat/templates
Steven Dake 87dac3d2c0 Wordpress 2 instance with EBS and EIP
srs.

Signed-off-by: Steven Dake <sdake@redhat.com>
2012-04-20 14:49:51 -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.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_Single_Instance.template Fix the output attribute in single instance wp template 2012-04-18 14:44:08 +10:00
WordPress_Single_Instance_With_EBS.template Fix another template attribute in the output section 2012-04-18 16:18:16 +10: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_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                                                            -
-------------------------------------------------------------------------------