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 / template-interfaces
Last active November 29, 2020 16:49
template /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto em1
iface em1 inet static
@shane-c
shane-c / template-openstack-interfaces.cfg
Last active December 14, 2017 07:19
template for /etc/network/interfaces/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 / template-rpc_user_config.yml
Last active December 14, 2017 03:40
template rpc_user_config.yml
---
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.50
- 172.29.240.1,172.29.240.50
@shane-c
shane-c / template-user_variables.yml
Created March 21, 2015 03:40
template user_variables.yml - you should generate your own - icehouse
cinder_container_mysql_password: 577469c009549ec7e2bd2753e5
cinder_service_password: 820e62a9a0702154988f35d3a51baaf81df03883faae4c8f365f12a
cinder_v2_service_password: 16141839acd91dba
container_openstack_password: aaed7a284adf87dbc512e426145a672b837542572423371
glance_container_mysql_password: 29e5e030146bbb9da53
glance_default_store: swift
glance_notification_driver: noop
glance_service_password: 311c46084d7e979175231787b39f90d93a
glance_swift_store_auth_address: '{{ rackspace_cloud_auth_url }}'
glance_swift_store_container: RPCGlance
@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"