heat/templates
Jeff Peeler debeccde8f Make default distribution U10 for deb template
Change-Id: Ifcfc7d1fbb6fac2a785a0dc5a4e6ba09cf898ed4
Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
2012-10-18 14:53:26 -04:00
..
AutoScalingMultiAZSample.template Provide full URL address in AutoScalingMultiAZSample.template 2012-09-18 09:50:29 -07:00
HAProxy_Single_Instance.template Obey the passed in distro value in HAProxy template 2012-10-15 17:32:53 +02:00
MySQL_Single_Instance.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
OpenShift.template heat template : Align two Openshift template varieties 2012-08-16 19:06:06 +01:00
OpenShift_Prebuilt_JEOS.template heat templates : Add openshift template for pre-built jeos 2012-08-13 19:27:53 +01:00
PuppetMaster_Single_Instance.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
README heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
Rails_Single_Instance.template heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
S3_Single_Instance.template Unit test S3 Bucket resource with associated fixes. 2012-09-17 12:43:51 +12:00
WordPress_2_Instances.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
WordPress_2_Instances_With_EBS.template Use --script option to parted in templates 2012-10-15 17:32:41 +02:00
WordPress_2_Instances_With_EBS_EIP.template Use --script option to parted in templates 2012-10-15 17:32:41 +02:00
WordPress_And_Http.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
WordPress_Composed_Instances.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
WordPress_Single_Instance.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
WordPress_Single_Instance_With_EBS.template Use --script option to parted in templates 2012-10-15 17:32:41 +02:00
WordPress_Single_Instance_With_EBS_EIP.template Use --script option to parted in templates 2012-10-15 17:32:41 +02:00
WordPress_Single_Instance_With_EIP.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
WordPress_Single_Instance_With_HA.template heat templates : Add boto config to HA templates 2012-10-12 16:34:02 +01:00
WordPress_Single_Instance_With_IHA.template heat templates : Add boto config to HA templates 2012-10-12 16:34:02 +01:00
WordPress_Single_Instance_deb.template Make default distribution U10 for deb template 2012-10-18 14:53:26 -04:00
WordPress_Single_Instance_gold.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
WordPress_Single_Instance_puppet.template Fix the WordPress puppet template syntax 2012-07-11 11:56:13 -04:00
WordPress_With_LB.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
WordPress_With_RDS.template Change templates to launch F17 (not F16) by default 2012-09-17 18:19:05 +02:00
getting_started.template heat templates : Cleanup README and template whitespace 2012-06-21 14:05:37 +01:00
ppetit.template Add basic autoscaling. 2012-07-06 08:50:53 +00: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.template
 - Creates a two instance wordpress/mysql server with persistent volume
   Note: There is an instance for mysql and instance for wordpress

WordPress_Composed_Instances.template
 - Creates a two instance wordpress/mysql server.
 - The MySQL server is loaded as a nested template from the URL of the latest
   MySQL_Single_Instance template on GitHub.
   Note: There is an instance for mysql and instance for wordpress

MySQL_Single_Instance.template
 - Creates a single instance MySQL server, for use in template composition

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

WordPress_Single_Instance_With_EBS_EIP.template
 - Creates a single instance wordpress/mysql server with EIP with full security
   and EBS Volume

WordPress_Single_Instance_deb.template
 - Creates a single instance wordpress/mysql server, ubuntu based template

WordPress_Single_Instance_puppet.template
 - Creates a single instance wordpress/mysql server
 - Uses the Puppet client to install server roles

WordPress_Single_Instance_With_HA.template
 - Creates a single instance wordpress/mysql server
 - Includes configuration to use heat HA features

PuppetMaster_Single_Instance.template
 - Sample template to bring up a Puppet Master instance

WordPress_2_Instances_With_EBS_EIP.template
 - Creates a two instance wordpress/mysql server with persistent volume
 - EIP with full security
   Note: There is an instance for mysql and instance for wordpress

Rails_Single_Instance.template
- Create a Ruby on Rails stack

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
- Other templates:                                                            -
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

getting_started.template
 - Skeleton example template

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