Skip to content

Commit

Permalink
Admin fix ifeval #2555 keichwa (#2565) (#2581)
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 7, 2023
1 parent 3074e19 commit 4a90c3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# - Fixed error in Bat section of Upgrade Guide (bsc#1234567)
# For guidelines: https://en.opensuse.org/openSUSE:Creating_a_changes_file_(RPM)#Changelog_section_.28.25changelog.29

-----------------------------------------------------
4.3.9
-----------------------------------------------------

- Fixed parser error with ifeval or url tag in Image management section
of Administration Guide
- Removed technical preview statement about Ansible in Administration
Guide (bsc#bz1216661)
- Replaced "Quick Start: Public Cloud" with "Public Cloud Guide" in
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``.



Expand Down Expand Up @@ -522,12 +522,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 4a90c3a

Please sign in to comment.