Skip to content

Commit

Permalink
Allow for a min_count for interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke-csco committed Sep 18, 2024
1 parent a0c56eb commit 8a83eef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions validation_schemas/node_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,12 @@
"maximum": 64,
"description": "Default number of physical interfaces."
},
"min_count": {
"type": "integer",
"minimum": 1,
"maximum": 64,
"description": "Minimal number of physical interfaces."
},
"loopback": {
"type": "array",
"description": "List of loopback interfaces.",
Expand Down

0 comments on commit 8a83eef

Please sign in to comment.