Skip to content

Instantly share code, notes, and snippets.

View troytop's full-sized avatar

Troy Topnik troytop

  • SUSE
  • Vancouver, Canada
View GitHub Profile
@troytop
troytop / cap-install-eks.sh
Last active March 14, 2019 05:14
Script for installing SUSE CAP on EKS
#!/usr/bin/env bash
set -e
# keep track of the last executed command
trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG
# echo an error message before exiting
trap 'echo "\"${last_command}\" command filed with exit code $?."' EXIT
# For deploying SUSE CAP on an Amazon EKS cluster
# This script can be used in conjunction with the Terraform scripts here

HPCS

HP Cloud Services

HP Cloud Services

Stackato is available as a public server image on HP Cloud Services. You can run a single instance of the Stackato

@troytop
troytop / keybase.md
Created April 14, 2014 21:08
keybase.md

Keybase proof

I hereby claim:

  • I am troytop on github.
  • I am troytop (https://keybase.io/troytop) on keybase.
  • I have a public key whose fingerprint is 8EDB F2EB D805 5AF6 56C2 02D4 DE2D 99C8 17F9 A7B0

To claim this, I am signing this object:

@troytop
troytop / troyt-test.yaml
Created August 1, 2012 20:57
troyt-test.yaml
store:
title: Troy Test Store
contact: Troy Topnik <troyt@activestate.com>
icons: http://get.stackato.com/store/icon/
icon: activestate.png
apps:
- id: sendgrid
name: Sendgrid Django Demo
@troytop
troytop / codeforamerica-appstore.json
Created July 19, 2012 23:20
codeforamerica-appstore
{
"apps" : [
{
"branch" : "master",
"desc" : "Follow all the members of a Twitter list with a single click",
"framework" : "rails3",
"home" : "https://github.com/codeforamerica/follow-all",
"icon" : "prezbuzz.png",
"id" : "followall",
"license" : "Unknown",
@troytop
troytop / owncloud-stackato.json
Created June 5, 2012 18:08
A Stackato store file pointing to the owncloud-stackato repo
{
"apps" : [
{
"desc" : "A flexible, open source file sync and share solution",
"framework" : "php",
"home" : "http://owncloud.org/",
"icon" : "owncloud.png",
"id" : "owncloud-stable",
"license" : "AGPLv3",
"mem" : "128",
@troytop
troytop / stackato.yml
Created May 31, 2012 21:56
stackato.yml for redmine
name: redmine
instances: 1
mem: 256M
framework:
type: rails3
services:
redmine-postgresql: postgresql
# env:
@troytop
troytop / Gemfile.lock
Created May 31, 2012 21:55
Gemfile.lock
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.3)
actionpack (= 3.2.3)
mail (~> 2.4.4)
actionpack (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)