You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/nxos_facts.yaml

4 lines
207 B
YAML

nxos_facts module and nxos cliconf fix stable-2.6 (#43180) * Refactor nxos cliconf get_device_info and add requirements for JSON structured output support in nxos_facts module (#42089) * nxos_facts requires JSON structured output support Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * refactor get_device_info for legacy devices Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update additional logic Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit 0e05425b32505ffb1a588c053e05c7ba11e53f4b) * fix regex cliconf nxos (#42288) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit df8ad8ebf98dc52ca6842ef7170bea69a60201ed) * get_device_info nxos zero or more whitespace regex (#43178) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit dd6ef3355fc23c2d54061ddd38026600e172a2ae) * warning message improved (#42969) (cherry picked from commit bea8e0200c792311054b021a0f9d217ffc8c91bb) * Add text output along with structured output in nxos_facts (#42886) * nxos_facts to use default output instead of structured output Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix shippable error Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * nxos_facts refactor Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add structured output back Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit 1d5f881f5c351ac619d7b90c8a970b602ac565dd) * changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
6 years ago
bugfixes:
- nxos_facts warning message improved (https://github.com/ansible/ansible/pull/42969).
- Add text output along with structured output in nxos_facts (https://github.com/ansible/ansible/pull/42886).