Skip to content

Commit 2b68628

Browse files
cory-changstgraber
authored andcommitted
doc: Update configs
Signed-off-by: Cory Chang <[email protected]>
1 parent 2a400e3 commit 2b68628

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

doc/config_options.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3831,6 +3831,36 @@ User keys can be used in search.
38313831
```
38323832

38333833
<!-- config group network_physical-ovn end -->
3834+
<!-- config group network_sriov-common start -->
3835+
```{config:option} mtu network_sriov-common
3836+
:condition: "-"
3837+
:shortdesc: "The MTU of the new interface"
3838+
:type: "integer"
3839+
3840+
```
3841+
3842+
```{config:option} parent network_sriov-common
3843+
:condition: "-"
3844+
:shortdesc: "Parent interface to create `sriov` NICs on"
3845+
:type: "string"
3846+
3847+
```
3848+
3849+
```{config:option} user.* network_sriov-common
3850+
:condition: "-"
3851+
:shortdesc: "User-provided free-form key/value pairs"
3852+
:type: "string"
3853+
3854+
```
3855+
3856+
```{config:option} vlan network_sriov-common
3857+
:condition: "-"
3858+
:shortdesc: "The VLAN ID to attach to"
3859+
:type: "integer"
3860+
3861+
```
3862+
3863+
<!-- config group network_sriov-common end -->
38343864
<!-- config group network_zone-common start -->
38353865
```{config:option} dns.nameservers network_zone-common
38363866
:required: "no"

internal/server/metadata/configuration.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,6 +4356,44 @@
43564356
]
43574357
}
43584358
},
4359+
"network_sriov": {
4360+
"common": {
4361+
"keys": [
4362+
{
4363+
"mtu": {
4364+
"condition": "-",
4365+
"longdesc": "",
4366+
"shortdesc": "The MTU of the new interface",
4367+
"type": "integer"
4368+
}
4369+
},
4370+
{
4371+
"parent": {
4372+
"condition": "-",
4373+
"longdesc": "",
4374+
"shortdesc": "Parent interface to create `sriov` NICs on",
4375+
"type": "string"
4376+
}
4377+
},
4378+
{
4379+
"user.*": {
4380+
"condition": "-",
4381+
"longdesc": "",
4382+
"shortdesc": "User-provided free-form key/value pairs",
4383+
"type": "string"
4384+
}
4385+
},
4386+
{
4387+
"vlan": {
4388+
"condition": "-",
4389+
"longdesc": "",
4390+
"shortdesc": "The VLAN ID to attach to",
4391+
"type": "integer"
4392+
}
4393+
}
4394+
]
4395+
}
4396+
},
43594397
"network_zone": {
43604398
"common": {
43614399
"keys": [

0 commit comments

Comments
 (0)