File yup2zlm.sysconfig of Package yup
x
1
## Path: System/YUP2ZLM
2
## Description: YUP - "Yum Update Proxy" for SLE 10 Maintenance
3
#
4
# YUP2ZLM - "Import YUP tree into ZLM 7.2"
5
# Copyright (C) 2006,2007 SUSE Linux Products GmbH and Novell Belgium BV
6
#
7
# This program is free software; you can redistribute it and/or modify
8
# it under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 2 of the License, or
10
# (at your option) any later version.
11
#
12
# This program is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with this program; if not, write to the Free Software
19
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
#
21
22
# Base name elements for the patch bundle groups
23
YUP2ZLM_PATCH_BUNDLE_BASE_NAME="Patches"
24
YUP2ZLM_SEC_PATCH_BUNDLE_EXT="Security"
25
YUP2ZLM_REC_PATCH_BUNDLE_EXT="Recommended"
26
YUP2ZLM_OPT_PATCH_BUNDLE_EXT="Optional"
27
YUP2ZLM_KER_SEC_PATCH_BUNDLE_EXT="Security-kernel"
28
YUP2ZLM_KER_NONSEC_PATCH_BUNDLE_EXT="Nonsecurity-kernel"
29
30
## Type: string("SLES10","SLED10","SLES10SP1","SLED10SP1")
31
#
32
# Only supported products are SLES10 and/or SLED10.
33
#
34
YUP2ZLM_PRODUCTS="SLES10 SLED10"
35
36
## Type: string("GA","SP1","SP2")
37
#
38
# Subversions of product to mirror
39
#
40
YUP2ZLM_SUBVERSIONS="GA SP1"
41
42
## Type: string(i586,ppc,s390x,ia64,x86_64)
43
#
44
# List of the architectures we are interested in for the products
45
#
46
YUP2ZLM_ARCHS="i586 x86_64"
47
48
# ZLM 7.2 folder where all SLES 10 related patches and patch
49
# groups should reside in.
50
#
51
YUP2ZLM_SLES10_PATCHES_FOLDER="/Patches/Servers"
52
53
# ZLM 7.2 folder where all SLED 10 related patches and patch
54
# groups should reside in.
55
#
56
YUP2ZLM_SLED10_PATCHES_FOLDER="/Patches/Desktops"
57
58
# Credentials to connect to ZLM 7.2 - you might want to give this
59
# file permissions 600.
60
#
61
YUP2ZLM_ZLMAN_CMD="/usr/bin/zlman -U administrator -P novell"
62
63
# Names of the server kinds for which we want to create dedicated
64
# patch bundle groups
65
#
66
YUP2ZLM_SERVER_GROUPS=""
67
68
# Names of the desktop kinds for which we want to create
69
# dedicated patch bundle groups
70
#
71
YUP2ZLM_DESKTOP_GROUPS=""
72
73
# Environments per machine kind in which you want patches to get
74
# loaded. Comma separated.
75
#
76
YUP2ZLM_ENV_LOAD=""
77
78
# Environments per machine kind in which patches should not yet
79
# be loaded. Comma separated.
80
#
81
YUP2ZLM_ENV_NOTLOAD=""
82
83
# What the transaction folder should be called
84
#
85
YUP2ZLM_TRANS_FOLDER="Committed"
86
87
## Type: boolean
88
## Default: "true"
89
#
90
# Include patch rpms
91
#
92
YUP2ZLM_INCLUDE_PATCH_RPMS="true"
93
94
## Type: boolean
95
## Default: "false"
96
#
97
# Include folder and bundle group creation process
98
#
99
YUP2ZLM_PERFORM_SETUP="true"
100
101
## Type: boolean
102
## Default: "true"
103
#
104
# Include patch mirroring process
105
#
106
YUP2ZLM_PERFORM_MIRROR="true"
107
108
## Type: boolean
109
## Default: "true"
110
#
111
# Split kernel patches per kernel category. Multi-kernel bundles
112
# will have "upgrade/freshen", single-kernel bundles "install".
113
#
114
YUP2ZLM_SPLIT_KERNEL="true"
115