heitmanr
heitmanr
### Description Right now, each ESXi-Host participating in a DVS is * configured in HCL to "be part of the DVS" The ability to configure this in a different way...
### Terraform Version v1.0.11 ### vSphere Provider Version v2.0.2 ### vSphere Version 7.0.3.00100 ### Affected Resource(s) - `vsphere_virtual_machine` ### Terraform Configuration Files ```hcl data vsphere_ovf_vm_template "n9k" { for_each = var.switches...
### Description Just wanted to create a Clone of an existing vSphere-VM-Template. But got `Error: expected scsi_type to be one of [pvscsi lsilogic lsilogic-sas], got buslogic` "Buslogic_parallel" might be not...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x ] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [...
Especially the "size" column would be an advantage: * to get the ability to import the CSV into "Treemap" Visualization tools * to find "space hogs" in mailboxes. But others...
### Description of Issue/Question When using NAPALM to get a kind of preview of required configuration changes, the sequence * open() * load_merge() * compare_config() works fine and finds all...
### Brief description trying to capture "CDP"-Frames (Cisco Discovery Protocol): `sniff(iface="LAN", count=1, timeout=60, filter="ether dst 01:00:0c:cc:cc:cc")` fails ``` >>> sniff(iface="LAN", count=1, timeout=60, filter="ether dst 01:00:0c:cc:cc:cc") >>> a=_ >>> a.nsummary() 0000...