Evgeny Slutsky
Evgeny Slutsky
## Please describe what you would like to see for example in https://github.com/oVirt/terraform-provider-ovirt/blob/main/ovirt/resource_ovirt_vm.go#L224 the params are not returned from the method. the will make the code more readable and error-prune.
it will be useful to have an option to disable port_security on the created OVN network.
we can add to pre_check/validate_mac_address.yml check, that verifies there is DHCP reservation for the given mac, this is a script that verifies it https://gist.github.com/eslutsky/430981a0298e34fc45f5a8f9b502754e/
**Which issue(s) this PR addresses**: Closes #
**Which issue(s) this PR addresses**: Closes #
**Which issue(s) this PR addresses**: Closes #
this PR introduces cert-manager operator manifests to Microshift , currently the operator will fail because of missing dependencies , this is being handled in this [PR](https://github.com/openshift/cert-manager-operator/pull/278). **manual steps involved (which...