We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Terraform deployment creates iscsi VM despite tfvars fencing mechanism being set to 'native'.
Cloud provider: Azure
Openqa test: https://mordor.suse.cz/tests/4374#step/hana_sr_deployment/212 Output log: https://mordor.suse.cz/tests/4374/logfile?filename=serial_terminal.txt
# module.iscsi_server.azurerm_virtual_machine.iscsisrv[0] will be created + resource "azurerm_virtual_machine" "iscsisrv" { + availability_set_id = (known after apply) + delete_data_disks_on_termination = true + delete_os_disk_on_termination = true + id = (known after apply) + license_type = (known after apply) + location = "westeurope" + name = "vmiscsi01" + network_interface_ids = (known after apply) + resource_group_name = "rg-ha-sap-hanasr49c3" + tags = { + "workspace" = "hanasr49c3" } + vm_size = "Standard_DS1_v2" + boot_diagnostics { + enabled = true + storage_uri = (known after apply) }
The text was updated successfully, but these errors were encountered:
mr-stringer
No branches or pull requests
Description:
Terraform deployment creates iscsi VM despite tfvars fencing mechanism being set to 'native'.
Cloud provider: Azure
Openqa test: https://mordor.suse.cz/tests/4374#step/hana_sr_deployment/212
Output log: https://mordor.suse.cz/tests/4374/logfile?filename=serial_terminal.txt
The text was updated successfully, but these errors were encountered: