summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-232-4/+5
* Use sys.exit(msg) i/o print() and sys.exit() (#15465)Adrian Likins2016-08-2310-37/+22
* vmware_inventory script improvements (#17142)jctanner2016-08-191-119/+94
* py3 print fixnitzmahone2016-08-181-35/+36
* add cloudforms inventory script (#17037)Josh Preston2016-08-182-0/+493
* vmware inventory script enhancements (#17106)jctanner2016-08-172-2/+43
* Merge pull request #16606 from ryansb/rds-cluster-inventory-aioueRyan Brown2016-08-152-0/+79
|\
| * Paginate DB cluster responses in AWS RDS dynamic inventoryRyan S. Brown2016-08-152-2/+8
| * Respect profiles & credentials for boto3 inventoryRyan S. Brown2016-07-061-3/+6
| * Fail softly when boto3 is not installedTom Paine2016-07-061-2/+11
| * Add RDS cluster info to EC2 dynamic inventoryTom Paine2016-07-062-0/+61
* | add default location and env override (#16854)Andrew Dolby2016-08-041-5/+8
* | Strip group names of whitespaces, so we can use space after comma in openstac...Oskar Wyciślak2016-08-041-1/+1
* | correct ini variable name (#16901)Dick Davies2016-08-011-1/+1
* | vmware_inventory.py excude more properties and fix debug printing on unicode ...jctanner2016-07-201-8/+12
* | Added the ability to filter gce grouped_instances by region/zone (#14138)Wayne Witzel III2016-07-141-2/+18
* | Upgrade to azure 2.0.0rc5 and add locations parameter.Chris Houseknecht2016-07-092-27/+39
|/
* Fix some typos (#16498)Shota2016-06-291-1/+1
* Merge pull request #16286 from kwoodson/gce_instance_statesRyan Brown2016-06-202-0/+29
|\
| * Adding instance_states option to gce inventoryKenny Woodson2016-06-172-0/+29
* | The output of the digital ocean script was invalid for ID and droplet name gr...Adam Thomas2016-06-151-2/+2
|/
* Fixes #16095: Maximumly 199 filter values (#16184)bqbn2016-06-131-1/+6
* * Fix broken indentation in vmware inventory (#16177)jctanner2016-06-071-11/+10
* Merge pull request #14699 from jhesketh/develMonty Taylor2016-06-072-0/+11
|\
| * Allow fail_on_errors in openstack inventoryJoshua Hesketh2016-04-052-0/+11
* | Merge pull request #15965 from edevil/python_envChris Houseknecht2016-06-051-2/+2
|\ \
| * | Fix whitespace.André Cruz2016-05-231-1/+1
| * | Use the python executable specified by the environment.André Cruz2016-05-231-1/+1
* | | Add inventory script for LXC containersFlorian Haas2016-06-031-0/+67
* | | fixed group assignment in DO inventory (#16102)Brian Coca2016-06-031-15/+32
* | | Add a new vmware inventory script backed by pyvmomi (#15967)jctanner2016-05-302-0/+639
* | | fix vault-keyring.py 'No [vault] section' errorAdrian Likins2016-05-241-4/+5
* | | Fix ec2 inventory for potentially inconsistent data (#12642)Adam Chainz2016-05-241-0/+12
|/ /
* | contrib/inventory/ec2.py can read AWS credentials from ec2.ini (#15378)Victor Costan2016-05-202-9/+54
* | update documentation (#15838)Chris Mague2016-05-161-4/+6
* | Merge pull request #15466 from alikins/pr_10555_cobbler_auth_rebaseJames Cammarata2016-05-112-2/+17
|\ \
| * | add cobbler api authentication optionsJerry Zhao2016-04-182-2/+17
* | | New inventory_ip_type option in gce inventory toolMatt Hite2016-05-032-10/+51
* | | Update and fix typos in docker inventory docstrings. (#15616)Chris Houseknecht2016-04-272-131/+145
* | | errors now print to stderrBrian Coca2016-04-251-2/+1
* | | Brook inventory (#15264)Francisco Ros2016-04-252-0/+302
* | | Fix substituting dots for underscores when using ips (#15578)Jorge Nerín2016-04-251-2/+2
* | | Use exception as syntax in inventory, as it doesn't require py24 (#15554)Matt Martz2016-04-221-4/+4
* | | fixed misspelled varBrian Coca2016-04-221-1/+1
* | | Refactored docker inventory. (#15485)Chris Houseknecht2016-04-222-418/+858
* | | Allow to work with latest Azure Python SDK (#15467)Chris Houseknecht2016-04-211-15/+5
* | | Rename azure inventory script. Fix bug preventing AD user login via environme...chouseknecht2016-04-212-7/+7
|/ /
* | Adding new Azure inventory script.chouseknecht2016-04-162-0/+805
* | Merge pull request #15232 from donovan/fix-openstack-config-file-nameDavid Shrewsbury2016-04-121-1/+1
|\ \
| * | add openstack.yml to CONFIG_FILES to be consistent with documentationDonovan Jones2016-04-011-1/+1