Skip to content

Instantly share code, notes, and snippets.

View nrb's full-sized avatar
🤔

Nolan Brubaker nrb

🤔
View GitHub Profile
2015-01-21 11:33:05,326 [DEBUG] [helga.comm:250]: [<--] ##destinychat/palendae - Finally
2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin nightfall may not be installed or have incorrect entry_point information
2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin heroic may not be installed or have incorrect entry_point information
2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin nightfall may not be installed or have incorrect entry_point information
2015-01-21 11:33:05,326 [DEBUG] [helga.plugins:229]: Plugin heroic may not be installed or have incorrect entry_point information
2015-01-21 11:33:10,560 [DEBUG] [helga.comm:250]: [<--] ##destinychat/palendae - Hi dinklebot
2015-01-21 11:33:10,560 [DEBUG] [helga.plugins:229]: Plugin nightfall may not be installed or have incorrect entry_point information
2015-01-21 11:33:10,561 [DEBUG] [helga.plugins:229]: Plugin heroic may not be installed or have incorrect entry_point information
2015-01-21 11:33:10,561 [DEBUG] [helga.plugins:229]:

The Abyss

Goal

Reach the end of the maze and hold plate til bridge forms.

Strategy

The Fireteam must run between each of the lamps to traverse te maze.

% python scraper.py
Ishtar Sink, Venus. Modifiers: Arc Burn, Epic, Nightfall, Solar Burn, Void Burn
Ishtar Sink, Venus. Modifiers: Heroic, Void Burn
import github3
try:
prompt = raw_input
except NameError:
prompt = input
def my_two_factor_function():
code = ''
@nrb
nrb / dynamic_inventory.diff
Created August 6, 2015 20:36
Dynamic Inventory differences between juno and kilo
20d19
< import hashlib
42c41
< 'is_metal',
---
> 'properties',
43a43
> 'physical_host_group',
45a46
> 'container_networks',
@nrb
nrb / inventory_migrate.py
Created August 6, 2015 22:43
Juno -> Kilo inventory migrator
#!/usr/bin/env python
import json
from pprint import pprint
import sys
def get_bridges(inventory):
"Returns bridge names and interface information for provider networks."
diff --git i/playbooks/inventory/dynamic_inventory.py w/playbooks/inventory/dynamic_inventory.py
index cb48e37..3723ffb 100755
--- i/playbooks/inventory/dynamic_inventory.py
+++ w/playbooks/inventory/dynamic_inventory.py
@@ -780,6 +780,11 @@ def _set_used_ips(user_defined_config, inventory):
address = host_entry.get('%s_address' % q_name)
if address:
append_if(array=USED_IPS, item=address)
+ elif not address and q_name == 'container':
+ import pdb; pdb.set_trace() # NOQA
@nrb
nrb / gist:b0d544a460c043e9ec1c
Created August 8, 2015 00:57
Commits since the pin in r11.0.0rc12
32cada8 Merge "Set the correct variable in run-upgrade.sh" into kilo
ecbd6c6 Merge "Verify lxc cache file after download" into kilo
7e27462 Set the correct variable in run-upgrade.sh
64f7af7 Add irqbalance to apt package list
0ccf11e Verify lxc cache file after download
@nrb
nrb / gist:7a55230b76db26f30c69
Created August 21, 2015 14:12
Someone's confused
10:04 georgewang: #help
10:04 georgewang: whois
10:04 georgewang: whois georgewang
10:04 georgewang: #whois georgewang
10:04 georgewang: #whois
@nrb
nrb / cinder_test.yml
Created September 4, 2015 21:44
The cinder_test.yml file was used to identify why a storage host was trying to use the cinder SHA for a swift package.
--- │- hosts: 605093-storage01 │ user: root │ roles: │ - openstack_common │ tasks: