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 / 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-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-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 / 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 / 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 / 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