Skip to content

Commit fe2852d

Browse files
authored
4.3 - Vague images removed from the workflow description. (#3436)
1 parent 5e61fa7 commit fe2852d

File tree

7 files changed

+21
-25
lines changed

7 files changed

+21
-25
lines changed
-36.1 KB
Binary file not shown.
-95.6 KB
Binary file not shown.
-25.3 KB
Binary file not shown.
-32.5 KB
Binary file not shown.
-41.3 KB
Binary file not shown.
-31.6 KB
Binary file not shown.

modules/common-workflows/pages/workflow-content-lifecycle-management.adoc

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is also useful if you need to apply updates during a limited maintenance wind
77

88

99

10-
== Use case
10+
== Use Case
1111

1212
Content lifecycle management allows you to select software channels as sources, adjust them as required for your environment, and thoroughly test them before installing onto your production clients.
1313
You can use CLM to manage your software channels from development, through testing, and rolling the changes out to your clients.
@@ -31,54 +31,50 @@ Before you start, you should already have:
3131

3232

3333

34-
== Step-by-step workflow instructions
34+
== Step-by-step Workflow Instructions
3535

36-
.Procedure: Create a new CLM project
36+
.Procedure: Create a new CLM Project
3737
[role=peocedure]
38-
. In the {productname} {webui}, navigate to menu:Content Lifecycle[Projects], and click btn:[Create Project].
39-
Type a name, label, and description for your project, and click btn:[Create].
38+
. In the {productname} {webui}, navigate to menu:Content Lifecycle[Projects] section, and click btn:[Create Project].
4039
+
41-
image::clm_new_project.png[scaledwidth=80%]
40+
Type a name, label, and description for your project, and click btn:[Create].
4241
. In the [guimenu]``Sources`` section, click btn:[Attach/Detach Sources].
43-
Select the source type, and select a base channel for your project.
44-
The available child channels for the selected base channel are displayed, including information on whether the channel is mandatory or recommended.
45-
Check the child channels you require, and click btn:[Save] to return to the project page.
4642
+
47-
image::clm_add_sources.png[scaledwidth=80%]
43+
Select the source type, and select a base channel for your project.
44+
+
45+
The available child channels for the selected base channel are displayed, including information on whether the channel is mandatory or recommended.
46+
Check the child channels you require, and click btn:[Save] to return to the project page.
4847
. Leave the [guimenu]``Filters`` section blank for now, we will not be using them in this example.
4948
You can add filters later on if you need to.
50-
. In the [guimenu]``Environment Lifecycle`` section, create three environments: ``production``, ``testing``, and ``development``.
51-
Click btn:[Add Environment] and complete the name and label for each.
52-
For the ``production`` environment, leave the [guimenu]``Insert before`` field blank.
53-
For the ``testing`` environment, in the [guimenu]``Insert before`` field, select ``production``.
54-
For the ``development`` environment, in the [guimenu]``Insert before field, select ``testing``.
49+
. In the [guimenu]``Environment Lifecycle`` section, create three environments: ``production``, ``testing``, and ``development``. Click btn:[Add Environment] and complete the name and label for each.
5550
+
56-
image::clm_environments.png[scaledwidth=80%]
57-
. Click btn:[Build] to build version 1 of your project:
51+
For the ``production`` environment, leave the [guimenu]``Insert before`` field blank.
5852
+
59-
image::clm_build_1.png[scaledwidth=80%]
53+
For the ``testing`` environment, in the [guimenu]``Insert before`` field, select ``production``.
54+
+
55+
For the ``development`` environment, in the [guimenu]``Insert before`` field, select ``testing``.
56+
. Click btn:[Build] to build version 1 of your project:
6057

61-
.Procedure: Assign clients
58+
59+
.Procedure: Assign Clients
6260
[role=procedure]
6361
. Navigate to menu:Systems[System List], select the client to assign, and go to the menu:Software[Software Channels] tab.
6462
. In the [guimenu]``Base Channel`` section, select the CLM project and environment you want to assign the client to.
65-
For example, if you want this client to receive updates from your CLM only when packages are in the ``production`` environment, assign the base channel ``<CLM_Project_Name>-production-<Channel_Name>``.
66-
Alternatively, you could use this client as a way to test if your CLM packages are working as expected before you promote them to ``development``, so you assign the base channel ``<CLM_Project_Name>-testing-<Channel_Name>``.
6763
+
68-
image::clm_assign.png[scaledwidth=80%]
64+
For example, if you want this client to receive updates from your CLM only when packages are in the ``production`` environment, assign the base channel ``<CLM_Project_Name>-production-<Channel_Name>``.
65+
+
66+
Alternatively, you could use this client as a way to test if your CLM packages are working as expected before you promote them to ``development``, so you assign the base channel ``<CLM_Project_Name>-testing-<Channel_Name>``.
6967
. Click btn:[Next] to assign the client.
7068

7169
.Procedure: Promote Environments
7270
[role=procedure]
7371
. In the {productname} {webui}, navigate to menu:Content Lifecycle[Projects], and select the project you want to work with.
7472
. In the [guimenu]``Environment Lifecycle`` section, locate the environment to promote to its successor, and click btn:[Promote].
7573
You can monitor build progress in the [guimenu]``Environment Lifecycle`` section.
76-
+
77-
image::clm_promote.png[scaledwidth=80%]
7874

7975

8076

81-
== Related topics
77+
== Related Topics
8278

8379
* For more information about CLM, including information about how to use filters, see xref:administration:content-lifecycle.adoc[].
8480
* For CLM examples, see xref:administration:content-lifecycle-examples.adoc[].

0 commit comments

Comments
 (0)