Closed pirat013 closed 3 years ago
In general, there are sane defaults set to use unicast.
❯ grep unicast .
pillar_examples/azure/cluster.sls
5: unicast: True
pillar_examples/openstack/cluster.sls
5: unicast: True
pillar_examples/automatic/hana/cluster.sls
13: unicast: True
pillar_examples/aws/cluster.sls
5: unicast: True
pillar_examples/automatic/netweaver/cluster.sls
11: unicast: True
pillar_examples/automatic/drbd/cluster.sls
10: unicast: True
Also a test deployment on azure had unicast set for every cluster type.
The issue is that pillar_examples
files for openstack are missing the unicast: True
lines.
pillar_examples/libvirt/cost_optimized/cluster.sls
pillar_examples/libvirt/performance_optimized/cluster.sls
Actually #715 is not a fix but a cosmetic change.
@pirat013 I could not verify this issue on azure and do not have libvirt setup at hand ... Did you by any chance not use the pillar_example/automatic/{drbd,hana,netweaver}/cluster.sls
files?
This could be the case if pre_deployment = true
is not set (which is, according to your terraform.tfvars
).
fixed in #715
Used cloud platform libvirt
Used SLES4SAP version SLES15SP2
Used client machine OS Linux SLES15 SP2
Expected behaviour vs observed behaviour Deploying a SAP system with DRBD, HANA and NetWeaver cluster on libvirt results in two different cluster types. The HANA and NetWeaver cluster are multicast cluster and the DRBD cluster is a UDPU cluster. Based on our Best Practices the HANA and NetWeaver cluster should be deployed as a UDPD cluster as well because this is the only option which we have documented and recommending.
How to reproduce Specify the step by step process to reproduce the issue. This usually would look like something like this:
terraform.tfvars
file based onterraform.tfvars.example
The usage of the
provisioning_log_level = "info"
option in theterraform.tfvars
file is interesting to get more information during the terraform commands execution. So it is suggested to run the deployment with this option to see what happens before opening any ticket.Used terraform.tfvars
Logs Upload the deployment logs to make the root cause finding easier. The logs might have sensitive secrets exposed. Remove them before uploading anything here. Otherwise, contact @arbulu89 to send the logs privately.
@arbulu89 if really required I'll send the logs privately.
These is the list of the required logs (each of the deployed machines will have all of them):
Additional logs might be required to deepen the analysis on HANA or NETWEAVER installation. They will be asked specifically in case of need.