You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration options which have a interactive prompt, such as port breakouts, require y confirmation via a prompt. While this is implemented in arista.eos.eos_command, this is not implemented in arista.eos.eos_config, thus this module is unable to deploy any configurations that include this. There doesn't seem to be a workaround either.
...
interface Ethernet3/1
description TEST BREAKOUT
mtu 9100
no shutdown
speed 100g-2
!
...
In the debug output, I see
HSRN-SW8A-2MT(config-s-ansible_17-if-Et3/1)#speed 100g-2\r\n! The requested speed change will cause the following \r\ninterfaces to become inactive:\r\n\r\n Ethernet4/1\r\n\r\nDo you wish to proceed with this command? [y/N]
Which does not get answered and there is no parameter to specify the answer in.
EXPECTED RESULTS
I expect to have a prompt, similar to the arista.eos.eos_command module, where the prompts can be answered if I am deploying the configurations as a whole file.
ACTUAL RESULTS
It appears that once prompted, ansible adds the next line which automatically declines the prompt.
SUMMARY
Configuration options which have a interactive prompt, such as port breakouts, require
y
confirmation via a prompt. While this is implemented inarista.eos.eos_command
, this is not implemented inarista.eos.eos_config
, thus this module is unable to deploy any configurations that include this. There doesn't seem to be a workaround either.ISSUE TYPE
COMPONENT NAME
arista.eos.eos_config
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Arista DCS-7280CR3-32D4-F
Software image version: 4.31.2F
STEPS TO REPRODUCE
With a config source file with the following:
In the debug output, I see
Which does not get answered and there is no parameter to specify the answer in.
EXPECTED RESULTS
I expect to have a prompt, similar to the
arista.eos.eos_command
module, where the prompts can be answered if I am deploying the configurations as a whole file.ACTUAL RESULTS
It appears that once prompted, ansible adds the next line which automatically declines the prompt.
The text was updated successfully, but these errors were encountered: