Project

General

Profile

Idea #13996

Updated by Tom Morris about 5 years ago

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

 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