~ubuntu-branches/ubuntu/saucy/heat/saucy-updates

« back to all changes in this revision

Viewing changes to doc/source/templates/cfn/WordPress_Single_Instance.rst

  • Committer: Package Import Robot
  • Author(s): James Page, Chuck Short, James Page
  • Date: 2013-08-08 15:23:59 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130808152359-9jgqjp23kssvc3x9
Tags: 2013.2~b2.a186.g2b4b248-0ubuntu1
[ Chuck Short ]
* debian/patches/rename-quantumclient.patch: Dropped no longer needed. 
* debian/control: Add python-oslo.sphinx

[ James Page ]
* New upstream snapshot.
* d/watch: Updated to track releases on launchpad.
* d/control: Drop BD in pep8, no longer required.
* d/control,rules: Drop use of openstack-pkg-tools, revert use of xz
  compression for debs.
* d/control,*.config,*.templates,po: Drop use of debconf/dbconfig-common
  to configure heat.
* d/*.upstart: Add upstart configurations for Ubuntu.
* d/p/default-kombu.patch: Switch default messaging from qpid to
  kombu.
* d/p/default-sqlite.patch: Use sqlite as default database option.
* d/control: Add python-ceilometerclient to BD's.
* d/rules: Fail package build for unit test failures.
* d/*.install: Directly install configuration files to /etc/heat.
* d/control: Update VCS locations to ubuntu-server-dev branches.
* d/heat-common.{install,manpages}: Include new binaries and associated
  manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
..
 
2
      Licensed under the Apache License, Version 2.0 (the "License"); you may
 
3
      not use this file except in compliance with the License. You may obtain
 
4
      a copy of the License at
 
5
 
 
6
          http://www.apache.org/licenses/LICENSE-2.0
 
7
 
 
8
      Unless required by applicable law or agreed to in writing, software
 
9
      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 
10
      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 
11
      License for the specific language governing permissions and limitations
 
12
      under the License.
 
13
 
 
14
Template
 
15
--------
 
16
_https://github.com/openstack/heat-templates/blob/master/cfn/WordPress_Single_Instance.template
 
17
 
 
18
Description
 
19
-----------
 
20
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.
 
21
 
 
22
 
 
23
Parameters
 
24
----------
 
25
*KeyName :mod:`(required)`
 
26
        *type
 
27
                *string
 
28
        *description
 
29
                *Name of an existing key pair to use for the instance
 
30
*InstanceType :mod:`(optional)`
 
31
        *type
 
32
                *string
 
33
        *description
 
34
                *Instance type for the instance to be created
 
35
*DBName :mod:`(optional)`
 
36
        *type
 
37
                *string
 
38
        *description
 
39
                *The WordPress database name
 
40
*DBUsernameName :mod:`(optional)`
 
41
        *type
 
42
                *string
 
43
        *description
 
44
                *The WordPress database admin account username
 
45
*DBPassword :mod:`(optional)`
 
46
        *type
 
47
                *string
 
48
        *description
 
49
                *The WordPress database admin account password
 
50
*DBRootPassword :mod:`(optional)`
 
51
        *type
 
52
                *string
 
53
        *description
 
54
                *Root password for MySQL
 
55
*LinuxDistribution :mod:`(optional)`
 
56
        *type
 
57
                *string
 
58
        *description
 
59
                *Distribution of choice
 
 
b'\\ No newline at end of file'