Skip to content

Instantly share code, notes, and snippets.

View shane-c's full-sized avatar

Shane Cunningham shane-c

  • San Antonio, Texas
View GitHub Profile
@shane-c
shane-c / openstack-interfaces.cfg
Created January 10, 2015 16:22
infrastructure openstack-interfaces.cfg
# VXLAN - Management
auto vxlan-mgmt
iface vxlan-mgmt inet manual
pre-up ip link add vxlan-mgmt type vxlan id 10 group 239.0.0.10 dev em1 || true
up ip link set \$IFACE up
down ip link set \$IFACE down
post-down ip link del vxlan-mgmt || true
# VXLAN - VXLAN
auto vxlan-vxlan
@shane-c
shane-c / openstack-interfaces.cfg
Created January 10, 2015 16:52
compute openstack-interfaces.cfg
# VXLAN - Management
auto vxlan-mgmt
iface vxlan-mgmt inet manual
pre-up ip link add vxlan-mgmt type vxlan id 10 group 239.0.0.10 dev em1 || true
up ip link set \$IFACE up
down ip link set \$IFACE down
post-down ip link del vxlan-mgmt || true
# VXLAN - VXLAN
auto vxlan-vxlan
@shane-c
shane-c / rpc_user_config.yml
Created January 10, 2015 17:45
rpc_user_config.yml
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@shane-c
shane-c / rpc9011_user_config.yml
Created September 20, 2015 00:17
rpc_user_config.yml template for RPC 9.0.11
---
environment_version: e0955a92a761d5845520a82dcca596af
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- 172.29.236.1,172.29.236.255
- 172.29.240.1,172.29.240.255
@shane-c
shane-c / rpc9011_user_variables.yml
Created September 20, 2015 00:19
user_variables.yml template for RPC 9.0.11
cinder_container_mysql_password: 3c2bb24065b31513720c1f9627d9f19a3617a2f417a99
cinder_service_password: a0026837fa6c2d9613f002b27d3a426541f2e2ee51854fe6009
cinder_v2_service_password: 8734d1aa0e07f8260a0d83946895f08
container_openstack_password: 672b01ca28619c0dade9f89ab701ca56580ca124a1c3
glance_container_mysql_password: 1cca6cb174adc0bb0a6730971363c060516d27711d21ab690fe45b
glance_default_store: swift
glance_notification_driver: noop
glance_service_password: 7e41d23fdb264135571bf7e76ca1b1
glance_swift_store_auth_address: '{{ rackspace_cloud_auth_url }}'
glance_swift_store_container: containername
@shane-c
shane-c / rpcv11_openstack_user_config.yml
Created October 17, 2015 05:06
rpcv11_openstack_user_config.yml
---
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- "172.29.236.1,172.29.236.50"
- "172.29.240.1,172.29.240.50"
- "172.29.244.1,172.29.244.50"
@shane-c
shane-c / restart_bluetooth.sh
Created May 5, 2016 16:24 — forked from nicolasembleton/restart_bluetooth.sh
Restart Bluetooth Daemon on Mac OS X without restarting
#!/bin/bash
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
@shane-c
shane-c / openstack_user_config.yml
Created August 18, 2016 03:23
v13 large example of openstack_user_config.yml
---
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- "172.29.236.1,172.29.236.255"
- "172.29.240.1,172.29.240.255"
- "172.29.244.1,172.29.244.255"
@shane-c
shane-c / v13_openstack_user_config.yml
Created August 11, 2016 04:29
v13_openstack_user_config.yml
---
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- "172.29.236.1,172.29.236.255"
- "172.29.240.1,172.29.240.255"
- "172.29.244.1,172.29.244.255"
@shane-c
shane-c / liberty.ceph.yml
Created April 9, 2016 02:07
liberty.ceph.yml
---
mons_hosts:
infra01:
ip: 192.168.88.100
affinity:
ceph_mon_container: 3
osds_hosts:
object01:
ip: 192.168.88.102