SUSE / ha-sap-terraform-deployments

Automated SAP/HA Deployments in Public/Private Clouds
GNU General Public License v3.0
122 stars 88 forks source link

cluster.cloud_detection in saltenv predeployment is not available #859

Closed yeoldegrove closed 2 years ago

yeoldegrove commented 2 years ago

@yeoldegrove - apologize to put another bug here But when try to do terraform apply Below error comes: module.netweaver_node.module.netweaver_provision.null_resource.provision[1] (remote-exec): local: module.netweaver_node.module.netweaver_provision.null_resource.provision[1] (remote-exec): Data failed to compile: module.netweaver_node.module.netweaver_provision.null_resource.provision[1] (remote-exec): ---------- module.netweaver_node.module.netweaver_provision.null_resource.provision[1] (remote-exec): Specified SLS cluster.cloud_detection in saltenv predeployment is not available on the salt master or through a configured fileserver module.netweaver_node.module.netweaver_provision.null_resource.provision[1] (remote-exec): Wed May 25 13:22:29 UTC 2022::default-vmnetweaver02::[ERROR] predeployment failed

Any advise?

Originally posted by @busetde in https://github.com/SUSE/ha-sap-terraform-deployments/issues/840#issuecomment-1137235430

yeoldegrove commented 2 years ago

@busetde I tried to fix a deployment issue on SLES 15 SP4 and put a workaround into salt/cluster_node/init.sls.

Please comment out the last line in this file and it should work again. A fix will be released next week.

yeoldegrove commented 2 years ago

After #864 is merged, this should work again.