Replies: 1 comment 2 replies
-
Seems like you are missing an |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone assist with this, attempting to run build.yml:
The full traceback is:
Traceback (most recent call last):
File "/home/OMITTED/.ansible/collections/ansible_collections/arista/avd/plugins/action/eos_designs_facts.py", line 196, in render_avd_switch_facts
rendered_facts[host] = {"switch": avd_switch_facts_instances[host]["switch"].render()}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/OMITTED/.local/lib/python3.12/site-packages/pyavd/_eos_designs/avdfacts.py", line 64, in render
return {key: getattr(self, key) for key in self.keys() if getattr(self, key) is not None}
^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/functools.py", line 993, in get
val = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "/home/OMITTED/.local/lib/python3.12/site-packages/pyavd/_eos_designs/eos_designs_facts/init.py", line 187, in router_id
return self.shared_utils.router_id
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/functools.py", line 993, in get
val = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "/home/OMITTED/.local/lib/python3.12/site-packages/pyavd/_eos_designs/shared_utils/routing.py", line 64, in router_id
return self.ip_addressing.router_id()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/OMITTED/.local/lib/python3.12/site-packages/pyavd/api/ip_addressing/init.py", line 236, in router_id
offset = self._id + self._loopback_ipv4_offset
^^^^^^^^
File "/usr/lib64/python3.12/functools.py", line 993, in get
val = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "/home/OMITTED/.local/lib/python3.12/site-packages/pyavd/api/ip_addressing/utils.py", line 77, in _id
raise AristaAvdInvalidInputsError(msg)
pyavd._errors.AristaAvdInvalidInputsError: 'id' is required to calculate IP addresses.
fatal: [clab-lab-dc1-dc1-spine1]: FAILED! => {
"changed": false,
"msg": "'id' is required to calculate IP addresses for host 'clab-lab-dc1-dc1-spine1'."
}
PLAY RECAP ***********************************************************************************************************************************************************************************************************************************************
clab-lab-dc1-dc1-spine1 : ok=1 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
Beta Was this translation helpful? Give feedback.
All reactions