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
pxeBootImageHost
pxeBootImageHostPort
networks
domains
name
role
interfaces
ipAddress
macAddress
NetworkInterface
(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
ManagementPhysicalInterfaceName will be used to connect to libvirt network
+pxeBootImageHost
PXEBootImageHost will be used to download the PXE boot image
+pxeBootImageHostPort
PXEBootImageHostPort will be used to download the PXE boot image
+managementPhysicalInterfaceName
ManagementPhysicalInterfaceName will be used to connect to libvirt network
+pxeBootImageHost
PXEBootImageHost will be used to download the PXE boot image
+pxeBootImageHostPort
PXEBootImageHostPort will be used to download the PXE boot image
+