v1.1.1
BUG FIXES
- resources/opennebula_datastore: fix system type values (@treywelsh, #382)
- resources/opennebula_host: fix host resource type case (@treywelsh, #385)
- resources/opennebula_virtual_machine: import more sections and attributes:
os
,graphics
,cpu_model
,features
,sched_requirements
,sched_ds_requirements
,description
,template_id
(@treywelsh, #377, #312) - resources/opennebula_virtual_router_instance: import more sections and attributes:
os
,graphics
,cpu_model
,features
,sched_requirements
,sched_ds_requirements
,description
,template_id
(@treywelsh, #377, #312) - resources/opennebula_template: import more sections and attributes:
os
,graphics
,cpu_model
,features
,sched_requirements
,sched_ds_requirements
,description
(@treywelsh, #377) - resources/opennebula_virtual_router_instance_template: import more sections and attributes:
os
,graphics
,cpu_model
,features
,sched_requirements
,sched_ds_requirements
,description
(@treywelsh, #377) - resources/opennebula_virtual_machine: set empty values instead of null for
template_disk
,template_nic
,template_tags
(@treywelsh, #312, #369) - resources/opennebula_virtual_router_instance: set empty values instead of null for
template_disk
,template_nic
,template_tags
(@treywelsh, #312, #369) - resources/opennebula_datastore: add argument
cluster_ids
(@treywelsh, #389) - resources/opennebula_virtual_network: add argument
cluster_ids
(@treywelsh, #389) - resources/opennebula_datastore: conditional reading of
datastore
argument fromcustom
. (@treywelsh, #382) - resources/opennebula_virtual_network_address_range: modify
hold_ips
content reading and introducehelds_ips
attribute (@treywelsh, #397) - resources/opennebula_virtual_network: for reservation, fix
type
andreservation_ar_id
reading. (@treywelsh, #397) - resources/opennebula_host: set overcommit map only when not empty (@treywelsh, #399)
DEPRECATION
- resources/opennebula_cluster: deprecate
hosts
,datastores
,virtual_networks
(@treywelsh, #389) - resources/opennebula_datastore: deprecate
cluster_id
(@treywelsh, #389) - resources/opennebula_virtual_network: deprecate
clusters
(@treywelsh, #389)
Thanks @TGM, @danimo, @jaket91-1, @treywelsh and @frousselet for opening issues.