Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arista AVD Version - v4.3.0- Inventory is generated in different hierarchy #462

Open
duddis1 opened this issue Oct 5, 2023 · 0 comments
Assignees

Comments

@duddis1
Copy link

duddis1 commented Oct 5, 2023

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:
inventory.yml

all:
  children:
    RoS_FABRIC:
      children:
        LON:
          children:
            LON_FABRIC:
              children:
                LON_SERVERS:
                  children:
                    LON_IXLEAF: null
                LON_IXLEAF:
                  vars:
                    type: ixleaf
                  hosts:
                    LON-IX-SW:
                      ansible_host: 10.1.10.81/[2](https://gitlab.ros.gov.uk/srt-networks/arista-config-log/-/blob/6ea22a84e012d127069ad16948571cb45254cad4/inventory.yml#L2)4
            LON_TENANTS_NETWORKS:
              children:
                LON_IXLEAF: null

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants