Skip to content

Commit 281bcc1

Browse files
authored
Merge branch 'manager-5.1' into backport51-support-data-upload-#3957-keichwa
2 parents 4a85f55 + 385d422 commit 281bcc1

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
- Added support data upload feature to Administration Guide
2+
- Fixed issues in Image Building chapter in the Administration Guide
3+
(bsc#1245987)
24
- Documented stopping the server before rebooting the host operating
35
system for the migration from 5.0 to 5.1 in Installation and
46
Upgrade Guide (bsc#1247705)

modules/administration/pages/image-management.adoc

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,20 @@
1919
{productname} supports these two build types: Dockerfile and the Kiwi build type.
2020
The Kiwi build type is used to build system, virtual, and other images.
2121

22-
The image store for the Kiwi build type is pre-defined as a file system directory at [path]``/srv/www/os-images`` on the server.
22+
// Needs checking
23+
// at later places to be fix accordingly
24+
The image store for the Kiwi build type is pre-defined as a file system directory in the [path]``srv-www`` volume.
2325
{productname} serves the image store over HTTPS from [literal]``https://<SERVER-FQDN>/os-images/``.
2426
The image store location is unique and is not customizable.
2527

26-
Images are stored in [path]``/srv/www/os-image/ORGANIZATION-ID``.
28+
Images are stored in an [path]``ORGANIZATION-ID`` directory there.
2729

2830

2931
[[at.images.docker]]
3032
== Container Images
3133

32-
image::image-building.png[scaledwidth=80%]
34+
// FIXME, bsc#1245987: replace caas pattform with container host?
35+
// image::image-building.png[scaledwidth=80%]
3336

3437

3538
[[at.images.docker.requirements]]
@@ -114,6 +117,8 @@ For more information, see xref:client-configuration:activation-keys.adoc[].
114117

115118
All built images are pushed to an image store.
116119
This section contains information about creating an image store.
120+
Sometimes such a place for container images is referenced as a registry.
121+
117122

118123
.Procedure: Creating Image Store
119124
. Select menu:Images[Stores].
@@ -299,7 +304,7 @@ When you have selected a build profile, detailed information about the selected
299304
[[at.images.docker.importing]]
300305
=== Import an Image
301306

302-
The second way to build an image is to import and inspect arbitrary images.
307+
The second way to get an image is to import and inspect arbitrary images.
303308
To do that, select menu:Images[Image List] from the left navigation bar.
304309
Complete the text boxes of the [guimenu]``Import`` dialog.
305310
When it has processed, the imported image is listed on the [guimenu]``Image List`` page.
@@ -388,6 +393,10 @@ For more information, see the documentation of the underlying system.
388393
[[at.images.kiwi.buildhost]]
389394
=== Create a Build Host
390395

396+
// FIXME, bsc#1245987:
397+
// Discussing Container-Based KIWI Image Build Support here?
398+
// Perhaps 2.'docker' might be 2, but the container variant might be different?
399+
391400
To build all kinds of images with {productname}, create and configure a build host.
392401
OS Image build hosts are {salt} clients running on {sles}{nbsp}15 (SP2 or later) or {sles}{nbsp}12 (SP4 or later).
393402

@@ -479,7 +488,7 @@ Activation keys are mandatory for OS Image building.
479488

480489
[NOTE]
481490
====
482-
To build OS Images, you need an activation key that is associated with a channel other than `SUSE Manager Default`.
491+
To build OS Images, you need an activation key that is associated with a channel other than `Default` activation key.
483492
====
484493

485494
.Procedure: Creating an Activation Key
@@ -495,20 +504,23 @@ For more information, see xref:client-configuration:activation-keys.adoc[].
495504
[[at.images.kiwi.imagestore]]
496505
=== Create an Image Store
497506

507+
// For background info about Image Store, see the overview at the beginning of this chapter.
508+
498509
OS Images can require a significant amount of storage space.
499-
Therefore, we recommended that the OS Image store is located on a partition of its own or on a Btrfs subvolume, separate from the root partition.
500-
By default, the image store is located at [path]``/srv/www/os-images``.
510+
By default, the image store is using the [path]``srv-www`` volume.
511+
501512

502513
[NOTE]
503514
====
504515
Image stores for Kiwi build type, used to build system, virtual, and other images, are not supported yet.
505516
517+
// FIXME
506518
ifeval::[{mlm-content} == true]
507-
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``.
519+
Images are always stored in [path]``.../os-images/ORGANIZATION-ID`` and are accessible via HTTP/HTTPS [url]``https://<susemanager_host>/os-images/ORGANIZATION-ID``.
508520
endif::[]
509521
510522
ifeval::[{uyuni-content} == true]
511-
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``.
523+
Images are always stored in [path]``.../os-images/ORGANIZATION-ID`` and are accessible via HTTP/HTTPS [url]``https://<uyuni_host>/os-images/ORGANIZATION-ID``.
512524
endif::[]
513525
514526
====
@@ -666,7 +678,7 @@ For information about the Kiwi build system, see the https://osinside.github.io/
666678
[[at.images.kiwi.building]]
667679
=== Build an Image
668680

669-
There are two ways to build an image using the {webui}.
681+
There are two ways to build or get an image using the {webui}.
670682
Either select menu:Images[Build], or click the build icon in the menu:Images[Profiles] list.
671683

672684
.Procedure: Building an Image

0 commit comments

Comments
 (0)