cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 48 forks source link

Service ADLS_CONNECTOR must be excluded from host_template verification #223

Open hadoopch opened 4 months ago

hadoopch commented 4 months ago

Hi,

the service ADLS_CONNECTOR has to be excluded from the host_template verification. Because it is no associated with any server.

Similar to "AWS_S3" it has to be excluded in

"roles/verify/parcels_and_roles/tasks/check_cluster.yml"

Otherwise you get an error

TASK [cloudera.cluster.parcels_and_roles : Ensure that all the services are included in host templates] ******************************************************************************************************************************************************
fatal: [cm001.sbbdr.lan]: FAILED! => {
    "assertion": false,
    "changed": false,
    "evaluated_to": false,
    "msg": "Service(s) ['ADLS_CONNECTOR'] defined in cluster 'MY-CDP' but missing from host templates."
}

Regards

Uli