We identified several common fields for host inventory schema and these fields include host.id and host.name. add_host_metadata does not overwrite host.name field with #14407 but not host.id.
Things to consider:
- make
add_host_metadata to do nothing if host.* fields already exist.
- add tests to make sure
host.* fields don't get overwritten by add_host_metadata processor.
- Maybe we should use
add_observer_metadata processor instead?
cc @jsoriano
We identified several common fields for host inventory schema and these fields include
host.idandhost.name.add_host_metadatadoes not overwritehost.namefield with #14407 but nothost.id.Things to consider:
add_host_metadatato do nothing ifhost.*fields already exist.host.*fields don't get overwritten byadd_host_metadataprocessor.add_observer_metadataprocessor instead?cc @jsoriano