You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steven Hardy de67cecf92 Initial import of heat repo content
Initial import of content which currently exists in the main heat repo

Change-Id: I326801f7e7274a1f8b41d4e0be733da0f80ebbcc
10 years ago
..
AutoScalingMultiAZSample.template Initial import of heat repo content 10 years ago
AutoScalingMultiAZSample.yaml Initial import of heat repo content 10 years ago
EC2WithEBSSample.template Initial import of heat repo content 10 years ago
HAProxy_Single_Instance.template Initial import of heat repo content 10 years ago
InstanceGroup.template Initial import of heat repo content 10 years ago
MySQL_Single_Instance.template Initial import of heat repo content 10 years ago
OpenShift.template Initial import of heat repo content 10 years ago
PuppetMaster_Single_Instance.template Initial import of heat repo content 10 years ago
Quantum.template Initial import of heat repo content 10 years ago
Quantum.yaml Initial import of heat repo content 10 years ago
Quantum_floating.template Initial import of heat repo content 10 years ago
README Initial import of heat repo content 10 years ago
Rails_Single_Instance.template Initial import of heat repo content 10 years ago
S3_Single_Instance.template Initial import of heat repo content 10 years ago
Swift.template Initial import of heat repo content 10 years ago
WordPress_2_Instances.template Initial import of heat repo content 10 years ago
WordPress_2_Instances_With_EBS.template Initial import of heat repo content 10 years ago
WordPress_2_Instances_With_EBS_EIP.template Initial import of heat repo content 10 years ago
WordPress_And_Http.template Initial import of heat repo content 10 years ago
WordPress_Composed_Instances.template Initial import of heat repo content 10 years ago
WordPress_NoKey.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance.yaml Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_EBS.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_EBS_EIP.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_EIP.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_HA.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_HA.yaml Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_HA_AccessPolicy.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_IHA.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_With_Quantum.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_deb.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_gold.template Initial import of heat repo content 10 years ago
WordPress_Single_Instance_puppet.template Initial import of heat repo content 10 years ago
WordPress_With_LB.template Initial import of heat repo content 10 years ago
WordPress_With_RDS.template Initial import of heat repo content 10 years ago
getting_started.template Initial import of heat repo content 10 years ago

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