Skip to content

Instantly share code, notes, and snippets.

View jascott1's full-sized avatar

Justin Scott jascott1

  • Intel
  • Hillsboro, OR
View GitHub Profile
#clear-linux-config
# switch between aliases if you want to install to an actuall block device
# i.e /dev/sda
block-devices: [
{name: "bdevice", file: "cloudguest.img"}
]
targetMedia:
- name: ${bdevice}

Keybase proof

I hereby claim:

  • I am jascott1 on github.
  • I am jascott1 (https://keybase.io/jascott1) on keybase.
  • I have a public key whose fingerprint is 0246 9D6A 9531 A14F E405 E4A4 3C36 16B8 9FBB 1F50

To claim this, I am signing this object:

@jascott1
jascott1 / operator_logs.md
Created October 13, 2017 18:51
operator logs
Listening...
2017-10-13T07:45:54+0000 [-] Loading ./forwarder.py...
2017-10-13T07:45:55+0000 [-] SOCKSv5Factory starting on 9050
2017-10-13T07:45:55+0000 [socks.SOCKSv5Factory#info] Starting factory <socks.SOCKSv5Factory object at 0x7f7cebcfe240>
2017-10-13T07:45:55+0000 [-] DNSDatagramProtocol starting on 9053
2017-10-13T07:45:55+0000 [-] Starting protocol <twisted.names.dns.DNSDatagramProtocol object at 0x7f7cebd0f2b0>
2017-10-13T07:45:55+0000 [-] Loaded.
2017-10-13T07:45:55+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] twistd 17.5.0 (/usr/bin/python3.6 3.6.1) starting up.
2017-10-13T07:45:55+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] reactor class: twisted.internet.epollreactor.EPollReactor.
@jascott1
jascott1 / k8s-cinder-dynamic-provision.md
Last active October 2, 2017 08:39
kubernetes cinder dynamic provisioning

To enable dynamic provisioning with Cinder backend, create a cinder storage class and make it default.
Notes:

  • This works when cinder is default storage class. Not tested in other scenarios.
  • Tested with k8s v1.7

Storage class

sc-cinder.yaml

kind: StorageClass