Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Include both host group and cluster scoped configuration in an exported blueprint.
To export a blueprint, use the api:
AMBARI_HOST:8080/api/v1/clusters/:clustername?format=blueprint
The exported blueprint will contain the entire configuration for the associated cluster. The only properties which are not included are those that are marked as "input required" in the stack. All passwords are marked as required so they will not be exported. Also, any hostnames in the configuration properties are replaced with a hostgroup token: %HOSTGROUP::group1%. When a cluster is provisioned from the blueprint, the hostgroup tokens are resolved to host names for the target cluster.