Abdelrahman Mohamed

Results 9 comments of Abdelrahman Mohamed

I had a successful deployment using SLES 15 SP3 for SAP Applications. So, It seems to be an issue with the `CLOUDSDK_PYTHON` variable for SLES 12 SPx for SAP applications.

@petersatsuse, Thorsten uses the SBP guide I created for GCP. @tstaerk, I would advise the following: 1. If you use an older GitHub version, please ensure that you use the...

@tstaerk: I have just completed a successful deployment using the most recent version, 8.1.0, using the following `terraform.tfvars` file: ``` project = "" gcp_credentials_file = "sa-key.json" region = "us-west1" os_image...

Can you please try a fresh clone before digging into the issue?

@tstaerk, please execute the `terraform destroy` command to destroy your environment *_and_* before any new attempts to create a new environment using the `terraform apply` command. When you ssh to...

Three possible troubleshooting steps: 1. Ensure that the public SSH key is attached to the two HANA nodes. If not, attach it manually and try it again. 2. Ensure that...

@tstaerk In addition to @yeoldegrove notes and questions, you may manually attach the SSH public keys to your nodes as a troubleshooting step.

Here is the Terraform execution part: ``` module.hana_node.module.hana_provision.null_resource.provision[1] (remote-exec): [INFO ] {u'ha_dr_provider_sustkover': {u'after': {u'execution_order': u'2', u'path': u'/usr/share/SAPHanaSR', u'provider': u'susTkOver'}, u'before': None}, u'trace': {u'ha_dr_sustkover': {u'after': u'info', u'before': None}}} ```

@mr-stringer Any updates about this issue?