Nedelin Petkov
969ad475e3
Added new feature for ansible_user and ansible_port in Icinga2 inventory source ( #4088 )
...
* Added new feature for ansible_user and ansible_port
* Replaced 'try' and 'except' with 'if' condition
* Replace '!=' with 'is not'
* Fixed if condition
* Implement the constructed interface
* Correction at the suggestion of felixfontein
* Added new options in unit test for icinga2 inventory
* Added blank lines in unit test for icinga2 inventory
* Added default filter in example
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fixed variable name in example
Co-authored-by: Felix Fontein <felix@fontein.de>
* Added a changelog fragment
* Fixed changelog fragment
Co-authored-by: Felix Fontein <felix@fontein.de>
* Updated documentation options
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-31 19:50:08 +01:00
Cliff Hults
8da2c630d8
Icinga2 Inventory Plugin - Error handling and inventory name changer ( #3906 )
...
* Added inventory_attr and filter error handling
* Added inventory_attr and filter error handling
* Added inventory_attr and filter error handling
* Added inventory_attr and filter error handling
* Added changelog
* Added inventory_attr and filter error handling
* Added inventory_attr and filter error handling
* Applying requested changes
* FIxes for tests
* Added inventory_attr and filter error handling
* Error handling
* Error handling
* Error handling
* Modifications to unit tests
* Remove pitfall
2021-12-18 20:06:30 +01:00
Cliff Hults
8ab96d9533
Icinga2 inventory plugin ( #3202 )
...
* Added Icinga2 inventory plugin
* Added Icinga2 inventory plugin
* Linting
* Added tests
* Linting
* Linting
* Added tests
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Added tests for icinga2 inventory
* Resolved reviews and added host filters
* Linting
* Fixing yaml for example and updating tests
* Updating test data
* Fixing pep8 indentations
* Missed copywriting
* Missed copywriting
* Updated documentation grammar
* Removing Cacheable class and cleanup
* Update plugins/inventory/icinga2.py
* Update plugins/inventory/icinga2.py
* Bump version number
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/inventory/icinga2.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-09-18 15:19:41 +02:00