Skip to content

Commit

Permalink
Admin fix ifeval #2555 keichwa (#2565)
Browse files Browse the repository at this point in the history
* fix ifeval white space
* try to work around parser issue
#2555
  • Loading branch information
keichwa committed Nov 6, 2023
1 parent 1f90594 commit 1a0d80b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- Changed installation of Uyuni Proxy with openSUSE Leap instructions to
refer to Leap 15.5
- Replaced "Quick Start: Public Cloud" with "Public Cloud Guide" in
- Fixed parser error with ifeval or url tag in Image management section
of Administration Guide
- Replaced "Quick Start: Public Cloud" with "Public Cloud Guide" in
Specialized Guides
- Added Debian 12 as supported client in Client Configuration Guide
- Started with removing traditional client documentation in Client
Expand All @@ -17,7 +19,7 @@
and Upgrade Guide
- Fixed delete channel procedure in Channel management section in
Administration Guide
- Corrected the client tools channel name in Client Configuration Guide
- Corrected the client tools channel name in Client Configuration Guide
for SUSE Linux Enterprise Micro
- Fixed links to HTML output of SUSE Linux Enterprise Server 15 SP4
documentation
Expand Down
7 changes: 4 additions & 3 deletions modules/administration/pages/image-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The image store for the Kiwi build type is pre-defined as a file system director
{productname} serves the image store over HTTPS from [literal]``//<SERVER-FQDN>/os-images/``.
The image store location is unique and is not customizable.

Images are stored in [path]``/srv/www/os-image/<organization-id>``.
Images are stored in [path]``/srv/www/os-image/ORGANIZATION-ID``.


[[at.images.docker]]
Expand Down Expand Up @@ -511,12 +511,13 @@ By default, the image store is located at [path]``/srv/www/os-images``.
Image stores for Kiwi build type, used to build system, virtual, and other images, are not supported yet.
ifeval::[{suma-content} == true]
Images are always stored in [path]``/srv/www/os-images/<organization-id>`` and are accessible via HTTP/HTTPS [url]``https://<susemanager_host>/os-images/<organization-id>``.
Images are always stored in [path]``/srv/www/os-images/ORGANIZATION-ID`` and are accessible via HTTP/HTTPS [url]``https://<susemanager_host>/os-images/ORGANIZATION-ID``.
endif::[]
ifeval::[{uyuni-content} == true]
Images are always stored in [path]``/srv/www/os-images/<organization-id>`` and are accessible via HTTP/HTTPS [url]``https://<uyuni_host>/os-images/<organization-id>``.
Images are always stored in [path]``/srv/www/os-images/ORGANIZATION-ID`` and are accessible via HTTP/HTTPS [url]``https://<uyuni_host>/os-images/ORGANIZATION-ID``.
endif::[]
====


Expand Down

0 comments on commit 1a0d80b

Please sign in to comment.