duanetoler
duanetoler
WARNING: dict keys for cp_gaia_system_group_facts are inconsistent due to error in Gaia API server module (reported in SR 6-0003836163). Tested on R80.40 JHF 198, R81.20 JHF 41.
Add DHCP dict to physical interface module argument fields Update documentation accordingly
Add loopback interface modules and modify checkpoint.py to support special loopback interface params
checkpoint.py modified to pop 'name' key from module.params for 'add' API Tested with R81.20 JHF 26 and JHF 41
Update checkpoint.py idempotency_check to handle ipv4/ipv6 mask length key values as int. This allows skipping non-existent set-alias-interface API correctly Tested with R81.20 JHF 41, Gaia APi 1.7
cp_gaia_user.py: Remove list of forbidden fields when modifying admin user Tested with R81.20 JHF 41, Gaia API 1.7
Back in v5.2.2, in checkpoint.py, api_call_facts() (line 582; currently line 591 in master) was changed to transliterate the value of api_call_object from "-" to "_" on the response. However, this...
* Add grub_password parameter * Update documentation for grub_password * Update example to include grub_password parameter