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
{{ message }}
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
The profile.traffic_monitor.traffic_ops profile, used to create a default profile with a clean Traffic Ops install, incorrectly has the location set to /opt/rascal/conf when it should be /opt/traffic_monitor/conf. This cause a clean install of Traffic Ops followed by Traffic Monitor to fail in the traffic_monitor_config.pl, because /opt/rascal/conf doesn't exist.
This was caused by the production location being /rascal/, which was then fetched by get_parameters to create the profile. The production parameter has been fixed, so we need to update the profile now.
The fix is trivial and safe.
The text was updated successfully, but these errors were encountered:
The
profile.traffic_monitor.traffic_ops
profile, used to create a default profile with a clean Traffic Ops install, incorrectly has thelocation
set to/opt/rascal/conf
when it should be/opt/traffic_monitor/conf
. This cause a clean install of Traffic Ops followed by Traffic Monitor to fail in thetraffic_monitor_config.pl
, because/opt/rascal/conf
doesn't exist.This was caused by the production location being
/rascal/
, which was then fetched byget_parameters
to create the profile. The production parameter has been fixed, so we need to update the profile now.The fix is trivial and safe.
The text was updated successfully, but these errors were encountered: