Commit 8084fbd
* Added virtual_disks to nb_inventory.py
* Update nb_inventory.py
formatting
* Increase version
* added tests
* added virtual_disks to test data
* Update test-inventory.yml
Added virtual_disks
* Update data.json
added virtual_disks
* Update test-inventory.json
Updated virtual_disks data in inventory file
* Update test-inventory.json
corrected syntax error
* Update test-inventory.json
syntax error corrected
* Update test-inventory.json
No vdisks?
* Update test-inventory.json
removed duplicate virtual disks
* Update test-inventory.json
No vm disk in test enviroment test
* Create data.json
add virtual disks to test100-vm
* Update netbox-deploy.py
added virtual disks to deploy
* Update test-inventory.json
added to inventory
* Update netbox-deploy.py
changed virtual machine to id
* #1141 2 (#2)
* Added virtual_disks to deploy
* Added virtual_disks to inventory
* Update data.json with virtual disks
* Update test_nb_inventory.py
* Update test-inventory.yml
* fix integration tests
---------
Co-authored-by: = <=>
* fix linting
* fix unit tests
* fix integration tests
* fix integration tests
* fix inventory result files
---------
Co-authored-by: Martin Adler <[email protected]>
Co-authored-by: = <=>
1 parent c039789 commit 8084fbd
File tree
16 files changed
+799
-267
lines changed- plugins/inventory
- tests
- integration
- targets/inventory-v3.7/files
- unit/inventory
- test_data
- group_extractors
16 files changed
+799
-267
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
102 | 109 | | |
103 | 110 | | |
104 | 111 | | |
| |||
592 | 599 | | |
593 | 600 | | |
594 | 601 | | |
595 | | - | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
596 | 608 | | |
597 | 609 | | |
598 | 610 | | |
| |||
845 | 857 | | |
846 | 858 | | |
847 | 859 | | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
848 | 869 | | |
849 | 870 | | |
850 | 871 | | |
| |||
1306 | 1327 | | |
1307 | 1328 | | |
1308 | 1329 | | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
1309 | 1354 | | |
1310 | 1355 | | |
1311 | 1356 | | |
| |||
1452 | 1497 | | |
1453 | 1498 | | |
1454 | 1499 | | |
| 1500 | + | |
| 1501 | + | |
1455 | 1502 | | |
1456 | 1503 | | |
1457 | 1504 | | |
| |||
2055 | 2102 | | |
2056 | 2103 | | |
2057 | 2104 | | |
| 2105 | + | |
2058 | 2106 | | |
2059 | 2107 | | |
2060 | 2108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
469 | 478 | | |
470 | 479 | | |
471 | 480 | | |
| |||
0 commit comments