Skip to content

Instantly share code, notes, and snippets.

View gbraad's full-sized avatar
👨‍👩‍👦‍👦
Working from home

Gerard Braad gbraad

👨‍👩‍👦‍👦
Working from home
View GitHub Profile
@gbraad
gbraad / Eldrazi Awakens G.dck
Last active August 29, 2015 14:19
CardForge custom user decks
[metadata]
Name=Eldrazi Awakens [G]
[Main]
2 All Is Dust|ROE
2 Artisan of Kozilek|ROE
2 Awakening Zone|PC2
2 Broodwarden|ROE
2 Eldrazi Conscription|ROE
4 Eldrazi Temple|ROE
1 Emrakul, the Aeons Torn|ROE
@gbraad
gbraad / README.md
Last active November 16, 2015 20:39
On-device deployment of system-server

On-device deployment of system-server

Some issues still exist on device;

  • cp -r in local-file.js is not performed
  • application path becomes /data/local/haibu/apps/user/clock/app.js/[application]

Development environment at https://ide.c9.io/gbraad/makermade-systemserver does not suffer from these issues.

@gbraad
gbraad / README.md
Last active June 30, 2016 08:16
Download TripleO images

Download TripleO undercloud images

$ chmod u+x download-tripleo-images.sh
$ sudo ./download-tripleo-images.sh
@gbraad
gbraad / README.md
Last active July 5, 2016 02:14
Installing Ironic standalone

Ironic

Overview - Ironc

OpenStack Ironic is a bare metal as a service deployment tool.

I used pxe+ssh, as it virtualizes bare-metal deployment for testing purposes,

@gbraad
gbraad / README.md
Last active July 27, 2016 03:43
Building Ceph
@gbraad
gbraad / README.md
Last active August 22, 2016 09:15
Spin-up test Atomic Host with OpenStack

Atomic Host with OpenStack components

This describes in short how to spin-up an Atomic Host with the OpenStack RDO components. This is currently in testing.

This host will contain all the software as an overcloud node would contain. The current version of OpenStack is Liberty. The ostree itself is hosted on GitLab as a pages and pages:deploy CI runner. The base image is a standard Fedora 23, with the ostree and rpm-ostree tools. More about this can be found in the links above and in the project README.md.

@gbraad
gbraad / README.md
Last active September 30, 2016 08:09
Deploy `ruby-ex` with an OpenShift test environment
@gbraad
gbraad / README.md
Last active November 11, 2016 01:56
Restart devel environment

Restart C9 devel environment

$ docker start nginx-proxy-letsencrypt
$ docker start nginx-proxy
$ docker statt c9ide-devel
@gbraad
gbraad / README.md
Last active January 19, 2017 06:41
Setup environment for Minishift development [WIP]