I tried to use
API.create_host(hadoop_roles.HOSTNAME, hadoop_roles.HOSTNAME, IP)
But when I tried to apply host template after this, it compained the parcel is not installed. I then tried execute
parcel.start_distribution()
parcel.activate()
But the same problem remains.
So what is the API call to add a new host.
This problem is related to
https://community.cloudera.com/t5/Cloudera-Manager-Installation/How-to-use-CM-API-to-distribute-parc...