File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change @@ -3831,6 +3831,36 @@ User keys can be used in search.
3831
3831
```
3832
3832
3833
3833
<!-- 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 -->
3834
3864
<!-- config group network_zone-common start -->
3835
3865
```{config:option} dns.nameservers network_zone-common
3836
3866
:required: "no"
Original file line number Diff line number Diff line change 4356
4356
]
4357
4357
}
4358
4358
},
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
+ },
4359
4397
"network_zone" : {
4360
4398
"common" : {
4361
4399
"keys" : [
You can’t perform that action at this time.
0 commit comments