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

Fix(eos_designs): Incorrect type for ospf.area in network services keys #2998

Merged
merged 8 commits into from Jul 7, 2023

Conversation

carlbuchmann
Copy link
Member

@carlbuchmann carlbuchmann commented Jun 21, 2023

Change Summary

Incorrect type for ospf.area in network services keys, should be of type string instead of an integer and update default value.

Related Issue(s)

Fixes #2996

Component(s) name

arista.avd.eos_designs

Proposed changes

  • updated schema to type str
  • update schema default from 0 to "0" .
  • updated structured config output from 0 to "0"

How to test

  • Molecule passes and no changes.

@carlbuchmann carlbuchmann requested review from a team as code owners June 21, 2023 17:53
@carlbuchmann carlbuchmann added the type: bug Something isn't working label Jun 21, 2023
@ClausHolbechArista
Copy link
Contributor

we should default to "0.0.0.0" since that is how EOS translates "0"

@carlbuchmann
Copy link
Member Author

carlbuchmann commented Jun 21, 2023

we should default to "0.0.0.0" since that is how EOS translates "0"

Agreed and updated PR.

@github-actions github-actions bot added the state: CI Updated CI scenario have been updated in the PR label Jun 22, 2023
carlbuchmann and others added 4 commits June 23, 2023 08:14
…a_fragments/defs_network_services.schema.yml

Co-authored-by: Claus Holbech <holbech@arista.com>
@ClausHolbechArista ClausHolbechArista requested a review from a team July 3, 2023 06:31
@gmuloc gmuloc merged commit 6443612 into aristanetworks:devel Jul 7, 2023
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Synchronize schema for ospf area type in between eos_designs and eos_cli_config_gen
3 participants