summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-12Cleanup before PR approval.Kenny Woodson
2015-02-11Updated oscp and ossh.Kenny Woodson
2015-02-11Checking in oscp.Kenny Woodson
2015-02-11initial commit of scp utilitiyKenny Woodson
2015-02-05Merge pull request #54 from kwoodson/osshKenny Woodson
Adding ssh dynamic hosts capabilities
2015-02-05Removed unneeded debug statement.Kenny Woodson
2015-02-05Removed comments and cleaned up code.Kenny Woodson
2015-02-05Attempting to only refresh cache when doing --list on ossh.Kenny Woodson
2015-02-05Merge pull request #53 from twiest/atomicThomas Wiest
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.
2015-02-05changed os2-atomic-proxy to be able to launch inside of both a vpc and ↵Thomas Wiest
classic. Changed STG to default to launching in a vpc, prod still launches in classic.
2015-02-05removed ignore_bug_6407 as that bug has now been fixed by ansible.Thomas Wiest
2015-02-05removed the usage of yaml '>' for multiline entries and replaced them with ↵Thomas Wiest
yaml dictionaries as demonstrated by the ansible documentation.
2015-02-05Updated tab completion as well as respecting ssh config files.Kenny Woodson
2015-02-05Fixed zsh completion.Kenny Woodson
2015-02-04Merge pull request #52 from pravisankar/cluster-config-optsJhon Honce
Bug 1163631 - Make master/minion playbook configurable in cluster.sh
2015-02-04Adding [tab] completion for bash and zsh.Kenny Woodson
2015-02-04Bug 1163631 - Make master/minion playbook configurable in cluster.shRavi Sankar Penta
Now config options can take both short and long notations.
2015-02-04Renamed ossh.py and added bash completion functionKenny Woodson
2015-02-04Merge pull request #51 from calfonso/bz1174620Jhon Honce
Adding a more informative message if no supported environments are found...
2015-02-03Adding a more informative message if no supported environments are found.Chris Alfonso
2015-02-03Merge pull request #50 from calfonso/bz1174620Jhon Honce
BZ1174620 - Show grep error of no such file when upper case provider..
2015-02-03BZ1174620 - Show grep error of no such file when upper case provider..Chris Alfonso
* This patch just silences grep errors
2015-02-03ossh script added for ssh meta query capabilitiesKenny Woodson
2015-01-30Adding ossh.pyKenny Woodson
2015-01-29Merge pull request #49 from kwoodson/filtersKenny Woodson
Adding filtering capabilities to oo_select ansible filtering.
2015-01-29Add filters to oo_collect filter so that we can pick and choose what we want ↵Kenny Woodson
to receive back based on more than a single attribute.
2015-01-28added opssh.pyThomas Wiest
2015-01-09Merge pull request #45 from jwhonce/wip/pod_updatesJhon Honce
Infrastructure - Update pod definitions
2015-01-09Infrastructure - Update pod definitionsJhon Honce
* Bring pod definitions in line with lates k8s release
2014-12-18Merge pull request #44 from kwoodson/add_multi_testsKenny Woodson
Add multi tests
2014-12-18Merge branch 'master' into add_multi_testsKenny Woodson
2014-12-18Merge pull request #43 from twiest/prKenny Woodson
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.
2014-12-18Updated with more testsKenny Woodson
2014-12-18fixed bug in multi_ec2.py where it was only allowing relatively path'd ↵Thomas Wiest
providers if you ran multi_ec2.py from the inventory directory.
2014-12-18Merge pull request #42 from kwoodson/testKenny Woodson
Adding unittests for multi_ec2.
2014-12-18unittest for merge_destructively. More to comeKenny Woodson
Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space
2014-12-18Merge pull request #39 from twiest/prThomas Wiest
changed multi_ec2.py to print the json result string instead of the python pretty print string.
2014-12-18changed multi_ec2.py to print the json result string instead of the python ↵Thomas Wiest
pretty print string.
2014-12-18Merge pull request #38 from kwoodson/default_envKenny Woodson
Adding default aws credentials when calling mutli_ec2
2014-12-18Variable-ized the config file path with the name.Kenny Woodson
2014-12-18Added default environment behavoir for aws credentialsKenny Woodson
2014-12-15Merge pull request #37 from twiest/prThomas Wiest
minor bug fix
2014-12-15minor bug fixThomas Wiest
2014-12-15Merge pull request #36 from twiest/prThomas Wiest
changed atomic proxy to use pre-built container images
2014-12-15changed atomic proxy to use pre-built container imagesThomas Wiest
2014-12-15Merge pull request #35 from liangxia/masterThomas Wiest
suppress error unbound variable
2014-12-15Merge pull request #34 from kwoodson/meta_inventoryKenny Woodson
Adding a meta inventory to query multiple cloud accounts.
2014-12-15suppress error unbound variableliangxia
2014-12-12Updated the function name to accurately reflect its procedure.Kenny Woodson
2014-12-12Updated merge function to merge recursivelyKenny Woodson