summaryrefslogtreecommitdiffstats
path: root/inventory/multi_ec2.py
Commit message (Collapse)AuthorAgeFilesLines
* Added more verbosity when error happens. Also fixed a bug.Kenny Woodson2015-06-091-4/+9
|
* Making multi_ec2 into a libraryKenny Woodson2015-05-141-12/+27
|
* Added support for grouping and a bug fix.Kenny Woodson2015-05-131-16/+48
|
* Added capability to pass in ec2.ini file.Kenny Woodson2015-05-121-21/+53
|
* Merge pull request #217 from kwoodson/inven_fixThomas Wiest2015-05-071-1/+1
|\ | | | | Fixed a variable naming bug due to rename.
| * Fixed a bug due to renaming of variables.Kenny Woodson2015-05-071-1/+1
| |
* | Allow option in multi_ec2 to set cache location.Kenny Woodson2015-05-071-2/+24
|/
* Adding refresh-cache option and cleanup for pylint. Also updated for ↵Kenny Woodson2015-04-221-44/+51
| | | | aws/hosts/ being added.
* added the ability to have a config file in /etc/openshift_ansible to ↵Thomas Wiest2015-03-251-2/+15
| | | | multi_ec2.py.
* Explicitely use python2Lénaïc Huard2015-02-191-1/+1
| | | | | Some distributions are using python3 as the default python. On those ones, we need to explicitely use python2.
* Attempting to only refresh cache when doing --list on ossh.Kenny Woodson2015-02-051-1/+14
|
* added opssh.pyThomas Wiest2015-01-281-0/+1
|
* 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.
* unittest for merge_destructively. More to comeKenny Woodson2014-12-181-4/+6
| | | | | | | | Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space
* changed multi_ec2.py to print the json result string instead of the python ↵Thomas Wiest2014-12-181-10/+9
| | | | pretty print string.
* 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
|
* Updated the function name to accurately reflect its procedure.Kenny Woodson2014-12-121-3/+3
|
* Updated merge function to merge recursivelyKenny Woodson2014-12-121-22/+35
|
* Fixed naming for chache file.Kenny Woodson2014-12-121-1/+1
|
* In order to agree with previous renaming these naming changes were made.Kenny Woodson2014-12-121-1/+1
|
* Updated with the class name.Kenny Woodson2014-12-121-2/+2
|
* Updated name to multi_ec2 instead of meta.Kenny Woodson2014-12-121-0/+183