31e970c45d
This fixes the existing parameter names and adds missing ones for the HOT Hello World doc page. It also updates the description of parameters for the CFN WP Single Instance to match those of the template. Closes-Bug: #1461515 Change-Id: Ic8ac05c1dcc3f54ec1a88dc391d32ce877931084
1.8 KiB
1.8 KiB
AWS Wordpress Single Instance Template
https://github.com/openstack/heat-templates/blob/master/cfn/F18/WordPress_Single_Instance.template
Description
AWS CloudFormation Sample Template WordPress_Single_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs a single-instance WordPress deployment using a local MySQL database to store the data.
Parameters
- KeyName
(required)
-
- type
-
string
- description
-
Name of an existing EC2 KeyPair to enable SSH access to the instance
- InstanceType
(optional)
-
- type
-
string
- description
-
The EC2 instance type
- DBName
(optional)
-
- type
-
string
- description
-
The WordPress database name
- DBUsernameName
(optional)
-
- type
-
string
- description
-
The WordPress database admin account username
- DBPassword
(optional)
-
- type
-
string
- description
-
The WordPress database admin account password
- DBRootPassword
(optional)
-
- type
-
string
- description
-
Root password for MySQL
- LinuxDistribution
(optional)
-
- type
-
string
- description
-
Linux distribution of choice