Version: 1.0
This is a Resource Model Source plugin for RunDeck 1.5+ that provides oVirt/RHEV-m Instances as nodes for the RunDeck server.
NOTE: For Rundeck 1.4, you will need to use plugin [version 1.2][].
Download from http://stash.my-ho.st/stash/projects/DYN/repos/rundeck-ovirt/browse
Put the rundeck-ovirt-1.0.jar
into your $RDECK_BASE/libext
dir.
You can configure the Resource Model Sources for a project either via the
RunDeck GUI, under the "Admin" page, or you can modify the project.properties
file to configure the sources.
See: Resource Model Source Configuration
The provider name is: oVirt Resources
Here are the configuration properties:
oVirt API URL
: The URL to the oVirt API - Usually https//:443/apioVirt UserName
: The Username to login to oVirt with - Defaults to admin@internaloVirt Password
- The password for the above accountrefreshInterval
: Time in seconds used as minimum interval between calls to the AWS API. (default 30)runningOnly
: if "true", automatically filter the * instances by "instance-state-name=running"
Rundeck node definitions specify mainly the pertinent data for connecting to and organizing the Nodes. EC2 Instances have metadata that can be mapped onto the fields used for Rundeck Nodes.
Rundeck nodes have the following metadata fields:
nodename
- unique identifierhostname
- IP address/hostname to connect to the node. Only works if the Guest Agent is running on the VM, otherwise tries looking up the NodeName in DNS. If your nodename and DNS search path are equal the Hostname, it will return the hostnameusername
- SSH username to connect to the node - Defaults to rootdescription
- textual descriptionosName
- OS name - Taken from oVirtosArch
- OS architecture - Taken from oVirttags
- Any Tags assigned on the oVirt Admin Console to the VMHighAvailability
- If the Host is set with the HA flagHost Type
- Desktop or Server as assigned by the oVirt Admin GuioVirt VM
- True if the node came from the oVirt plugin