heat/templates
Angus Salkeld 360c279c49 add user auth to ha template
Change-Id: I044d153bc33de08c6736fd4dd32380ceb0bf8caa
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-06-05 11:01:42 +10:00
..
PuppetMaster_Single_Instance.template Adding puppet and puppet master instances 2012-05-18 08:58:17 -04:00
README Update templates README with list of secure vs insecure templates 2012-04-16 20:45:26 -07:00
Rails_Single_Instance.template Fix the sql in the rails template (didn't work with the mysql in f16) 2012-05-04 11:22:20 +10: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 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 add user auth to ha template 2012-06-05 11:01:42 +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 Adding puppet and puppet master instances 2012-05-18 08:58:17 -04:00
getting_started.template Slim down the getting_started template. 2012-05-14 21:15:23 +10: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                                                            -
-------------------------------------------------------------------------------