Replies: 2 comments
-
The example shown in the release-notes you link to are only an example, and only meant for highlighting the mentioned limitation of multiple hierarchies. The amount of groups required depends on the inventory design of each deployment. I will move this to a discussion, since this is not a bug. |
Beta Was this translation helpful? Give feedback.
-
In you inventory layout the group I suggest changing like this: # inventory.yml
all:
children:
RoS_FABRIC:
children:
LON:
children:
LON_FABRIC:
children:
LON_IXLEAF:
vars:
type: ixleaf
hosts:
LON-IX-SW:
ansible_host: x.x.x.x
LON_TENANTS_NETWORKS:
children:
LON_IXLEAF:
LON_SERVERS:
children:
LON_IXLEAF: This way you can set |
Beta Was this translation helpful? Give feedback.
-
Issue Summary
Arista AVD Version - v4.3.0- Inventory is generated in different hierarchy
As per the release notes the inventory config has to generated with below hierarchy:
https://avd.sh/en/stable/docs/porting-guides/4.x.x.html#supported-group-structure
The inventory config is currently generated in below hierarchy:
Below level of hierarchy is missing from the release notes, but this is needed for the config to be generated.
Can you please validate the above hierarchy whether it meets the criteria?
RoS_FABRIC:
children:
Which component(s) of AVD impacted
eos_cli_config_gen
How do you run AVD ?
Ansible CLI with AVD Runner
Steps to reproduce
No response
Relevant log output
No response
Contributing Guide
Beta Was this translation helpful? Give feedback.
All reactions