I hereby claim:
- I am heathseals on github.
- I am heathseals (https://keybase.io/heathseals) on keybase.
- I have a public key whose fingerprint is F223 CDC1 C906 9EBF DBC3 BC7D AF76 EBC3 477B 0A93
To claim this, I am signing this object:
| == Rules == | |
| On Infrastructure | |
| ----------------- | |
| There is one system, not a collection of systems. | |
| The desired state of the system should be a known quantity. | |
| The "known quantity" must be machine parseable. | |
| The actual state of the system must self-correct to the desired state. | |
| The only authoritative source for the actual state of the system is the system. | |
| The entire system must be deployable using source media and text files. |
| #!/usr/bin/ruby | |
| require 'rubygems' | |
| require 'yaml' | |
| require 'rbvmomi' | |
| require 'ruby-progressbar' | |
| def getStats() | |
| datacenter = $vim.serviceInstance.find_datacenter |
| #!/bin/bash | |
| # bash generate random alphanumeric string | |
| # | |
| # bash generate random 32 character alphanumeric string (upper and lowercase) and | |
| NEW_UUID=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1) | |
| # bash generate random 32 character alphanumeric string (lowercase only) | |
| cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 |
I hereby claim:
To claim this, I am signing this object:
| require 'rubygems' | |
| require 'net/ssh' | |
| require 'net/ssh/telnet' | |
| class SSH | |
| attr_accessor :errors | |
| def initialize(creds) | |
| begin | |
| @ssh_session = Net::SSH.start(creds[:host], creds[:user], :password => creds[:password], :keys => []) |
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5/EBeu/zHTonKYghRsKINgJmzeC1lV0SpDzCxZZa5YOhq9+B/lWERVgb8cLU4W94RTA1HBzofgwkfu5mFtHTSp7dotkWGPTJZEwc311KbrEr4UjbV9v6Vf3Ge9FD4TrpDI4vaNwJV/DVHJaMmTJ1ls5+2UyUBCT+f6wFoHwVrGCTc1Sk4TuiKtcNGK8MAL76kZBvq7ryK8K9+JpAgsE6N4rDxjpENkhN9lb26JeNuVvANshrO0EuTTTE1YqwXP5hOfltUn6owxUx6SF8NYYw/tHlmFld7Ub0f7F79cv/XWjfNFaT4agQqr6utIZ3K5XQnTlRFdvR95FuEwJkmz+Vb [email protected] |
| [ ! -d ~/.chef ] && mkdir -p ~/.chef | |
| cat<<EOF > ~/.chef/knife.rb | |
| knife[:vsphere_host] = "virtualcenter.eftdomain.net" | |
| knife[:vsphere_user] = "${LOGNAME}" | |
| knife[:vsphere_pass] = "${WINDOWS_PASSWORD}" | |
| knife[:vsphere_dc] = "Nashville" | |
| knife[:vsphere_insecure] = true | |
| EOF | |
| chmod 600 .chef/knife.rb | |
| proxyon; export GEM_HOME=~/lib; gem install knife-vsphere --no-ri --no-rdoc |
| vim-cmd hostsvc/net/portgroup_set --nicorderpolicy-active=vmnic0 --nicorderpolicy-standby=vmnic1 vSwitch0 'Management Network' | |
| vim-cmd hostsvc/net/portgroup_set --nicorderpolicy-active=vmnic1 --nicorderpolicy-standby=vmnic0 vSwitch0 VMkernel | |
| should be | |
| vim-cmd hostsvc/net/portgroup_set --nicorderpolicy-active=vmnic0 --nicorderpolicy-standby=vmnic3 vSwitch0 'Management Network' | |
| vim-cmd hostsvc/net/portgroup_set --nicorderpolicy-active=vmnic3 --nicorderpolicy-standby=vmnic0 vSwitch0 VMkernel |
| # Package Maintainer: Increment phusion_release to match latest release available | |
| %define phusion_release 2011.03 | |
| Summary: Ruby Enterprise Edition (Release %{phusion_release}) | |
| Name: ruby-enterprise | |
| Vendor: Phusion.nl <[email protected]> | |
| Packager: Adam Vollrath <[email protected]> | |
| Version: 1.8.7 | |
| Release: 8.%{dist} | |
| License: Ruby or GPL v2 |
| MD5 (/Users/heath/Downloads/iPhone3,1_4.1_8B117_Restore.ipsw) = ac3031a7b5c013d6a09952b691985878 |