Configurating Monasca in local.conf
Is there a way one can configure Monasca as a added service(s) in local.conf?
I understand as per documentation, vagrant can be used for installing Monasca, say in a Ubuntu VM. Just looking for if there is "conventional" local.conf way of running Monasca as an additional service in the devstack installation.
For example: right now, I have a few services configured in the devstack as follows:
## With cinder,ceilometer (but no swift) ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,c-bak,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql,ceilometer-acompute,ceilometer-acentral,ceilometer-anotification,ceilometer-collector,eilometer-alarm-evaluator,ceilometer-alarm-notifier,ceilometer-api ## Enable Heat Orchestration service ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
Thanks, Pradip