Params

Param name Description
compute_resource
required

Validations:

  • Must be a Hash

compute_resource[name]
required

Validations:

  • Must be String

compute_resource[provider]
optional , nil allowed

Providers include Libvirt, Ovirt, EC2, Vmware, Openstack, Rackspace, GCE

Validations:

  • Must be String

compute_resource[url]
optional , nil allowed

URL for Libvirt, oVirt, and OpenStack

Validations:

  • Must be String

compute_resource[description]
optional , nil allowed

Validations:

  • Must be String

compute_resource[user]
optional , nil allowed

Username for oVirt, EC2, VMware, OpenStack. Access Key for EC2.

Validations:

  • Must be String

compute_resource[password]
optional , nil allowed

Password for oVirt, EC2, VMware, OpenStack. Secret key for EC2

Validations:

  • Must be String

compute_resource[uuid]
optional , nil allowed

for oVirt, VMware Datacenter

Validations:

  • Must be String

compute_resource[region]
optional , nil allowed

for EC2 only

Validations:

  • Must be String

compute_resource[tenant]
optional , nil allowed

for OpenStack only

Validations:

  • Must be String

compute_resource[server]
optional , nil allowed

for VMware

Validations:

  • Must be String

compute_resource[set_console_password]
optional , nil allowed

for Libvirt and VMware only

Validations:

  • Must be ‘true’ or ‘false’ or ‘1’ or ‘0’