Skip to content

Instantly share code, notes, and snippets.

@johnybradshaw
johnybradshaw / AzureLogCreator.py
Created December 27, 2019 13:52
Simple python script to create a log source configured to work with Skytap audit logs (courtesy Ken Reycraft)
import json
import requests
import datetime
import hashlib
import hmac
import base64
# Update the customer ID to your Log Analytics workspace ID
customer_id = 'XXXXXXXXXXXXXXXXXX'
@johnybradshaw
johnybradshaw / SkytapLogCollectorOnAzure.json
Created December 27, 2019 13:50
An Azure Log Analytics data collector function app
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {
"For_each": {
"actions": {
"Send_Data": {
"inputs": {
"body": "@{items('For_each')}",
"headers": {
provider "skytap" {
username = "username"
api_token = ""
}
# Create a new environment
resource "skytap_environment" "two_lpar" {
template_id = "1498907"
name = "Two Node LPAR environment"
description = "Two deployed AIX LPARs with an iSCSI network"

Keybase proof

I hereby claim:

  • I am johnybradshaw on github.
  • I am johnybradshaw (https://keybase.io/johnybradshaw) on keybase.
  • I have a public key ASCTwQLHtu-eKfSoQSblIvKyoDvsMuQenCi42pJB_lvaNQo

To claim this, I am signing this object:

@johnybradshaw
johnybradshaw / ocp_builder.sh
Last active December 27, 2019 20:29
OpenShift Cluster Platform 4 - 3 master nodes, 3 worker nodes, network building script to be run on the Networking host
#!/bin/bash
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
#############################
#
# OCP4 on Skytap Builder
#
#############################
@johnybradshaw
johnybradshaw / main.tf
Created February 4, 2019 21:42
Building two AIX 7.2 LPARs in Skytap using Terraform
provider "skytap" {
username = "${var.skytap_username}"
api_token = "${var.skytap_api_token}"
}
# Create a new environment
resource "skytap_environment" "two_lpar" {
template_id = "1498907"
name = "Two Node LPAR environment"
description = "Two deployed AIX LPARs with an iSCSI network"
@johnybradshaw
johnybradshaw / dropboxpowershell-installer.ps1
Last active March 9, 2017 09:35
This will install a version of Dropbox on a Windows OS that has Powershell support
#Dropbox Powershell installer
#Version 3.2
#Download and install the latest version of Dropbox for the purposes of Enterprise deployment
$source = 'C:\source' #Change this to a download directory of your choosing
$arguments = '/s' #Change /s to /NOLAUNCH to prevent client start
#Check to see if the user has the Administrator role on the machine, if not die
If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(`
[Security.Principal.WindowsBuiltInRole] "Administrator"))
#!/bin/bash
/Applications/audiodevice input "Plantronics Savi 7xx"
/Applications/audiodevice output "Plantronics Savi 7xx"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>plantronics</string>
<key>LaunchEvents</key>
<dict>
<key>com.apple.iokit.matching</key>
<dict>