Closed annikulin closed 5 years ago
This PR updates parameters for ftd_install module: it used to have a separate tftp_server parameter for TFTP server address, now it has changed to be a part of rommon_file_location parameter.
ftd_install
tftp_server
rommon_file_location
BEFORE:
tftp_server: 10.89.0.11 rommon_file_location: 'installers/ftd-boot-9.10.1.3.lfbff'
AFTER:
rommon_file_location: 'tftp://10.89.0.11/installers/ftd-boot-9.10.1.3.lfbff'
This PR updates parameters for
ftd_install
module: it used to have a separatetftp_server
parameter for TFTP server address, now it has changed to be a part ofrommon_file_location
parameter.BEFORE:
AFTER: