MitchellGulledge / Meraki-vWAN

5 stars 4 forks source link

About "Use_maintenance_window" #34

Closed fnetscloud closed 3 years ago

fnetscloud commented 3 years ago

When "Use_ maintenancewindow" is set to "Yes", the following log is displayed in Azure and VPN is not created. Setting "Use maintenancewindow" to "No" creates a VPN. What does "Use maintenance_window" mean?

Azure Log (Invocation Details): Maintenance mode detected but it is not during scheduled hours or the vwan-apply-now tag has not been detected. Skipping updates

MitchellGulledge commented 3 years ago

Maintenance mode detected but it is not during scheduled hours or the vwan-apply-now tag has not been detected. Skipping updates

This is essentially stating that we will not do a PUT to update the Meraki VPN config outside the specified maintenance time you specified. (This is due to the fact we may not want to make config changes during production hours to the site to site config) The way we can override that is by applying the vwan-apply-now tag to a Meraki network on the organization -> overview page on a selected network.

fnetscloud commented 3 years ago

Issue Resolved