v0.2.0
BACKWARDS INCOMPATIBILITIES / NOTES:
- provider: All the new or existing resources and data sources have been refactored with the oVirt Go SDK to access the oVirt engine API
FEATURES:
- New Resource:
ovirt_disk_attachment
(#1) - New Resource:
ovirt_datacenter
(#3) - New Resource:
ovirt_network
(#6) - New Resource:
ovirt_vnic_profile
(#41) - New Resource:
ovirt_vnic
(#56) - New Data Source:
ovirt_datacenters
(#4) - New Data Source:
ovirt_networks
(#13) - New Data Source:
ovirt_clusters
(#26) - New Data Source:
ovirt_storagedomains
(#27) - New Data Source:
ovirt_vnic_profiles
(#51)
IMPROVEMENTS:
- provider: Add GNU make integration: (#15)
- provider: Add acceptance tests for provider (#8)
- provider: Add acceptance tests for all the resources and data sources
- provider: Add travis CI support (#47)
- provider: Add missing attributes and processing logic for the existing
ovirt_vm
,ovirt_disk
resources andovirt_disk
data source defined in v0.1.0