SVMDeploymentSpec (schema)

Service-VM Deployment Spec

Deployment Specs holds information required to deploy the Service-VMs.i.e. OVF url where the partner Service-VM OVF is hosted. The host type on which the OVF(Open Virtualization Format) can be deployed, Form factor to name a few.
Name Description Type Notes
host_type HostType

Host Type on which the specified OVF can be deployed.
string Required
Enum: ESXI, RHELKVM, UBUNTUKVM
min_host_version Minimum Host Version

Minimum host version supported by this ovf. If a host in the deployment cluster is having version less than this, then service deployment will not happen on that host.
string Default: "6.5"
name name

Deployment Spec name for ease of use, since multiple DeploymentSpec can be specified.
string
ovf_url OVF url

Location of the partner VM OVF to be deployed.
string Required
service_form_factor Service Form Factor

Supported ServiceInsertion Form Factor for the OVF deployment. The default FormFactor is Medium.
string Enum: SMALL, MEDIUM, LARGE
Default: "MEDIUM"
svm_version Partner Service-VM version.

Partner needs to specify the Service VM version which will get deployed.
string Default: "1.0"