I hereby claim:
- I am gregswift on github.
- I am gregswift (https://keybase.io/gregswift) on keybase.
- I have a public key whose fingerprint is 3C28 7598 463B 112B B86E 4587 0700 5D32 D126 1D69
To claim this, I am signing this object:
| vars: | |
| organization: | |
| name: My Organization | |
| label: my_organization | |
| locations: | |
| - dc1 | |
| - dc2 | |
| katello_products: | |
| - CentOS: | |
| sync_plan: Weekly |
| [greg5320@laptop noarch (master %=)]$ rpm -ql openstack-barbican | |
| /etc/barbican/barbican-admin-paste.ini | |
| /etc/barbican/barbican-api-paste.ini | |
| /etc/barbican/barbican-api.conf | |
| /etc/barbican/policy.json | |
| /etc/logrotate.d/barbican-api | |
| /usr/bin/barbican-db-manage.py | |
| /usr/bin/barbican.sh | |
| /usr/lib/systemd/system/openstack-barbican-api.service | |
| /var/log/barbican |
| --- | |
| - hosts: all | |
| vars: | |
| - port: 8080 | |
| roles: | |
| - { role: plight, tags: ['disable'] } | |
| tasks: | |
| - name: Wait for all active connections to cease | |
| wait_for: host=0.0.0.0 port={{ port }} state=drained exclude_hosts={{ exclude_hosts }} |
I hereby claim:
To claim this, I am signing this object:
| import socket | |
| import datetime | |
| import time | |
| import sys | |
| import re | |
| import binascii | |
| HAS_PSUTIL = False | |
| try: | |
| import psutil |
| - vars_files: | |
| - "vars/global_vars.yml" | |
| - hosts: openstack-nodes | |
| tasks: | |
| - include: common/tasks/ssh_keys.yml user=root | |
| - include: common/tasks/update.yml | |
| - include: common/tasks/add_ops_repo.yml | |
| - include: common/tasks/packages.yml |