ha-sap-terraform-deployments icon indicating copy to clipboard operation
ha-sap-terraform-deployments copied to clipboard

iscsi terraform output is not the same for all providers

Open mpagot opened this issue 2 years ago • 2 comments

Used cloud platform Azure

Used SLES4SAP version Not relevant

Used client machine OS Linux (openSUSE TW)

Expected behaviour vs observed behaviour Problem is in iscsi_srv_ip

Observed:

terraform -chdir=terraform/azure output -json|grep iscsi|grep srv
  "iscsi_srv_ip": {
  "iscsisrv_name": {
  "iscsisrv_public_ip": {
  "iscsisrv_public_name": {

Expected:

terraform -chdir=terraform/azure output -json|grep iscsi|grep srv
  "iscsisrv_ip": {
  "iscsisrv_name": {
  "iscsisrv_public_ip": {
  "iscsisrv_public_name": {

How to reproduce

  1. Run the next terraform commands for Azure :
terraform init
terraform plan
terraform apply -auto-approve
terraform output -json|grep iscsi|grep srv

Used terraform.tfvars Not relevant

Logs Not available

mpagot avatar Jul 26 '22 08:07 mpagot

It would be a good idea to revisit all the terraform outputs. I also found some of them confusing. e.g. cluster_nodes makes no sense anymore as multiple clusters are deployed.

yeoldegrove avatar Jul 26 '22 10:07 yeoldegrove

@melzer-b1 Please come up with some ideas what to change.

yeoldegrove avatar Aug 02 '22 11:08 yeoldegrove

All outputs have been completely reworked in #893

yeoldegrove avatar Aug 19 '22 12:08 yeoldegrove