Project

General

Profile

Idea #13996

Updated by Peter Amstutz over 5 years ago

# Load the legacy config 
 # Copy legacy config keys to equivalent cluster config keys (see [[Config migration key mapping]]) 
 # Load the cluster config defaults 
 # Load the actual cluster config (#13646) 

 API server application references to @Rails.configuration@ need to be updated to use corresponding keys in the new config. 

 Provide a rake task which reads the legacy config and dumps the cluster config. 

Back