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

Geolocations - rack units #170

Open
jorgenspange opened this issue Oct 31, 2024 · 0 comments
Open

Geolocations - rack units #170

jorgenspange opened this issue Oct 31, 2024 · 0 comments

Comments

@jorgenspange
Copy link

Even though Cisco ACI does not have a description field per node in geolocations, it would be nice to have a filed in the code atleast where you can specify rack unit:

An example like this:

apic:
  fabric_policies:
    geolocation:
      sites:
        - name: site1
          buildings:
            - name: building1
              floors:
                - name: floor1
                  rooms:
                    - name: room1
                      rows:
                        - name: row1
                          racks:
                            - name: rack1
                              nodes:
                                - 101
                                   unit: 42
                                - 102
                                   unit: 43

As far as I can understand this is just metadata anyways, so having track of the rack unit in the code atleast would be quite nice.

@jorgenspange jorgenspange changed the title Geolocations Geolocations - rack units Oct 31, 2024
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

1 participant