This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| denn8098@MN80JQG3QN:/tmp$ diff -u f5-config.py ~/PycharmProjects/rpc_lem/lem-aide/user-tools/f5_config.py | |
| --- f5-config.py 2016-08-03 12:18:47.000000000 -0500 | |
| +++ /Users/denn8098/PycharmProjects/rpc_lem/lem-aide/user-tools/f5_config.py 2016-03-31 15:07:50.000000000 -0500 | |
| @@ -16,17 +16,32 @@ | |
| # (c) 2014, Kevin Carter <[email protected]> | |
| import argparse | |
| import json | |
| -import os | |
| +import os,sys | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // main.go | |
| package main | |
| import ( | |
| "time" | |
| "github.com/kataras/iris" | |
| "github.com/kataras/iris/config" | |
| "github.com/kataras/iris/middleware/basicauth" | |
| "github.com/kataras/iris/middleware/logger" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TASK: [Installing preq pip packages for lem toolset] ************************** | |
| failed: [578160-infra01.eng-lon3-2.rpc.rackspace.com] => {"cmd": "/usr/bin/pip install paramiko", "failed": true} | |
| msg: stdout: Downloading/unpacking paramiko | |
| Downloading/unpacking pyasn1>=0.1.7 (from paramiko) | |
| Downloading pyasn1-0.1.9-py2.py3-none-any.whl | |
| Downloading/unpacking cryptography>=1.1 (from paramiko) | |
| Running setup.py (path:/tmp/pip_build_root/cryptography/setup.py) egg_info for package cryptography | |
| no previously-included directories found matching 'docs/_build' | |
| warning: no previously-included files matching '*' found under directory 'vectors' |
NewerOlder