Content Lifecycle Management
If you are managing a lot of clients and you need to apply customized packages to them, you can use content lifecycle management (CLM) to manage your packages. CLM allows you to customize and test packages before updating production clients. It is also useful if you need to apply updates during a limited maintenance window.
1. Use Case
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. You can use CLM to manage your software channels from development, through testing, and rolling the changes out to your clients.
2. Outcome
When you have completed this workflow, you will have a content lifecycle project set up. You will have created a basic CLM project, and promoted it through its lifecycle.
3. Preparations
Before you start, you should already have:
-
SUSE Manager Server installed, which you can access using the Web UI.
-
Client machine with an operating system installed, which you can access across the network that your SUSE Manager Server is on, using SSH.
-
Appropriate subscriptions from http://scc.suse.com for the products you are using.
4. Step-by-step Workflow Instructions
-
In the SUSE Manager Web UI, navigate to
, and click Create Project. Type a name, label, and description for your project, and click Create. -
In the
Sources
section, click Attach/Detach Sources. Select the source type, and select a base channel for your project. The available child channels for the selected base channel are displayed, including information on whether the channel is mandatory or recommended. Check the child channels you require, and click Save to return to the project page. -
Leave the
Filters
section blank for now, we will not be using them in this example. You can add filters later on if you need to. -
In the
Environment Lifecycle
section, create three environments:production
,testing
, anddevelopment
. Click Add Environment and complete the name and label for each. For theproduction
environment, leave theInsert before
field blank. For thetesting
environment, in theInsert before
field, selectproduction
. For thedevelopment
environment, in theInsert before field, select
testing``. -
Click Build to build version 1 of your project:
-
Navigate to
, select the client to assign, and go to the tab. -
In the
Base Channel
section, select the CLM project and environment you want to assign the client to. For example, if you want this client to receive updates from your CLM only when packages are in theproduction
environment, assign the base channel<CLM_Project_Name>-production-<Channel_Name>
. Alternatively, you could use this client as a way to test if your CLM packages are working as expected before you promote them todevelopment
, so you assign the base channel<CLM_Project_Name>-testing-<Channel_Name>
. -
Click Next to assign the client.
-
In the SUSE Manager Web UI, navigate to
, and select the project you want to work with. -
In the
Environment Lifecycle
section, locate the environment to promote to its successor, and click Promote. You can monitor build progress in theEnvironment Lifecycle
section.
5. Related Topics
-
For more information about CLM, including information about how to use filters, see Content Lifecycle Management.
-
For CLM examples, see Content Lifecycle Management Examples.