summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated oscp and ossh.Kenny Woodson2015-02-113-16/+10
|
* Checking in oscp.Kenny Woodson2015-02-113-88/+81
|
* initial commit of scp utilitiyKenny Woodson2015-02-112-1/+228
|
* Merge pull request #54 from kwoodson/osshKenny Woodson2015-02-057-3/+370
|\ | | | | Adding ssh dynamic hosts capabilities
| * Removed unneeded debug statement.Kenny Woodson2015-02-051-3/+0
| |
| * Removed comments and cleaned up code.Kenny Woodson2015-02-055-127/+28
| |
| * Attempting to only refresh cache when doing --list on ossh.Kenny Woodson2015-02-054-13/+34
| |
| * Updated tab completion as well as respecting ssh config files.Kenny Woodson2015-02-053-8/+9
| |
| * Fixed zsh completion.Kenny Woodson2015-02-051-6/+10
| |
| * Adding [tab] completion for bash and zsh.Kenny Woodson2015-02-043-10/+45
| |
| * Renamed ossh.py and added bash completion functionKenny Woodson2015-02-044-5/+47
| |
| * ossh script added for ssh meta query capabilitiesKenny Woodson2015-02-032-15/+202
| |
| * Adding ossh.pyKenny Woodson2015-01-302-1/+64
| |
| * added opssh.pyThomas Wiest2015-01-283-0/+116
| |
* | Merge pull request #53 from twiest/atomicThomas Wiest2015-02-0515-88/+106
|\ \ | | | | | | Changed os2-atomic-proxy to be able to launch inside of both a vpc and classic. Changed STG to default to launching in a vpc, prod still launches in classic. Also cleaned up some cruft.
| * | changed os2-atomic-proxy to be able to launch inside of both a vpc and ↵Thomas Wiest2015-02-052-2/+37
| | | | | | | | | | | | classic. Changed STG to default to launching in a vpc, prod still launches in classic.
| * | removed ignore_bug_6407 as that bug has now been fixed by ansible.Thomas Wiest2015-02-053-12/+0
| | |
| * | removed the usage of yaml '>' for multiline entries and replaced them with ↵Thomas Wiest2015-02-0510-74/+69
|/ / | | | | | | yaml dictionaries as demonstrated by the ansible documentation.
* | Merge pull request #52 from pravisankar/cluster-config-optsJhon Honce2015-02-042-12/+35
|\ \ | | | | | | Bug 1163631 - Make master/minion playbook configurable in cluster.sh
| * | Bug 1163631 - Make master/minion playbook configurable in cluster.shRavi Sankar Penta2015-02-042-12/+35
|/ / | | | | | | Now config options can take both short and long notations.
* | Merge pull request #51 from calfonso/bz1174620Jhon Honce2015-02-041-0/+1
|\ \ | | | | | | Adding a more informative message if no supported environments are found...
| * | Adding a more informative message if no supported environments are found.Chris Alfonso2015-02-031-0/+1
| | |
* | | Merge pull request #50 from calfonso/bz1174620Jhon Honce2015-02-031-1/+1
|\| | | | | | | | BZ1174620 - Show grep error of no such file when upper case provider..
| * | BZ1174620 - Show grep error of no such file when upper case provider..Chris Alfonso2015-02-031-1/+1
|/ / | | | | | | * This patch just silences grep errors
* | Merge pull request #49 from kwoodson/filtersKenny Woodson2015-01-291-3/+12
|\ \ | |/ |/| Adding filtering capabilities to oo_select ansible filtering.
| * Add filters to oo_collect filter so that we can pick and choose what we want ↵Kenny Woodson2015-01-291-3/+12
|/ | | | to receive back based on more than a single attribute.
* Merge pull request #45 from jwhonce/wip/pod_updatesJhon Honce2015-01-099-8/+10
|\ | | | | Infrastructure - Update pod definitions
| * Infrastructure - Update pod definitionsJhon Honce2015-01-099-8/+10
|/ | | | * Bring pod definitions in line with lates k8s release
* Merge pull request #44 from kwoodson/add_multi_testsKenny Woodson2014-12-181-0/+28
|\ | | | | Add multi tests
| * Merge branch 'master' into add_multi_testsKenny Woodson2014-12-181-0/+4
| |\ | |/ |/|
* | Merge pull request #43 from twiest/prKenny Woodson2014-12-181-0/+4
|\ \ | | | | | | fixed bug in multi_ec2.py where it was only allowing relatively path'd providers if you ran multi_ec2.py from the inventory directory.
| * | fixed bug in multi_ec2.py where it was only allowing relatively path'd ↵Thomas Wiest2014-12-181-0/+4
|/ / | | | | | | providers if you ran multi_ec2.py from the inventory directory.
| * Updated with more testsKenny Woodson2014-12-181-0/+28
|/
* Merge pull request #42 from kwoodson/testKenny Woodson2014-12-184-4/+88
|\ | | | | Adding unittests for multi_ec2.
| * unittest for merge_destructively. More to comeKenny Woodson2014-12-184-4/+88
|/ | | | | | | | Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space
* Merge pull request #39 from twiest/prThomas Wiest2014-12-184-13/+10
|\ | | | | changed multi_ec2.py to print the json result string instead of the python pretty print string.
| * changed multi_ec2.py to print the json result string instead of the python ↵Thomas Wiest2014-12-184-13/+10
|/ | | | pretty print string.
* Merge pull request #38 from kwoodson/default_envKenny Woodson2014-12-181-8/+30
|\ | | | | Adding default aws credentials when calling mutli_ec2
| * Variable-ized the config file path with the name.Kenny Woodson2014-12-181-1/+1
| |
| * Added default environment behavoir for aws credentialsKenny Woodson2014-12-181-8/+30
|/
* Merge pull request #37 from twiest/prThomas Wiest2014-12-151-2/+2
|\ | | | | minor bug fix
| * minor bug fixThomas Wiest2014-12-151-2/+2
|/
* Merge pull request #36 from twiest/prThomas Wiest2014-12-1558-1035/+71
|\ | | | | changed atomic proxy to use pre-built container images
| * changed atomic proxy to use pre-built container imagesThomas Wiest2014-12-1558-1035/+71
|/
* Merge pull request #35 from liangxia/masterThomas Wiest2014-12-151-1/+1
|\ | | | | suppress error unbound variable
| * suppress error unbound variableliangxia2014-12-151-1/+1
| |
* | Merge pull request #34 from kwoodson/meta_inventoryKenny Woodson2014-12-153-0/+213
|\ \ | |/ |/| Adding a meta inventory to query multiple cloud accounts.
| * Updated the function name to accurately reflect its procedure.Kenny Woodson2014-12-121-3/+3
| |
| * Updated merge function to merge recursivelyKenny Woodson2014-12-122-24/+37
| |
| * Fixed naming for chache file.Kenny Woodson2014-12-121-1/+1
| |