Skip to content

Instantly share code, notes, and snippets.

[dashboard]
title = Review inbox
description = Watched & starred reviews
foreach =
[section "New"]
query = is:open (is:watched OR is:starred) -owner:self -label:Code-Review<=2 label:Verified+1,jenkins label:Workflow+0
[section "+1"]
query = is:open (is:watched OR is:starred) -owner:self -label:Code-Review<=+2,self -label:Code-Review<=-1 label:Code-Review+1 -label:Code-Review+2 label:Verified+1,jenkins label:Workflow+0
@dolph
dolph / user_idp.yml
Last active September 16, 2015 21:56
Keystone2Keystone federation configuration for https://github.com/openstack/openstack-ansible
keystone_idp_id: my_idp
keystone_sp_id: my_sp
keystone_sp_host: 104.239.231.30
keystone_idp:
service_providers:
- id: "{{ keystone_sp_id }}"
auth_url: http://{{ keystone_sp_host }}:5000/v3/OS-FEDERATION/identity_providers/{{ keystone_idp_id }}/protocols/saml2/auth
sp_url: http://{{ keystone_sp_host }}:5000/Shibboleth.sso/SAML2/ECP
idp_entity_id: "{{ keystone_service_publicurl_v3 }}/OS-FEDERATION/saml2/idp"
@dolph
dolph / reviews.md
Last active September 23, 2015 13:07
Release-blocking OSAD reviews

os-ansible-deployment-specs

(this list is empty!)

os-ansible-deployment

(this list is empty!)

@dolph
dolph / event_log.md
Last active September 27, 2015 04:37
OpenStack gerrit event log
@dolph
dolph / openstack-selftest.sh
Created November 7, 2011 17:43 — forked from anotherjesse/openstack.sh
OpenStack testing using devstack & openstack-integration-tests
#!/usr/bin/env bash
# perform any necessary updates
apt-get update
apt-get upgrade -y
# install git so we can download devstack & integration tests
apt-get install git -y
# download, configure, and run devstack
git clone https://github.com/cloudbuilders/devstack.git
cd devstack
echo KEYSTONE_REPO=git://github.com/openstack/keystone.git >> localrc
@dolph
dolph / yubico_demo.py
Created November 18, 2011 20:22
Yubikey Registration & Authentication Demo
# pip install yubico
from yubico import yubico
# Yubico API credentials
YUBICO_CLIENT_ID = '6634'
YUBICO_SECRET_KEY = 'HdRb8AA24+Ud8VL2E+sEEZUiySg='
# Initialize our Yubico API access
YUBICO = yubico.Yubico(YUBICO_CLIENT_ID, YUBICO_SECRET_KEY)
@dolph
dolph / config.ini
Created November 25, 2011 17:15
OpenStack Integration (Self) Test Configuration
[environment]
aki_location = include/sample_vm/natty-server-cloudimg-amd64-vmlinuz-virtual
#ari_location = include/sample_vm/natty-server-cloudimg-amd64-loader
ami_location = include/sample_vm/natty-server-cloudimg-amd64.img
[swift]
auth_host = 127.0.0.1
auth_port = 443
auth_prefix = /auth/
auth_ssl = yes
@dolph
dolph / .gvimrc
Created January 20, 2012 13:52
Vim Configuration
set guifont=Menlo\ Bold:h16
@dolph
dolph / _summary.md
Last active October 8, 2015 21:03
Keystone Fernet token creation & validation benchmarking on stable/liberty w/ and w/o catalog caching

Fernet token creation

Time per request: 16.7% faster w/ catalog caching patch

Fernet token validation

Time per request: 7.5% faster w/ catalog caching patch

@dolph
dolph / .vimrc
Created August 28, 2012 12:09
vim config
" set color theme
colorscheme ir_black
" change the leader to be a comma vs slash
let mapleader=","
" syntax highlighing
syntax on
" display line numbers