Skip to content

Instantly share code, notes, and snippets.

@Snergster
Snergster / keybase.md
Created February 23, 2017 21:55
keybase.md

Keybase proof

I hereby claim:

  • I am snergster on github.
  • I am snergster (https://keybase.io/snergster) on keybase.
  • I have a public key ASA6SR-cEZu82d6DMxTG7GnNrZ9UjZt14WR4-BKgDH9fjgo

To claim this, I am signing this object:

[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Including configuration from '/etc/salt/minion.d/extra.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/extra.conf
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'virl-image-server-1.cisco.com', 'tcp://128.107.78.139:4506')
[DEBUG ] salt.crypt.verify_signature: Loading public key
[DEBUG ] salt.crypt.verify_signature: Verifying signature
[DEBUG ] Successfully verified signature of master public key with verification public key master_sign.pub
[INFO ] Received signed and verified master pubkey from master cons-ejk-ucs.cisco.com
[DEBUG ] Decrypting the current master AES key
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.p
was
def project_present(name, **kwargs):
"""Ensure that there's a UWM project with the specified properties.
:returns: dict with keys ('project', 'main-user', 'comment')
"""
props = {'name': name}
for key in ('description', 'expires', 'enabled', 'user_password',
'user_os_password', 'networks', 'quota_instances', 'quota_ram',
'quota_vcpus'):
if key in kwargs: