Skip to content

Instantly share code, notes, and snippets.

@kopparam
kopparam / Wordpress_Native.yaml
Last active August 29, 2015 14:11
Heat template for a single wordporess server on Fedora 20
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:
@kopparam
kopparam / .gitconfig
Created August 19, 2014 08:59
My gitconfig on Mac
[user]
email = kashyapk@thoughtworks.com
name = Kashyap Kopparam
[push]
default = upstream
[alias]
co = checkout
ci = commit
st = status
sta = stash
@kopparam
kopparam / simple_server.yaml
Last active August 29, 2015 14:04
Simple Heat template (HOT)
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:
@kopparam
kopparam / iptables.save
Created July 9, 2014 09:19
IP tables that work for nova network on compute node
# 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]
@kopparam
kopparam / local.conf
Last active October 16, 2022 01:06
Devstack config with neutron and swift enabled
[[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