Is the a configuration file for Cloudera Management Service?
I'd like to have the service roles' configuration stored in repository. This way, service configuration can be shared between environments without the need to change the configuration via CM ui or rest API on each environment.
Cloudera deploys configs for those dynamically when service is started by agent, for example Service Monitor will end up in
/run/cloudera-scm-agent/process/XXXXX-cloudera-mgmt-SERVICEMONITORConfig itself is stored in database, inconfigstable.So I would say that your only solution (sadly) is to manage config via api. Client libraries for that are pretty friendly though.