-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,12 @@ | |
</resource> | ||
</resources> | ||
<!-- R E S O U R C E S --> | ||
<resources> | ||
<!-- <resources> | ||
<description>Glue files</description> | ||
</resources> | ||
--> | ||
<resources> | ||
<description>Concepts</description> | ||
<resource xml:id="_concept-micro-cloud" href="concept-micro-cloud.xml"/> | ||
|
@@ -41,7 +43,60 @@ | |
<!-- S T R U C T U R E --> | ||
<structure> | ||
<output renderas="article" xml:id="slema-public-cloud"/> | ||
<module renderas="section" resourceref="_concept-micro-cloud"/> | ||
<merge> | ||
<title>&productnameshort; in public clouds</title> | ||
<revhistory> | ||
<title>Changelog</title> | ||
<revision> | ||
<revnumber>1</revnumber> | ||
<date>2023-03-09</date> | ||
<revdescription> | ||
<para>Initial version</para> | ||
</revdescription> | ||
</revision> | ||
</revhistory> | ||
<!-- ISO date of last update as YYYY-MM-DD --> | ||
<meta name="updated" content="2023-03-09"/> | ||
<!-- enter the platform identifier or list of comma-separated list of identifiers --> | ||
<meta name="architecture" content="x86_64;zseries;power;aarch64"/> | ||
<!-- enter product name and version --> | ||
<meta name="productname"> | ||
<productname version="SLEMICRO">&slem;</productname> | ||
</meta> | ||
<!-- SEO and social media --> | ||
<meta name="title">SLE Micro in public clouds</meta> | ||
<meta name="description"> | ||
Learn how to deploy &productnameshort; in public clouds. Learn how to add users to suit your needs. | ||
</meta> | ||
<meta name="social-descr"> | ||
Learn how to deploy &productnameshort; in public clouds. | ||
</meta> | ||
<!-- suitable category, comma-separated list of categories --> | ||
<meta name="category" content="Systems Management"/> | ||
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager"> | ||
<dm:bugtracker> | ||
<dm:url>https://bugzilla.suse.com/enter_bug.cgi</dm:url> | ||
<dm:component>Smart Docs</dm:component> | ||
<dm:product>Documentation</dm:product> | ||
<dm:assignee>[email protected]</dm:assignee> | ||
</dm:bugtracker> | ||
<dm:editurl>https://github.com/SUSE/doc-modular/tree/main/articles/</dm:editurl> | ||
<dm:translation>no</dm:translation> | ||
</dm:docmanager> | ||
<abstract> | ||
|
||
<itemizedlist> | ||
<title>Requirements</title> | ||
<listitem><para>Basic understanding of public clouds.</para></listitem> | ||
<listitem> | ||
<para> | ||
&rootuser; or sudo privileges. | ||
</para> | ||
</listitem> | ||
</itemizedlist> | ||
</abstract> | ||
</merge> | ||
<module renderas="section" resourceref="_concept-micro-cloud"/> | ||
<module renderas="section" resourceref="_task-modifying-ignition-cloud"/> | ||
<module renderas="section" resourceref="_task-slemicro-useradd"/> | ||
</structure> | ||
|