Skip to content

Commit

Permalink
Merge pull request #388 from uschairer/main
Browse files Browse the repository at this point in the history
New document on installing SAP DI 3 on top of RKE2 and VMware vSphere / vSAN
  • Loading branch information
chabowski authored Aug 10, 2023
2 parents db2360f + 990383f commit 2030b16
Show file tree
Hide file tree
Showing 9 changed files with 923 additions and 0 deletions.
20 changes: 20 additions & 0 deletions DC-SAPDI3-RKE2-Installation
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MAIN="SAPDI3-RKE2-Install.adoc"

ADOC_TYPE="article"

ADOC_POST="yes"

ADOC_ATTRIBUTES="--attribute docdate=2022-11-11"

# stylesheets
STYLEROOT=/usr/share/xml/docbook/stylesheet/sbp
FALLBACK_STYLEROOT=/usr/share/xml/docbook/stylesheet/suse2022-ns
# FALLBACK_STYLEROOT=/usr/share/xml/docbook/stylesheet/suse2013-sbp-ns

XSLTPARAM="--stringparam publishing.series=sbp"

#DRAFT=yes
ROLE="sbp"
#PROFROLE="sbp"

DOCBOOK5_RNG_URI="http://docbook.org/xml/5.2/rng/docbookxi.rnc"
20 changes: 20 additions & 0 deletions DC-SAPDI3-SUSE-VMWare-VSAN
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MAIN="SAPDI3-SUSE-VMWare-VSAN.adoc"

ADOC_TYPE="article"

ADOC_POST="yes"

ADOC_ATTRIBUTES="--attribute docdate=2023-07-24"

# stylesheets
STYLEROOT=/usr/share/xml/docbook/stylesheet/sbp
FALLBACK_STYLEROOT=/usr/share/xml/docbook/stylesheet/suse2022-ns
# FALLBACK_STYLEROOT=/usr/share/xml/docbook/stylesheet/suse2013-sbp-ns

XSLTPARAM="--stringparam publishing.series=sbp"

#DRAFT=yes
ROLE="sbp"
#PROFROLE="sbp"

DOCBOOK5_RNG_URI="http://docbook.org/xml/5.2/rng/docbookxi.rnc"
79 changes: 79 additions & 0 deletions adoc/SAPDI3-RKE2-Install-docinfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
<dm:url>https://github.com/SUSE/suse-best-practices/issues/new</dm:url>
<dm:product>SAP Data Intelligence 3 on Rancher Kubernetes Engine 3</dm:product>
</dm:bugtracker>
</dm:docmanager>

<!-- <orgname>SUSE Best Practices</orgname>-->
<productname> Rancher Kubernetes Engine 2, SUSE Linux Enterprise Server 15 SP4, SAP Data Intelligence 3 </productname>
<!-- <productnumber></productnumber>-->


<meta name="series">SUSE Best Practices</meta>
<meta name="category">SAP</meta>

<meta name="platform">SUSE Linux Enterprise Server 15 SP4</meta>
<meta name="platform">Rancher Kubernetes Engine 2</meta>
<meta name="platform">SAP Data Intelligence 3</meta>

<authorgroup>
<author>
<personname>
<firstname>Dr. Ulrich</firstname>
<surname>Schairer</surname>
</personname>
<affiliation>
<jobtitle>SAP Solutions Architect</jobtitle>
<orgname>SUSE</orgname>
</affiliation>
</author>
<author>
<personname>
<firstname>Kevin</firstname>
<surname>Klinger</surname>
</personname>
<affiliation>
<jobtitle>SAP Solutions Architect</jobtitle>
<orgname>SUSE</orgname>
</affiliation>
</author>
<!-- <editor>
<orgname></orgname>
</editor>
<othercredit>
<orgname></orgname>
</othercredit>-->
</authorgroup>

<cover role="logos">
<mediaobject>
<imageobject role="fo">
<imagedata fileref="suse.svg" width="5em" align="center" valign="bottom"/>
</imageobject>
<imageobject role="html">
<imagedata fileref="suse.svg" width="152px" align="center" valign="bottom"/>
</imageobject>
</mediaobject>
</cover>

<!--<date><?dbtimestamp format="B d, Y" ?></date>-->


<abstract>

<para>
SAP Data Intelligence 3 is the tool set to govern big amounts of data, and it runs fully containerized.
This document describes the installation and configuration of SAP Data Intelligence 3 deployed on Rancher Kubernetes Engine 2.
</para>

<para><emphasis role="strong">Disclaimer: </emphasis>
Documents published as part of the SUSE Best Practices series have been contributed voluntarily
by SUSE employees and third parties. They are meant to serve as examples of how particular
actions can be performed. They have been compiled with utmost attention to detail.
However, this does not guarantee complete accuracy. SUSE cannot verify that actions described
in these documents do what is claimed or whether actions described have unintended consequences.
SUSE LLC, its affiliates, the authors, and the translators may not be held liable for possible errors
or the consequences thereof.</para>

</abstract>
62 changes: 62 additions & 0 deletions adoc/SAPDI3-RKE2-Install.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
:docinfo:


:di: SAP Data Intelligence
:di_version: 3.3
:sles: SUSE Linux Enterprise Server
:sles_version: 15 SP4
:lh: Longhorn
:rancher: SUSE Rancher
:harvester: Harvester
:k8s: Kubernetes


= {di} 3 on Rancher Kubernetes Engine 2

== Introduction

This guide describes the on-premises installation of {di} {di_version} on Rancher Kubernetes Engine (RKE) 2.
In a nutshell, the installation of {di} {di_version} consists of the following steps:


* Installing {rancher}

* Installing RKE 2 Kubernetes cluster on the dedicated nodes

* Deploying {di} {di_version} on RKE 2 Kubernetes cluster

* Performing post-installation steps for {di} {di_version}

* Testing the installation of {di} {di_version}

To have a fully supported setup, there are two Kubernetes clusters required.
One runs {rancher} Management server and the other runs the actual workload, which for the purpose of this guide is {di}.

include::SAPDI3-Requirements.adoc[Requirements]

include::SAPDI3-Rancher.adoc[Rancher]

include::SAPDI3-Longhorn.adoc[Longhorn]

include::SAPDI3-Vsphere-Vsan.adoc[SAPDI-Vsphere-Vsan]

include::SAPDI3-Install.adoc[DI-Install]



++++
<?pdfpagebreak?>
++++

:leveloffset: 0
// Standard SUSE Best Practices includes
== Legal notice
include::common_sbp_legal_notice.adoc[]

++++
<?pdfpagebreak?>
++++

// Standard SUSE Best Practices includes
:leveloffset: 0
include::common_gfdl1.2_i.adoc[]
Loading

0 comments on commit 2030b16

Please sign in to comment.