nuagenetworks / nuage-metroae

Nuage Networks Metro Automation Engine
http://devops.nuagenetworks.net
Apache License 2.0
44 stars 17 forks source link

METROAE - 501 Update the title for nsg_template_name to reflect the correct description. #1978

Closed kandarp-nokia closed 1 year ago

kandarp-nokia commented 1 year ago

Update the title for nsg_template_name to reflect the correct description.

Successful Jobs: http://10.129.37.76:8080/job/kandarp/job/UPGRADE-GCP-HA-COPY-K/17/ http://10.129.37.76:8080/job/kandarp/job/UPGRADE-GCP-SA-COPY-K/ http://10.129.37.76:8080/job/kandarp/job/INSTALL_GCP_SA_K/97/ http://10.129.37.76:8080/job/kandarp/job/INSTALL-GCP-HA-COPY-NEW/27/

Changed the following code:


self.record_error(worksheet.title, cell.coordinate, "Data entry for unknown label")
                    if (worksheet.title == 'Nsgvs' and cell.coordinate == "B49"):
                        print("\nERROR: NSG Infra Profile Template Name has been changed to NSG Template Name. \nPlease update your excel spreadsheet to be compatible with latest metroae version. \nYou can find excel spreadsheet in the metro github repo in examples/excel/ folder. \nUpdate the following excel sheet: nsgv_bootstrap.xlsx\n")```