From: Steven Dake Date: Mon, 16 Apr 2012 23:46:27 +0000 (-0700) Subject: Updated templates/README directory to more clearly explain templates X-Git-Tag: 2014.1~1985 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=dbfe16ff00be38a76505e492463b2fde154a0e58;p=openstack-build%2Fheat-build.git Updated templates/README directory to more clearly explain templates Signed-off-by: Steven Dake --- diff --git a/templates/README b/templates/README index 2349df6b..4c47d11c 100644 --- a/templates/README +++ b/templates/README @@ -1,12 +1,48 @@ -WordPress_Single_Instance_cfntools.template - - Creates a single instance wordpress/mysql server (insecure) +------------------------------------------------------------------------------- +------------------------------------------------------------------------------- +- The gold templates: - +- The gold images contain no cfntools - +------------------------------------------------------------------------------- +------------------------------------------------------------------------------- -WordPress_Single_Instance.template +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_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_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 use EIP and security groups to secure the servers * +******************************************************************************* + WordPress_Single_Instance_With_EIP.template - - Creates a single instance wordpress/mysql server with EBS Volume and EIP - with full security + - Creates a single instance wordpress/mysql server with EIP with full security + +------------------------------------------------------------------------------- +- END OF TEMPLATES - +-------------------------------------------------------------------------------