I am going through the .yml files in the config directory for the configuration revamp and I’m not sure what some of them do. Any help would be appreciated.
-
config/dashboard.yml - No idea if this is used. I can’t find a call to
VMDB::Config.new("dashboard")
. @dclarizio @hkataria? -
config/hostdefaults.tmpl.yml - Grepping finds that the
host
section seems to be used, but not the policy section. However, if all this does is provide defaults for Host#settings, can we drop it and just usedefault_value_for
? @gmccullough?$ git grep "\bhostdefaults\b" app/models/host.rb:94: super || self.settings = VMDB::Config.new("hostdefaults").get(:host) app/models/host.rb:929: self.settings = VMDB::Config.new("hostdefaults").get(:host)
-
config/miq_pass_default - I think this was used by the appliance_console so it could know the bcrypt hash of the admin password, but I don’t think it’s needed anymore. Can we drop it? @kbrock @jrafanie?
-
config/mongrel_{cluster,win}.yml - Pretty sure we don’t need this. @jrafanie?