Skip to content

Commit

Permalink
Merge pull request #438 from Suse-KevinKlinger/main
Browse files Browse the repository at this point in the history
Adding best practice guide for SAP Edge Integration Cell
  • Loading branch information
chabowski authored Jul 2, 2024
2 parents 18dc490 + 247a34f commit a1e08ad
Show file tree
Hide file tree
Showing 45 changed files with 1,100 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"asciidoc.antora.enableAntoraSupport": true
}
20 changes: 20 additions & 0 deletions DC-SAP-EIC
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MAIN="SAP-EIC-Main.adoc"

ADOC_TYPE="article"

ADOC_POST="yes"

ADOC_ATTRIBUTES="--attribute docdate=2024-07-01"

# 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"
2 changes: 1 addition & 1 deletion DC-SAPDI-RKE-Harvester
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADOC_TYPE="article"

ADOC_POST="yes"

ADOC_ATTRIBUTES="--attribute docdate=2022-11-11"
ADOC_ATTRIBUTES="--attribute docdate=2024-04-01"

# stylesheets
STYLEROOT=/usr/share/xml/docbook/stylesheet/sbp
Expand Down
79 changes: 79 additions & 0 deletions adoc/SAP-EIC-Main-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>SUSE Best Practices </dm:product>
</dm:bugtracker>
</dm:docmanager>

<productname>SUSE Linux Enterprise Micro</productname>
<productnumber>5.4</productnumber>
<meta name="series">SUSE Best Practices</meta>
<meta name="category">SAP Edge</meta>

<meta name="platform">SUSE Linux Enterprise Micro 5.4</meta>
<meta name="platform">Rancher Kubernetes Engine 2</meta>
<meta name="platform">Longhorn</meta>
<meta name="platform">Rancher Prime</meta>

<authorgroup>
<author>
<personname>
<firstname>Kevin</firstname>
<surname>Klinger</surname>
</personname>
<affiliation>
<jobtitle>SAP Solution Architect</jobtitle>
<orgname>SUSE</orgname>
</affiliation>
</author>
<author>
<personname>
<firstname>Dominik</firstname>
<surname>Mathern</surname>
</personname>
<affiliation>
<jobtitle>SAP Solution Architect</jobtitle>
<orgname>SUSE</orgname>
</affiliation>
</author>
<author>
<personname>
<firstname>Dr. Ulrich</firstname>
<surname>Schairer</surname>
</personname>
<affiliation>
<jobtitle>SAP Solution Architect</jobtitle>
<orgname>SUSE</orgname>
</affiliation>
</author>
</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>


<abstract>
<para>
SUSE® offers a full stack for your container workloads. This best practice document describes how you can make use of this offerings
for your installation of SAP Edge Integration Cell. The operations of SAP Edge Integration Cell and/or SAP Integration Suite are not covered in this document.
</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>
Loading

0 comments on commit a1e08ad

Please sign in to comment.