Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more descriptive name in Development Project | Jhon Honce | 2015-02-13 | 2 | -2/+2 |
| | |||||
* | Merge pull request #59 from twiest/pr | Jhon Honce | 2015-02-13 | 1 | -3/+15 |
|\ | | | | | Updated to the latest gce.py from upstream. It includes _meta and hostvars!!! | ||||
| * | Updated to the latest gce.py from upstream. It includes _meta and hostvars!!! | Thomas Wiest | 2015-02-13 | 1 | -3/+15 |
|/ | |||||
* | Merge pull request #55 from kwoodson/oscp | Kenny Woodson | 2015-02-12 | 6 | -37/+253 |
|\ | | | | | oscp tooling | ||||
| * | Updated zsh completion to work with oscp | Kenny Woodson | 2015-02-12 | 2 | -5/+9 |
| | | |||||
| * | Cleanup before PR approval. | Kenny Woodson | 2015-02-12 | 2 | -2/+0 |
| | | |||||
| * | Updated oscp and ossh. | Kenny Woodson | 2015-02-11 | 3 | -16/+10 |
| | | |||||
| * | Checking in oscp. | Kenny Woodson | 2015-02-11 | 3 | -88/+81 |
| | | |||||
| * | initial commit of scp utilitiy | Kenny Woodson | 2015-02-11 | 2 | -1/+228 |
|/ | |||||
* | Merge pull request #54 from kwoodson/ossh | Kenny Woodson | 2015-02-05 | 7 | -3/+370 |
|\ | | | | | Adding ssh dynamic hosts capabilities | ||||
| * | Removed unneeded debug statement. | Kenny Woodson | 2015-02-05 | 1 | -3/+0 |
| | | |||||
| * | Removed comments and cleaned up code. | Kenny Woodson | 2015-02-05 | 5 | -127/+28 |
| | | |||||
| * | Attempting to only refresh cache when doing --list on ossh. | Kenny Woodson | 2015-02-05 | 4 | -13/+34 |
| | | |||||
| * | Updated tab completion as well as respecting ssh config files. | Kenny Woodson | 2015-02-05 | 3 | -8/+9 |
| | | |||||
| * | Fixed zsh completion. | Kenny Woodson | 2015-02-05 | 1 | -6/+10 |
| | | |||||
| * | Adding [tab] completion for bash and zsh. | Kenny Woodson | 2015-02-04 | 3 | -10/+45 |
| | | |||||
| * | Renamed ossh.py and added bash completion function | Kenny Woodson | 2015-02-04 | 4 | -5/+47 |
| | | |||||
| * | ossh script added for ssh meta query capabilities | Kenny Woodson | 2015-02-03 | 2 | -15/+202 |
| | | |||||
| * | Adding ossh.py | Kenny Woodson | 2015-01-30 | 2 | -1/+64 |
| | | |||||
| * | added opssh.py | Thomas Wiest | 2015-01-28 | 3 | -0/+116 |
| | | |||||
* | | Merge pull request #53 from twiest/atomic | Thomas Wiest | 2015-02-05 | 15 | -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 Wiest | 2015-02-05 | 2 | -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 Wiest | 2015-02-05 | 3 | -12/+0 |
| | | | |||||
| * | | removed the usage of yaml '>' for multiline entries and replaced them with ↵ | Thomas Wiest | 2015-02-05 | 10 | -74/+69 |
|/ / | | | | | | | yaml dictionaries as demonstrated by the ansible documentation. | ||||
* | | Merge pull request #52 from pravisankar/cluster-config-opts | Jhon Honce | 2015-02-04 | 2 | -12/+35 |
|\ \ | | | | | | | Bug 1163631 - Make master/minion playbook configurable in cluster.sh | ||||
| * | | Bug 1163631 - Make master/minion playbook configurable in cluster.sh | Ravi Sankar Penta | 2015-02-04 | 2 | -12/+35 |
|/ / | | | | | | | Now config options can take both short and long notations. | ||||
* | | Merge pull request #51 from calfonso/bz1174620 | Jhon Honce | 2015-02-04 | 1 | -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 Alfonso | 2015-02-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #50 from calfonso/bz1174620 | Jhon Honce | 2015-02-03 | 1 | -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 Alfonso | 2015-02-03 | 1 | -1/+1 |
|/ / | | | | | | | * This patch just silences grep errors | ||||
* | | Merge pull request #49 from kwoodson/filters | Kenny Woodson | 2015-01-29 | 1 | -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 Woodson | 2015-01-29 | 1 | -3/+12 |
|/ | | | | to receive back based on more than a single attribute. | ||||
* | Merge pull request #45 from jwhonce/wip/pod_updates | Jhon Honce | 2015-01-09 | 9 | -8/+10 |
|\ | | | | | Infrastructure - Update pod definitions | ||||
| * | Infrastructure - Update pod definitions | Jhon Honce | 2015-01-09 | 9 | -8/+10 |
|/ | | | | * Bring pod definitions in line with lates k8s release | ||||
* | Merge pull request #44 from kwoodson/add_multi_tests | Kenny Woodson | 2014-12-18 | 1 | -0/+28 |
|\ | | | | | Add multi tests | ||||
| * | Merge branch 'master' into add_multi_tests | Kenny Woodson | 2014-12-18 | 1 | -0/+4 |
| |\ | |/ |/| | |||||
* | | Merge pull request #43 from twiest/pr | Kenny Woodson | 2014-12-18 | 1 | -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 Wiest | 2014-12-18 | 1 | -0/+4 |
|/ / | | | | | | | providers if you ran multi_ec2.py from the inventory directory. | ||||
| * | Updated with more tests | Kenny Woodson | 2014-12-18 | 1 | -0/+28 |
|/ | |||||
* | Merge pull request #42 from kwoodson/test | Kenny Woodson | 2014-12-18 | 4 | -4/+88 |
|\ | | | | | Adding unittests for multi_ec2. | ||||
| * | unittest for merge_destructively. More to come | Kenny Woodson | 2014-12-18 | 4 | -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/pr | Thomas Wiest | 2014-12-18 | 4 | -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 Wiest | 2014-12-18 | 4 | -13/+10 |
|/ | | | | pretty print string. | ||||
* | Merge pull request #38 from kwoodson/default_env | Kenny Woodson | 2014-12-18 | 1 | -8/+30 |
|\ | | | | | Adding default aws credentials when calling mutli_ec2 | ||||
| * | Variable-ized the config file path with the name. | Kenny Woodson | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | Added default environment behavoir for aws credentials | Kenny Woodson | 2014-12-18 | 1 | -8/+30 |
|/ | |||||
* | Merge pull request #37 from twiest/pr | Thomas Wiest | 2014-12-15 | 1 | -2/+2 |
|\ | | | | | minor bug fix | ||||
| * | minor bug fix | Thomas Wiest | 2014-12-15 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #36 from twiest/pr | Thomas Wiest | 2014-12-15 | 58 | -1035/+71 |
|\ | | | | | changed atomic proxy to use pre-built container images | ||||
| * | changed atomic proxy to use pre-built container images | Thomas Wiest | 2014-12-15 | 58 | -1035/+71 |
|/ |