0891d19a9d
The link referenced in templates/cfn/WordPress_Single_Instance is dead. Looks like the directory was restructured. Updated using a like for the F18 version of the template. Change-Id: I46705cd31e2be6f3f131c64944665eabe6347dc9
1.7 KiB
1.7 KiB
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 key pair to use for the instance
- InstanceType
(optional)
-
- type
-
string
- description
-
Instance type for the instance to be created
- 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
-
Distribution of choice