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 46 forks source link

settings in controlPlaneValues.j2 - roles/deployment/cluster/templates/cluster_template/ecs/controlPlaneValues.j2 #242

Open hadoopch opened 1 week ago

hadoopch commented 1 week ago

Hi ,

i checke the mentioned file:

ContainerInfo:
  ## The mode can be public or custom
  Mode: embedded
  CopyDocker: true
  ## Docker read credentials are typically required.
  # Username:
  # Password:
  ## If the mode is custom, then enter the docker registry + repository here:
  ## e.g. registry.example.com/repository_name
  # Registry:

Regarding the comment for mode. I think the mode could be:

Furthermore:

Cert is missing in the Containerinfo- dictionary.

Cert has to be the certificate in base64 encoded format for you docker registry.

Regards

Uli