This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heat_template_version: 2013-05-23 | |
description: > | |
Heat WordPress template to support F20, using only Heat OpenStack-native | |
resource types, and without the requirement for heat-cfntools in the image. | |
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
name = Kashyap Kopparam | |
[push] | |
default = upstream | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
sta = stash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heat_template_version: 2013-05-23 | |
description: Simple template to deploy a single compute instance | |
parameters: | |
key_name: | |
type: string | |
label: Key Name | |
description: Name of key-pair to be used for compute instance | |
image_id: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by iptables-save v1.4.7 on Wed Jul 9 13:55:55 2014 | |
*filter | |
:INPUT ACCEPT [109755:28834208] | |
:FORWARD ACCEPT [315:43569] | |
:OUTPUT ACCEPT [28584:8957373] | |
:nova-api-metadat-FORWARD - [0:0] | |
:nova-api-metadat-INPUT - [0:0] | |
:nova-api-metadat-OUTPUT - [0:0] | |
:nova-api-metadat-local - [0:0] | |
:nova-compute-FORWARD - [0:0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
ADMIN_PASSWORD=secrete | |
DATABASE_PASSWORD=$ADMIN_PASSWORD | |
RABBIT_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
HOST_IP=10.0.2.15 | |
# Install directory |