Skip to content

Conversation

@chrismarget-j
Copy link
Member

I'm anticipating a set of stacked, interdependent PRs.

This one converts the link schema in rack_type from this:

links = {
  link_one = {
    # various attributes here
  }
}

to this:

links = [
  {
    name = "link_one"
    # various attributes here
  }
]

@chrismarget-j chrismarget-j changed the title WIP: Change eliminate maps from rack_type schema WIP: Change eliminate maps from rack_type schema - step 1 links Sep 18, 2023
@rajagopalans
Copy link
Collaborator

Should we nuke this PR

@chrismarget-j chrismarget-j marked this pull request as draft September 7, 2025 16:15
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

Successfully merging this pull request may close these issues.

3 participants