|
| 1 | +<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager"> |
| 2 | + <dm:bugtracker> |
| 3 | + <dm:url>https://github.com/SUSE/suse-best-practices/issues/new</dm:url> |
| 4 | + <dm:product>SAP Edge Integration Cell on SUSE</dm:product> |
| 5 | + </dm:bugtracker> |
| 6 | +</dm:docmanager> |
| 7 | + |
| 8 | +<!--Add document title but outcomment it--> |
| 9 | +<!--<title>Edge Integration Cell on SUSE</title>--> |
| 10 | + |
| 11 | +<!--Add meta data: --> |
| 12 | + |
| 13 | +<!--select series name, usually Best Practices or Technical References: --> |
| 14 | +<meta name="series">Best Practices</meta> |
| 15 | + |
| 16 | +<!--Only a limited set of categories is valid, these are: |
| 17 | +Third Party |
| 18 | +Cloud |
| 19 | +Containerization |
| 20 | +Development Tools |
| 21 | +High Availability |
| 22 | +Tuning & Performance |
| 23 | +SAP |
| 24 | +Security |
| 25 | +Storage |
| 26 | +Systems Management |
| 27 | +Virtualization |
| 28 | +
|
| 29 | +Only ONE category must be selected |
| 30 | +doc team has final say on category |
| 31 | +--> |
| 32 | + |
| 33 | +<meta name="category"> |
| 34 | + <phrase>SAP</phrase> |
| 35 | +</meta> |
| 36 | + |
| 37 | +<!--Only a limited set of tasks is valid, supported are: |
| 38 | + Administration |
| 39 | + Artificial Intelligence |
| 40 | + Auditing |
| 41 | + Authentication |
| 42 | + Automation |
| 43 | + Backup & Recovery |
| 44 | + Certification |
| 45 | + Cloud |
| 46 | + Clustering |
| 47 | + Compliance |
| 48 | + Configuration |
| 49 | + Containerization |
| 50 | + Container Management |
| 51 | + Data Intelligence |
| 52 | + Deployment |
| 53 | + Design |
| 54 | + Encryption |
| 55 | + High Availability |
| 56 | + Image Building |
| 57 | + Implementation |
| 58 | + Installation |
| 59 | + Integration |
| 60 | + Maintenance |
| 61 | + Migration |
| 62 | + Monitoring |
| 63 | + Packaging |
| 64 | + Security |
| 65 | + Storage |
| 66 | + Subscription Management |
| 67 | + Troubleshooting |
| 68 | + Upgrade & Update |
| 69 | + Virtualization |
| 70 | + Vulnerability |
| 71 | + Web |
| 72 | + |
| 73 | + Maximum 3 tasks should be selected |
| 74 | + doc team has final say on tasks |
| 75 | +--> |
| 76 | + |
| 77 | +<meta name="task"> |
| 78 | + <phrase>Data Intelligence</phrase> |
| 79 | + <phrase>Containerization</phrase> |
| 80 | + <phrase>Installation</phrase> |
| 81 | +</meta> |
| 82 | + |
| 83 | +<!--Add the title--> |
| 84 | +<meta name="title">SAP Edge Integration Cell on SUSE</meta> |
| 85 | + |
| 86 | +<!--Add a description, 150 characters maximum, this is displayed on the index page in the portal, |
| 87 | + no sentence no period, example:--> |
| 88 | +<meta name="description">How to make use of SUSE’s full stack offerings for container workloads for an installation of SAP's Edge Integration Cell.</meta> |
| 89 | + |
| 90 | +<!--Add a social description, 55 characters maximum, targets social media, acronyms allowed--> |
| 91 | +<meta name="social-descr">Install SAP's EIC on SUSE’s container workloads stack</meta> |
| 92 | + |
| 93 | +<!--Add ALL SUSE portfolio product names with version numbers the document is valid for, examples--> |
| 94 | +<meta name="productname"> |
| 95 | + <productname version="5.4">SUSE Linux Enterprise Micro</productname> |
| 96 | + <productname version="2">Rancher Kubernetes Engine</productname> |
| 97 | + <productname version="2.8.3">Rancher Prime</productname> |
| 98 | + <productname version="1.5.5">Longhorn</productname> |
| 99 | + </meta> |
| 100 | + |
| 101 | +<!--Add ALL product names and versions, also from third parties, as shown below. |
| 102 | +This information is added to the cover of the document / start of the HTML:--> |
| 103 | +<meta name="platform">SUSE Linux Enterprise Micro 5.4</meta> |
| 104 | +<meta name="platform">Rancher Kubernetes Engine 2</meta> |
| 105 | +<meta name="platform">Longhorn</meta> |
| 106 | +<meta name="platform">Rancher Prime</meta> |
| 107 | +<meta name="platform">SAP Integration Suite</meta> |
| 108 | + |
| 109 | +<!--Add author information--> |
| 110 | +<authorgroup> |
| 111 | + <author> |
| 112 | + <personname> |
| 113 | + <firstname>Kevin</firstname> |
| 114 | + <surname>Klinger</surname> |
| 115 | + </personname> |
| 116 | + <affiliation> |
| 117 | + <jobtitle>SAP Solution Architect</jobtitle> |
| 118 | + <orgname>SUSE</orgname> |
| 119 | + </affiliation> |
| 120 | + </author> |
| 121 | + <author> |
| 122 | + <personname> |
| 123 | + <firstname>Dominik</firstname> |
| 124 | + <surname>Mathern</surname> |
| 125 | + </personname> |
| 126 | + <affiliation> |
| 127 | + <jobtitle>SAP Solution Architect</jobtitle> |
| 128 | + <orgname>SUSE</orgname> |
| 129 | + </affiliation> |
| 130 | + </author> |
| 131 | + <author> |
| 132 | + <personname> |
| 133 | + <firstname>Dr. Ulrich</firstname> |
| 134 | + <surname>Schairer</surname> |
| 135 | + </personname> |
| 136 | + <affiliation> |
| 137 | + <jobtitle>SAP Solution Architect</jobtitle> |
| 138 | + <orgname>SUSE</orgname> |
| 139 | + </affiliation> |
| 140 | + </author> |
| 141 | +</authorgroup> |
| 142 | + |
| 143 | +<!--Add SUSE logo, and if needed, partner logo extra, in the same style as SUSE logo--> |
| 144 | +<cover role="logos"> |
| 145 | + <mediaobject> |
| 146 | + <imageobject role="fo"> |
| 147 | + <imagedata fileref="suse.svg" width="5em" align="center" valign="bottom"/> |
| 148 | + </imageobject> |
| 149 | + <imageobject role="html"> |
| 150 | + <imagedata fileref="suse.svg" width="152px" align="center" valign="bottom"/> |
| 151 | + </imageobject> |
| 152 | + <textobject><phrase>SUSE logo</phrase></textobject> |
| 153 | + </mediaobject> |
| 154 | +</cover> |
| 155 | + |
| 156 | +<!--Add revision history date, plus revision comment if available or needed. Ensure date on top is the most current--> |
| 157 | +<!--To revhistory, add the article ID you defined in your adoc file, an put a rh- at the beginning.--> |
| 158 | +<revhistory xml:id="rh-art-sap-eic-slemicro54"> |
| 159 | + <revision> |
| 160 | + <date>yyyy-mm-dd</date> |
| 161 | + <revdescription> |
| 162 | + <para>text text text</para> |
| 163 | + </revdescription> |
| 164 | + </revision> |
| 165 | + <revision> |
| 166 | + <date>yyyy-mm-dd older</date> |
| 167 | + <revdescription> |
| 168 | + <para>text text text</para> |
| 169 | + </revdescription> |
| 170 | + </revision> |
| 171 | +</revhistory> |
| 172 | + |
| 173 | +<!--Add your abstract or executive summary. Ensure to always include the disclaimer shown in the second paragraph here--> |
| 174 | +<abstract> |
| 175 | + <para> |
| 176 | + text text text text |
| 177 | + </para> |
| 178 | + |
| 179 | + <para> |
| 180 | + <emphasis role="strong">Disclaimer</emphasis>: |
| 181 | + Documents published as part of the SUSE Best Practices series have been contributed voluntarily |
| 182 | + by SUSE employees and third parties. They are meant to serve as examples of how particular |
| 183 | + actions can be performed. They have been compiled with utmost attention to detail. |
| 184 | + However, this does not guarantee complete accuracy. SUSE cannot verify that actions described |
| 185 | + in these documents do what is claimed or whether actions described have unintended consequences. |
| 186 | + SUSE LLC, its affiliates, the authors, and the translators may not be held liable for possible errors |
| 187 | + or the consequences thereof. |
| 188 | + </para> |
| 189 | +</abstract> |
0 commit comments