]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Updated templates/README directory to more clearly explain templates
authorSteven Dake <sdake@redhat.com>
Mon, 16 Apr 2012 23:46:27 +0000 (16:46 -0700)
committerSteven Dake <sdake@redhat.com>
Mon, 16 Apr 2012 23:46:27 +0000 (16:46 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
templates/README

index 2349df6b63253ba29a051b0a9387eba2a32cf797..4c47d11c17b2d68a0f25d90b6e39209f97a42a79 100644 (file)
@@ -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                                                            -
+-------------------------------------------------------------------------------