summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-144-13/+13
* Remove itervalues (not available on py3)Toshio Kuratomi2016-12-131-2/+2
* Fix auth in collins.py inventoryMichael Schuett2016-11-232-1/+4
* Port has_key to python3 compatible syntaxJames Tanner2016-11-161-7/+7
* Resolves #18312 python3 support for ec2.pyTony Kinsley2016-11-031-1/+1
* Correctly read use_private_network as booleanDaniel Yates2016-10-231-1/+1
* Fix improper handling of machine_type in ovirt inventory (#16251)Nijin Ashok2016-10-231-1/+6
* vmware_inventory: Make the ceritifate check default, and create a config opti...jctanner2016-09-302-11/+15
* vmware_inventory: decode strings to ascii if not alphanumeric (#17618)jctanner2016-09-161-1/+4
* Changes as per @abadgerKhushil Dep2016-09-141-2/+2
* Add enumeration of block devices to ec2_block_devicesKhushil Dep2016-09-141-0/+5
* Corrected port designation in INI file (#17543)Davis Phillips2016-09-131-1/+1
* Use addresses and names reserved for documentationRobin Schneider2016-09-111-1/+1
* Add public_ip option to linode dynamic inventory (#17390)Jared Sprague2016-09-092-4/+18
* 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
|\ \