Skip to content

Commit 952884d

Browse files
author
Markus Napp
committed
Bump various mentions and places to v5 equivalents
1 parent eeada09 commit 952884d

14 files changed

+52
-49
lines changed

adoc/admin-centralized-logging.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Options with empty default values are set as not specified.
153153
|===
154154
|Parameter |Function |Default value
155155

156-
| image.repository |specifies image repository to pull from|registry.suse.com/caasp/v4/rsyslog
156+
| image.repository |specifies image repository to pull from|registry.suse.com/caasp/v5/rsyslog
157157
|image.tag|specifies image tag to pull|8.39.0
158158
|kubernetesPodAnnotationsEnabled|enables kubernetes meta annotations in pod logs|false
159159
|kubernetesPodLabelsEnabled|enables kubernetes meta labels in pod logs| false

adoc/admin-security-ldap.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Directory Server" (389-ds) and "Active Directory" by updating the built-in Dex L
55

66
== Deploying an External 389 Directory Server
77

8-
The 389 Directory Server image `registry.suse.com/caasp/v4/389-ds:1.4.0`
8+
The 389 Directory Server image `registry.suse.com/caasp/v5/389-ds:1.4.0`
99
will *automatically generate a self-signed certificate* and key.
1010
The following instructions show how to deploy the "389 Directory Server"
1111
with a customized configuration using container commands.
@@ -30,7 +30,7 @@ docker run -d \
3030
-e DS_DM_PASSWORD=<DS_DM_PASSWORD> \
3131
-e DS_SUFFIX=<DS_SUFFIX> \
3232
-v <DATA_DIR>:/data \
33-
--name 389-ds registry.suse.com/caasp/v4/389-ds:1.4.0
33+
--name 389-ds registry.suse.com/caasp/v5/389-ds:1.4.0
3434
----
3535

3636
== Deploying a 389 Directory Server with an External Certificate

adoc/admin-software-installation.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ kubectl create clusterrolebinding tiller \
124124
--serviceaccount=kube-system:tiller
125125
126126
helm init \
127-
--tiller-image registry.suse.com/caasp/v4/helm-tiller:{helm_tiller_version} \
127+
--tiller-image registry.suse.com/caasp/v5/helm-tiller:{helm_tiller_version} \
128128
--service-account tiller
129129
----
130130

@@ -161,7 +161,7 @@ helm init \
161161
--tiller-tls-cert tiller.crt \
162162
--tiller-tls-key tiller.key \
163163
--tls-ca-cert ca.crt \
164-
--tiller-image registry.suse.com/caasp/v4/helm-tiller:{helm_tiller_version} \
164+
--tiller-image registry.suse.com/caasp/v5/helm-tiller:{helm_tiller_version} \
165165
--service-account tiller
166166
----
167167

adoc/admin-velero-deployment-on-aws.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ helm install \
2424
--set configuration.backupStorageLocation.config.region=<REGION_NAME> \
2525
--set snapshotsEnabled=false \
2626
--set initContainers[0].name=velero-plugin-for-aws \
27-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-aws:1.0.1 \
27+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-aws:1.0.1 \
2828
--set initContainers[0].volumeMounts[0].mountPath=/target \
2929
--set initContainers[0].volumeMounts[0].name=plugins \
3030
suse/velero
@@ -62,7 +62,7 @@ helm install \
6262
--set configuration.volumeSnapshotLocation.name=default \
6363
--set configuration.volumeSnapshotLocation.config.region=<REGION_NAME> \
6464
--set initContainers[0].name=velero-plugin-for-aws \
65-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-aws:1.0.1 \
65+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-aws:1.0.1 \
6666
--set initContainers[0].volumeMounts[0].mountPath=/target \
6767
--set initContainers[0].volumeMounts[0].name=plugins \
6868
suse/velero

adoc/admin-velero-deployment-on-premise.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ helm install \
2828
--set configuration.backupStorageLocation.config.region=<REGION_NAME> \
2929
--set snapshotsEnabled=false \
3030
--set initContainers[0].name=velero-plugin-for-aws \
31-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-aws:1.0.1 \
31+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-aws:1.0.1 \
3232
--set initContainers[0].volumeMounts[0].mountPath=/target \
3333
--set initContainers[0].volumeMounts[0].name=plugins \
3434
suse/velero
@@ -67,7 +67,7 @@ helm install \
6767
--set configuration.backupStorageLocation.bucket=<BUCKET_NAME> \
6868
--set snapshotsEnabled=false \
6969
--set initContainers[0].name=velero-plugin-for-gcp \
70-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-gcp:1.0.1 \
70+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-gcp:1.0.1 \
7171
--set initContainers[0].volumeMounts[0].mountPath=/target \
7272
--set initContainers[0].volumeMounts[0].name=plugins \
7373
suse/velero
@@ -109,7 +109,7 @@ helm install \
109109
--set configuration.backupStorageLocation.config.storageAccount=<AZURE_STORAGE_ACCOUNT_ID> \
110110
--set snapshotsEnabled=false \
111111
--set initContainers[0].name=velero-plugin-for-microsoft-azure \
112-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-microsoft-azure:1.0.1 \
112+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-microsoft-azure:1.0.1 \
113113
--set initContainers[0].volumeMounts[0].mountPath=/target \
114114
--set initContainers[0].volumeMounts[0].name=plugins \
115115
suse/velero
@@ -180,7 +180,7 @@ helm install \
180180
--set configuration.volumeSnapshotLocation.name=default \
181181
--set configuration.volumeSnapshotLocation.config.region=<REGION_NAME> \
182182
--set initContainers[0].name=velero-plugin-for-aws \
183-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-aws:1.0.1 \
183+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-aws:1.0.1 \
184184
--set initContainers[0].volumeMounts[0].mountPath=/target \
185185
--set initContainers[0].volumeMounts[0].name=plugins \
186186
suse/velero
@@ -221,7 +221,7 @@ helm install \
221221
--set deployRestic=true \
222222
--set configuration.volumeSnapshotLocation.name=default \
223223
--set initContainers[0].name=velero-plugin-for-gcp \
224-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-gcp:1.0.1 \
224+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-gcp:1.0.1 \
225225
--set initContainers[0].volumeMounts[0].mountPath=/target \
226226
--set initContainers[0].volumeMounts[0].name=plugins \
227227
suse/velero
@@ -265,7 +265,7 @@ helm install \
265265
--set deployRestic=true \
266266
--set configuration.volumeSnapshotLocation.name=default \
267267
--set initContainers[0].name=velero-plugin-for-microsoft-azure \
268-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-microsoft-azure:1.0.1 \
268+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-microsoft-azure:1.0.1 \
269269
--set initContainers[0].volumeMounts[0].mountPath=/target \
270270
--set initContainers[0].volumeMounts[0].name=plugins \
271271
suse/velero
@@ -321,7 +321,7 @@ helm install \
321321
--set configuration.volumeSnapshotLocation.name=default \
322322
--set configuration.volumeSnapshotLocation.config.region=minio \
323323
--set initContainers[0].name=velero-plugin-for-aws \
324-
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-aws:1.0.1 \
324+
--set initContainers[0].image=registry.suse.com/caasp/v5/velero-plugin-for-aws:1.0.1 \
325325
--set initContainers[0].volumeMounts[0].mountPath=/target \
326326
--set initContainers[0].volumeMounts[0].name=plugins \
327327
suse/velero

adoc/architecture-description.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Versioning scheme: `x.y.z`
4444
|Version |Base OS |{kube} version |Patchlevel
4545

4646
|4.0.0
47-
|{sle} {base_os_version}
47+
|{sls} {base_os_version}
4848
^|1.15
4949
^|0
5050

5151
|4.0.1
52-
|{sle} {base_os_version}
52+
|{sls} {base_os_version}
5353
^|1.15
5454
^|1
5555

@@ -59,7 +59,7 @@ Versioning scheme: `x.y.z`
5959
|
6060

6161
|4.1.0
62-
|{sle} {base_os_version}
62+
|{sls} {base_os_version}
6363
^|1.16
6464
^|0
6565

adoc/common_disclaimer.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ The content in this document is subject to change without notice.
1414

1515
[NOTE]
1616
====
17-
This guide assumes a configured {sle} {base_os_version} environment.
17+
This guide assumes a configured {sls} {base_os_version} environment.
1818
====

adoc/deployment-airgapped.adoc

+17-14
Original file line numberDiff line numberDiff line change
@@ -391,20 +391,23 @@ Mirror those and setup the crio-registries to point to the location they are mir
391391
====
392392
These images need to be available in the external and internal mirrors at the time you try to deploy {productname}.
393393
Image tags are varies depending on your version of kubernetes you install.
394-
:===
395-
CATEGORY:IMAGE:URL
396-
KUBEADM:hyperkube:registry.suse.com/caasp/v4/hyperkube
397-
KUBEADM:pause:registry.suse.com/caasp/v4/pause
398-
KUBEADM:coredns:registry.suse.com/caasp/v4/coredns
399-
KUBEADM:etcd:egistry.suse.com/caasp/v4/etcd
400-
ADDONS:cilium:registry.suse.com/caasp/v4/cilium-init
401-
ADDONS:cilium:registry.suse.com/caasp/v4/cilium-operator
402-
ADDONS:cilium:registry.suse.com/caasp/v4/cilium
403-
ADDONS:dex:registry.suse.com/caasp/v4/caasp-dex
404-
ADDONS:gangway:registry.suse.com/caasp/v4/gangway
405-
ADDONS:kured:registry.suse.com/caasp/v4/kured
406-
MISC:skuba-tooling:registry.suse.com/caasp/v4/skuba-tooling
407-
:===
394+
395+
[cols=3, options="header"]
396+
|===
397+
|CATEGORY|IMAGE|URL
398+
|KUBEADM|hyperkube|registry.suse.com/caasp/v5/hyperkube
399+
|KUBEADM|pause|registry.suse.com/caasp/v5/pause
400+
|KUBEADM|coredns|registry.suse.com/caasp/v5/coredns
401+
|KUBEADM|etcd|registry.suse.com/caasp/v5/etcd
402+
|ADDONS|cilium|registry.suse.com/caasp/v5/cilium-init
403+
|ADDONS|cilium|registry.suse.com/caasp/v5/cilium-operator
404+
|ADDONS|cilium|registry.suse.com/caasp/v5/cilium
405+
|ADDONS|dex|registry.suse.com/caasp/v5/caasp-dex
406+
|ADDONS|gangway|registry.suse.com/caasp/v5/gangway
407+
|ADDONS|kured|registry.suse.com/caasp/v5/kured
408+
|MISC|skuba-tooling|registry.suse.com/caasp/v5/skuba-tooling
409+
|===
410+
408411
====
409412

410413
.Internal Registry Mirror Is Read Only

adoc/deployment-bare-metal-or-kvm.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You must have completed <<deployment.preparations>> to proceed.
1010
[NOTE]
1111
====
1212
If deploying on KVM virtual machines, you may use a tool such as `virt-manager`
13-
to configure the virtual machines and begin the {sle} {base_os_version} installation.
13+
to configure the virtual machines and begin the {sls} {base_os_version} installation.
1414
====
1515

1616
=== Environment Description
@@ -70,15 +70,15 @@ The password for root can be enabled by using the `passwd` command.
7070
====
7171
.. `<suse_register>`
7272
+
73-
Insert the email address and {productname} registration code in the placeholder fields. This activates {sle} {base_os_version}.
73+
Insert the email address and {productname} registration code in the placeholder fields. This activates {sls} {base_os_version}.
7474
.. `<addon>`
7575
+
7676
Insert the {productname} registration code in the placeholder field. This enables the {productname} extension module.
7777
Update the {ay} file with your registration keys and your company's best practices and hardware configurations.
7878
+
7979
[NOTE]
8080
====
81-
Your {productname} registration key can be used to both activate {sle} {base_os_version} and enable the extension.
81+
Your {productname} registration key can be used to both activate {sls} {base_os_version} and enable the extension.
8282
====
8383

8484
+
@@ -136,9 +136,9 @@ The load balancer must point at the machines that are assigned to be used as `ma
136136
[TIP]
137137
If you do not wish to use infrastructure load balancers, please deploy additional machines and refer to <<loadbalancer>>.
138138

139-
Install {sle} {base_os_version} from your preferred medium and follow the steps for link:https://documentation.suse.com/sles/15-SP1/single-html/SLES-autoyast/#invoking-autoinst[Invoking the Auto-Installation Process]
139+
Install {sls} {base_os_version} from your preferred medium and follow the steps for link:https://documentation.suse.com/sles/15-SP1/single-html/SLES-autoyast/#invoking-autoinst[Invoking the Auto-Installation Process]
140140

141-
Provide `autoyast=https://[webserver/path/to/autoyast.xml]` during the {sle} {base_os_version} installation.
141+
Provide `autoyast=https://[webserver/path/to/autoyast.xml]` during the {sls} {base_os_version} installation.
142142

143143
==== {sls} Installation
144144

adoc/deployment-openstack.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ replacing DOWNLOADED_RC_FILE with the name your file:
1919
source <DOWNLOADED_RC_FILE>.sh
2020
----
2121
.. Enter the password for the RC file. This should be same the credentials that you use to log in to {soc}.
22-
. Get the SLES15-SP1 image.
23-
.. Download the pre-built image of SUSE SLES15-SP1 for {soc} from {jeos_product_page_url}.
22+
. Get the {sls} {base_os_version} image.
23+
.. Download the pre-built image of SUSE {sls} {base_os_version} for {soc} from {jeos_product_page_url}.
2424
.. Upload the image to your {soc}.
2525

2626
.The default user is 'sles'
2727
[NOTE]
28-
The SUSE SLES15-SP1 images for {soc} come with predefined user `sles`, which you use to log in to the cluster nodes. This user has been configured for password-less 'sudo' and is the one recommended to be used by {tf} and `skuba`.
28+
The {sls} {base_os_version} images for {soc} come with predefined user `sles`, which you use to log in to the cluster nodes. This user has been configured for password-less 'sudo' and is the one recommended to be used by {tf} and `skuba`.
2929

3030
=== Deploying the Cluster Nodes
3131

adoc/deployment-preparation.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[deployment.preparations]]
22
== Deployment Preparations
33

4-
In order to deploy {productname} you need a workstation running {sle} {base_os_version} or similar {opensuse} equivalent.
4+
In order to deploy {productname} you need a workstation running {sls} {base_os_version} or similar {opensuse} equivalent.
55
This workstation is called the "Management machine". Important files are generated
66
and must be maintained on this machine, but it is not a member of the {productname} cluster.
77

@@ -82,7 +82,7 @@ of `ssh` to learn about the security implications of using this feature.
8282
====
8383
The registration code for {productname}.{productmajor} also contains the activation
8484
permissions for the underlying {sle} operating system. You can use your {productname}
85-
registration code to activate the {sle} {base_os_version} subscription during installation.
85+
registration code to activate the {sls} {base_os_version} subscription during installation.
8686
====
8787

8888
You need a subscription registration code to use {productname}. You can retrieve your
@@ -226,6 +226,6 @@ that is being upgraded will have to be marked INACTIVE on the load balancer pool
226226
at least during the restart of the apiserver. We provide reasonable defaults
227227
for that on our default openstack load balancer {tf} configuration.
228228

229-
The following contains examples for possible load balancer configurations based on {sle} {base_os_version} and `nginx` or `HAProxy`.
229+
The following contains examples for possible load balancer configurations based on {sls} {base_os_version} and `nginx` or `HAProxy`.
230230

231231
include::deployment-loadbalancer.adoc[Load Balancer,leveloffset=+2]

adoc/deployment-sles.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Deployment on Existing SLES Installation
22

3-
If you already have a running {sle} {base_os_version} installation, you can add {productname}
3+
If you already have a running {sls} {base_os_version} installation, you can add {productname}
44
to this installation using SUSE Connect. You also need to enable the "Containers"
55
module because it contains some dependencies required by {productname}.
66

adoc/deployment-terraform-example.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ vsphere_network = "VM Network" // <4>
120120
vsphere_resource_pool = "My_RP" // <5>
121121
122122
# template name the machines will be copied from
123-
template_name = "sles15-sp1-caasp" // <6>
123+
template_name = "sles15-sp2-caasp" // <6>
124124
125125
# IMPORTANT: Replace by "efi" string in case your template was created by using EFI firmware
126126
firmware = "bios"
127127
128128
# prefix that all of the booted machines will use
129129
# IMPORTANT: please enter unique identifier below as value of
130130
# stack_name variable to not interfere with other deployments
131-
stack_name = "caasp-v4" // <7>
131+
stack_name = "caasp-v5" // <7>
132132
133133
# Number of master nodes
134134
masters = 1 // <8>
@@ -208,7 +208,7 @@ deployed machines.
208208
# prefix that all of the booted machines will use
209209
# IMPORTANT, please enter unique identifier below as value of
210210
# stack_name variable to not interfere with other deployments
211-
stack_name = "caasp-v4" // <1>
211+
stack_name = "caasp-v5" // <1>
212212
213213
# AWS region
214214
aws_region = "eu-central-1" // <2>

adoc/deployment-vmware.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ like `sudo`, `cloud-init` and `open-vm-tools`.
192192
[TIP]
193193
Steps 1-4 may be skipped, if they were already performed in {yast} during the {sle} installation.
194194

195-
. Register the SLES15-SP1 system. Substitute `<CAASP_REGISTRATION_CODE>` for the code from <<registration_code>>.
195+
. Register the {sls} {base_os_version} system. Substitute `<CAASP_REGISTRATION_CODE>` for the code from <<registration_code>>.
196196
+
197197
----
198198
SUSEConnect -r CAASP_REGISTRATION_CODE
@@ -222,7 +222,7 @@ zypper in sudo cloud-init cloud-init-vmware-guestinfo open-vm-tools
222222
----
223223
systemctl enable cloud-init cloud-init-local cloud-config cloud-final
224224
----
225-
225+
}
226226
. Deregister from `scc`:
227227
+
228228
----

0 commit comments

Comments
 (0)