diff --git a/config/crd/bases/airship.airshipit.org_vinoes.yaml b/config/crd/bases/airship.airshipit.org_vinoes.yaml index 37ee40c..7484af3 100644 --- a/config/crd/bases/airship.airshipit.org_vinoes.yaml +++ b/config/crd/bases/airship.airshipit.org_vinoes.yaml @@ -77,6 +77,10 @@ spec: vinoBuilderImage: type: string type: object + managementPhysicalInterfaceName: + description: ManagementPhysicalInterfaceName will be used to connect + to libvirt network + type: string networks: description: Define network parameters items: @@ -214,6 +218,14 @@ spec: type: array type: object type: array + pxeBootImageHost: + description: PXEBootImageHost will be used to download the PXE boot + image + type: string + pxeBootImageHostPort: + description: PXEBootImageHostPort will be used to download the PXE + boot image + type: integer vmBridge: description: VMBridge defines the single interface name to be used as a bridge for VMs diff --git a/docs/api/vino.md b/docs/api/vino.md index 6a16be4..f7673f0 100644 --- a/docs/api/vino.md +++ b/docs/api/vino.md @@ -127,6 +127,36 @@ string +managementPhysicalInterfaceName
+ +string + + + + + + + +pxeBootImageHost
+ +string + + + + + + + +pxeBootImageHostPort
+ +int + + + + + + + networks
@@ -167,7 +197,7 @@ CPUConfiguration domains
-map[string]./pkg/api/v1.BuilderDomain +[]BuilderDomain @@ -197,10 +227,30 @@ map[string]./pkg/api/v1.BuilderDomain +name
+ +string + + + + + + + +role
+ +string + + + + + + + interfaces
-map[string]./pkg/api/v1.BuilderNetworkInterface +[]BuilderNetworkInterface @@ -229,6 +279,16 @@ map[string]./pkg/api/v1.BuilderNetworkInterface +ipAddress
+ +string + + + + + + + macAddress
string @@ -237,6 +297,18 @@ string + + +NetworkInterface
+ + +NetworkInterface + + + + + + @@ -812,6 +884,7 @@ The prefix should be specified in full MAC notation, e.g.

(Appears on: +BuilderNetworkInterface, NodeSet)

NetworkInterface define interface on the VM

@@ -1262,6 +1335,39 @@ sushy tools will use these credentials as well, to set up authentication

and place them on BMHs that correspond to this node

+ + +managementPhysicalInterfaceName
+ +string + + + +

ManagementPhysicalInterfaceName will be used to connect to libvirt network

+ + + + +pxeBootImageHost
+ +string + + + +

PXEBootImageHost will be used to download the PXE boot image

+ + + + +pxeBootImageHostPort
+ +int + + + +

PXEBootImageHostPort will be used to download the PXE boot image

+ + @@ -1400,6 +1506,39 @@ sushy tools will use these credentials as well, to set up authentication

and place them on BMHs that correspond to this node

+ + +managementPhysicalInterfaceName
+ +string + + + +

ManagementPhysicalInterfaceName will be used to connect to libvirt network

+ + + + +pxeBootImageHost
+ +string + + + +

PXEBootImageHost will be used to download the PXE boot image

+ + + + +pxeBootImageHostPort
+ +int + + + +

PXEBootImageHostPort will be used to download the PXE boot image

+ +