Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am heversonbr on github.
  • I am heversonbr (https://keybase.io/heversonbr) on keybase.
  • I have a public key ASCMHP9yQozeB19SEslyntgSReUNPBes7kgiCThXPqdtpAo

To claim this, I am signing this object:

@heversonbr
heversonbr / Vagrantfile
Last active June 6, 2019 13:47
Vagrant with Openstack provider
# -*- mode: ruby -*-
# vi: set ft=ruby :
require 'vagrant-openstack-provider'
mynodes = [
{
:name => "k8s-head",
:type => "master",
:box => "hbr_ubuntu1604_img",
:flavor => "j1.medium",