Hello,
I'm trying to automate the creation of a kerberized HDF cluster using openstack VMs, using blueprints.
The principals are not managed by ambari,
I first configured the cluster manually and then downloaded the blueprint.
When i try to create a cluster with that blueprint i get the following error
curl -H "X-Requested-By ambari" -X POST -u admin:admin http://amabri-host:8080/api/v1/clusters/clusterName -d @hostmapping.json
{
"status" : 400,
"message" : "Topology validation failed: org.apache.ambari.server.topology.InvalidTopologyException: kdc.admin.credential is missing from request."
Do i need to add any extra param to the curl request?