Skip to content

Commit

Permalink
remove updated nodeinfo - leave existing implementation intact
Browse files Browse the repository at this point in the history
this is related to the conversation in issue dmacvicar#1074. The original implementation
of nodeinfo (as released in PR dmacvicar#1042) has a bug - which may very well be easily
fixed - however the current PR and branch specifically addressed that issue by
calling virConnectGetCapabilities instead of virNodeGetInfo. Instead of doing
this, a new feature "host_capabilities" is added, and the nodeinfo code is left
unchanged (it may be addressed in a separate PR)
  • Loading branch information
Memet Bilgin committed Sep 23, 2024
1 parent 0856861 commit 07478ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 360 deletions.
252 changes: 0 additions & 252 deletions libvirt/data_source_libvirt_nodeinfo.go

This file was deleted.

107 changes: 0 additions & 107 deletions libvirt/data_source_libvirt_nodeinfo_test.go

This file was deleted.

1 change: 0 additions & 1 deletion libvirt/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func Provider() *schema.Provider {
},

DataSourcesMap: map[string]*schema.Resource{
"libvirt_nodeinfo": datasourceLibvirtNodeInfo(),
"libvirt_network_dns_host_template": datasourceLibvirtNetworkDNSHostTemplate(),
"libvirt_network_dns_srv_template": datasourceLibvirtNetworkDNSSRVTemplate(),
"libvirt_network_dnsmasq_options_template": datasourceLibvirtNetworkDnsmasqOptionsTemplate(),
Expand Down

0 comments on commit 07478ac

Please sign in to comment.