Hi Sandy, The “provision_action” field in the Cluster Creation template can be set to “INSTALL_ONLY” in order to achieve this result.
Here’s a link to the documentation on the Cluster Creation template: https://cwiki.apache.org/confluence/display/AMBARI/Blueprints#Blueprints-ClusterCreationTemplateStructure The “provision_action” field can also be used on specific components in a Blueprint, but using the setting at the level of the cluster creation template is the simplest way to apply this strategy for the whole cluster. Hope this helps. Thanks, Bob On May 5, 2017, at 3:31 PM, Sandy <[email protected]<mailto:[email protected]>> wrote: Currently if we create cluster using REST API, blueprint and Cluster creation template, it installs all selected services and starts them as well. I want just services to be installed and configured but not started. Is there a way to achieve that?
