summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-19Fixed an issue with the latest gce list. Correctly handles _metaKenny Woodson
2015-02-17Update README.mdDan McPherson
2015-02-17Merge pull request #63 from tdawson/2015-02/ReposTroy Dawson
Fixup yum repos
2015-02-17fixup oso-rhui reposTroy Dawson
2015-02-17Merge pull request #61 from jwhonce/wip/kubeconfigJhon Honce
Update playbooks for latest origin code
2015-02-17* CRUD temp directory on local machineJhon Honce
2015-02-17* Use hostname moduleJhon Honce
* Use mktemp for scratch directory
2015-02-17remove the add-hoc docker repoTroy Dawson
Fix up libra candidate repo config file Fix up rhel 7 rhui repo config file Add rhel 7 rhui extras repo, which has docker in it Separate rhel 7 extras into its own config file Add rhel 7 extras so that we have docker
2015-02-16Update code to reflect review commentsJhon Honce
2015-02-16- Rename minion to nodeJhon Honce
- Update playbooks to support latest code
2015-02-16Merge pull request #60 from kwoodson/host_type_fixKenny Woodson
Fixed issue where --name was insufficient to apply config.
2015-02-13Fixed a couple of other variables that were incorrect.Kenny Woodson
2015-02-13Fixing tag name to prepend aws identifier.Kenny Woodson
2015-02-13Use more descriptive name in Development ProjectJhon Honce
2015-02-13Merge pull request #59 from twiest/prJhon Honce
Updated to the latest gce.py from upstream. It includes _meta and hostvars!!!
2015-02-13Updated to the latest gce.py from upstream. It includes _meta and hostvars!!!Thomas Wiest
2015-02-12Merge pull request #55 from kwoodson/oscpKenny Woodson
oscp tooling
2015-02-12Updated zsh completion to work with oscpKenny Woodson
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.