-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
4.12.z
-
No
-
False
-
Description of problem:
I am deploying a OCP (4.12) cluster using ZTP (ACM/gitops/assisted-service under the hood/ HUB cluster at 4.13). There we provide the network configuration in nmstate. The installation fails at the very beginning because the ironic_python_agent.netutils adds some vlans which break the connectivity and those vlans seem to be coming from LLDP.
Version-Release number of selected component (if applicable):
How reproducible:
(very hard) Have LLDP configured in the switch (https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/concept/layer-2-services-lldp-overview.html) and overwrite the desired nmstate (e.g. have a vlan in the interface that originally is in the bond)
1. 2. 3.
Actual results:
Expected results:
Additional info:
We expect to be able to disable from ZTP down to ironic config because it might not be possible/desired to disable it in the switch fabric https://docs.openstack.org/openstack-ansible-os_ironic/latest/configure-inspector.html#to-enable-lldp-discovery-of-switch-ports-during-inspection https://github.com/openstack/ironic-python-agent/blob/119981a81887c333b10b66ab7ea94e5dca172182/ironic_python_agent/netutils.py#L349-L360