|
1 |
| -# Demos |
| 1 | +# Demos on how to use the Ansible collections |
2 | 2 |
|
3 | 3 | This page contains several demo recordings, to demonstrate the functionality of the open-source projects within the SAP LinuxLab initiative.
|
4 | 4 |
|
5 |
| -## Terraform end-to-end automated deployments |
| 5 | +- [Terraform end-to-end automated deployments](03a_demos.md) |
6 | 6 |
|
7 |
| -### SAP HANA installation |
8 |
| - |
9 |
| -- SAP solution scenario: **SAP HANA 2.0 SPS06, single-node** |
10 |
| -- Operating System: **RHEL for SAP Solutions 8.4** |
11 |
| -- Infrastructure: **Azure VM (ARM only, not Classic/ASM)** |
12 |
| -- Terraform Template name: <sub style="vertical-align: baseline;">**/terraform.sap_infrastructure/templates_for_sap/sap_hana_single_node_install/msazure_vm**</sub> |
13 |
| - |
14 |
| -<div id="terraform-demo1-wrapper" style="z-index: 1; position: relative; max-width: 80%;"></div> |
15 |
| - |
16 |
| - |
17 |
| -### SAP S/4HANA installation using SAP Maintenance Planner |
18 |
| - |
19 |
| -- SAP solution scenario: **SAP S/4HANA 2021, One Host** |
20 |
| -- Operating System: **RHEL for SAP Solutions 8.4** |
21 |
| -- Infrastructure: **AWS EC2 instance (VPC environment only, not Classic)** |
22 |
| -- Terraform Template name: <sub style="vertical-align: baseline;">**/terraform.sap_infrastructure/templates_for_sap/sap_s4hana_single_node_install/aws_ec2_instance**</sub> |
23 |
| - |
24 |
| -<div id="terraform-demo2-wrapper" style="z-index: 1; position: relative; max-width: 80%;"></div> |
25 |
| - |
26 |
| - |
27 |
| -### SAP S/4HANA System Copy (Homogeneous with SAP HANA Backup / Recovery) |
28 |
| - |
29 |
| -- SAP solution scenario: **SAP S/4HANA 2021, One Host System Copy (Homogeneous) using SAP HANA complete data backup file)** |
30 |
| -- Operating System: **RHEL for SAP Solutions 8.4** |
31 |
| -- Infrastructure: **IBM Cloud Virtual Server (VPC environment only, not Classic)** |
32 |
| -- Terraform Template name: <sub style="vertical-align: baseline;">**/terraform.sap_infrastructure/templates_for_sap/sap_s4hana_single_node_system_copy_homogeneous_hdb/ibmcloud_vs**</sub> |
33 |
| - |
34 |
| -<div id="terraform-demo3-wrapper" style="z-index: 1; position: relative; max-width: 80%;"></div> |
35 |
| - |
36 |
| -<!-- |
37 |
| -### SAP ECC on SAP HANA System Copy (Homogeneous with SAP HANA Backup / Recovery) |
38 |
| -
|
39 |
| -- SAP solution scenario: **SAP S/4HANA 2021, One Host System Copy (Homogeneous) using SAP HANA complete data backup file)** |
40 |
| -- Operating System: **RHEL for SAP Solutions 8.4** |
41 |
| -- Infrastructure: **IBM Cloud Virtual Server (VPC environment only, not Classic)** |
42 |
| -- Terraform Template name: <sub style="vertical-align: baseline;">**/terraform.sap_infrastructure/templates_for_sap/sap_ecc_hana_single_node_system_copy_homogeneous_hdb/ibmcloud_vs**</sub> |
43 |
| -
|
44 |
| -<div id="terraform-demo4-wrapper" style="z-index: 1; position: relative; max-width: 80%;"></div> |
45 |
| -
|
46 |
| -
|
47 |
| -
|
48 |
| -## Ansible automated SAP installations |
49 |
| -
|
50 |
| -### SAP HANA installation |
51 |
| -
|
52 |
| -- SAP solution scenario: **SAP HANA, scale-out cluster** |
53 |
| -- Operating System: **RHEL for SAP Solutions 8.4** |
54 |
| -- Ansible Collection: <sub style="vertical-align: baseline;">**/community.sap_install/roles/**</sub> |
55 |
| -
|
56 |
| -<div id="ansible-demo1-wrapper" style="z-index: 1; position: relative; max-width: 80%;"></div> |
57 |
| -
|
58 |
| ---> |
59 |
| - |
60 |
| -<script> |
61 |
| - window.onload = function(){ |
62 |
| - AsciinemaPlayer.create('/assets/asciicast/sap_01-ascii.cast', document.getElementById('terraform-demo1-wrapper')); |
63 |
| - AsciinemaPlayer.create('/assets/asciicast/sap_02-ascii.cast', document.getElementById('terraform-demo2-wrapper')); |
64 |
| - AsciinemaPlayer.create('/assets/asciicast/sap_03-ascii.cast', document.getElementById('terraform-demo3-wrapper')); |
65 |
| - AsciinemaPlayer.create('/assets/asciicast/example.cast', document.getElementById('terraform-demo4-wrapper')); |
66 |
| - AsciinemaPlayer.create('/assets/asciicast/example.cast', document.getElementById('ansible-demo1-wrapper')); |
67 |
| - } |
68 |
| -</script> |
69 |
| - |
70 |
| -## Playbooks for use with Ansible Automation Platform |
71 |
| - |
72 |
| -[Click here](https://sap-linuxlab.github.io/demo.sap_install/) for instructions how to setup Ansible Automation Platform 2 or AWX to use the roles |
| 7 | +- [Ansible Automation Platform/AWX end-to-end deployments](https://sap-linuxlab.github.io/demo.sap_install/) |
0 commit comments