Skip to content

Instantly share code, notes, and snippets.

View punkrokk's full-sized avatar

JP Bourget punkrokk

View GitHub Profile
@punkrokk
punkrokk / ST2-RHEL8-VM.txt
Last active February 7, 2020 21:32
ST2 RHEL8 Install Log
Registering to: subscription.rhsm.redhat.com:443/subscription
The system has been registered with ID: 69c74415-6a09-49c1-8d05-9d019714b6e8
The registered system name is: localhost.localdomain
[punkrokk@localhost ~]$ subscription-manager auto-attach
Auto-attach preference: enabled
[punkrokk@localhost ~]$ sudo subscription-manager attach
Installed Product Current Status:
Product Name: Red Hat Enterprise Linux for x86_64
Status: Subscribed
@punkrokk
punkrokk / Vagrantfile
Created January 30, 2020 23:42
ST2 EL8 testing Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at

Keybase proof

I hereby claim:

  • I am punkrokk on github.
  • I am punkrokk (https://keybase.io/punkrokk) on keybase.
  • I have a public key ASCc5ZyMs-aw8lP_BovtWRzKPrulb_uT_cQSBIccoSxszAo

To claim this, I am signing this object:

[centos@ip-172-30-0-50 ~]$ sudo st2 pack install jira
[ succeeded ] download pack
[ succeeded ] make a prerun
[ failed ] install pack dependencies
id: 58bb3e3fbcd82b32186fb546
action.ref: packs.install
parameters:
packs:
#### Contents of the preconfiguration file (for squeeze)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US
# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.