Skip to content

Use exported resource with unique fqdn instead of non-unique shortname

Antoine R. Dumont requested to merge staging_adapt_exported_resource into production

Currently, due to kafka1 (production & staging) nodes (with the same hostname), puppet fails to run properly on the master. The exported resource end up being named the same and seen as duplicated resources.

No check, i've just tampered with logs to find the structure which is interesting to me.

{fqdn => kafka1.internal.staging.swh.network, short => kafka1, internal_fqdn => kafka1.internal.staging.swh.network}]

Refs. swh/infra/sysadm-environment#4840 (closed)

Merge request reports