Skip to content

Commit

Permalink
Add dns and ntp servers to partition
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Oct 22, 2024
1 parent aba7451 commit 02abd41
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 0 deletions.
125 changes: 125 additions & 0 deletions api/models/v1_partition_create_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4171,6 +4171,13 @@
"description": "a description for this entity",
"type": "string"
},
"dns_servers": {
"description": "the dns servers for this partition",
"items": {
"$ref": "#/definitions/metal.DNSServer"
},
"type": "array"
},
"id": {
"description": "the unique ID of this entity",
"type": "string"
Expand All @@ -4190,6 +4197,13 @@
"description": "a readable name for this entity",
"type": "string"
},
"ntp_servers": {
"description": "the ntp servers for this partition",
"items": {
"$ref": "#/definitions/metal.NTPServer"
},
"type": "array"
},
"privatenetworkprefixlength": {
"description": "the length of private networks for the machine's child networks in this partition, default 22",
"format": "int32",
Expand Down

0 comments on commit 02abd41

Please sign in to comment.