Skip to content

Commit 96e3ad1

Browse files
e-minguezhardys
authored andcommitted
feat: Renamed atip repo to telco-cloud (suse-edge#887)
(cherry picked from commit 6de6b01)
1 parent a765d4e commit 96e3ad1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

asciidoc/edge-book/links.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
// ============================================================================
8686
// SUSE Telco Cloud
8787

88-
:link-atip-examples: https://github.com/suse-edge/atip/tree/{release-tag-atip}/telco-examples/edge-clusters
89-
:link-atip-performance-settings: https://github.com/suse-edge/atip/blob/{release-tag-atip}/telco-examples/edge-clusters/dhcp/eib/custom/files/performance-settings.sh
90-
:link-atip-sriov-auto-filler: https://github.com/suse-edge/atip/blob/{release-tag-atip}/telco-examples/edge-clusters/dhcp/eib/custom/files/sriov-auto-filler.sh
91-
:link-atip-sriov-operator-values: https://github.com/suse-edge/charts/blob/main/charts/sriov-network-operator/{version-sriov-upstream}/values.yaml
88+
:link-telco-cloud-examples: https://github.com/suse-edge/telco-cloud-examples/tree/{release-tag-telco-cloud}/telco-examples/edge-clusters
89+
:link-telco-cloud-performance-settings: https://github.com/suse-edge/telco-cloud-examples/blob/{release-tag-telco-cloud}/telco-examples/edge-clusters/dhcp/eib/custom/files/performance-settings.sh
90+
:link-telco-cloud-sriov-auto-filler: https://github.com/suse-edge/telco-cloud-examples/blob/{release-tag-telco-cloud}/telco-examples/edge-clusters/dhcp/eib/custom/files/sriov-auto-filler.sh
91+
:link-telco-cloud-sriov-operator-values: https://github.com/suse-edge/charts/blob/main/charts/sriov-network-operator/{version-sriov-upstream}/values.yaml
9292

9393
// ============================================================================
9494
// MLM

asciidoc/product/atip-automated-provision.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following sections describe the different directed network provisioning work
5656
[NOTE]
5757
====
5858
The following sections show how to prepare the different scenarios for the directed network provisioning workflow using SUSE Telco Cloud.
59-
For examples of the different configurations options for deployment (incl. air-gapped environments, DHCP and DHCP-less networks, private container registries, etc.), see the {link-atip-examples}[SUSE Telco Cloud repository].
59+
For examples of the different configurations options for deployment (incl. air-gapped environments, DHCP and DHCP-less networks, private container registries, etc.), see the {link-telco-cloud-examples}[SUSE Telco Cloud repository].
6060
====
6161

6262
[#single-node]
@@ -199,7 +199,7 @@ mkdir -p /opt/performance-settings
199199
cp performance-settings.sh /opt/performance-settings/
200200
----
201201

202-
The content of `custom/files/performance-settings.sh` is a script that can be used to configure the system for performance tuning and can be downloaded from the following {link-atip-performance-settings}[link].
202+
The content of `custom/files/performance-settings.sh` is a script that can be used to configure the system for performance tuning and can be downloaded from the following {link-telco-cloud-performance-settings}[link].
203203

204204
[#add-custom-script-sriov]
205205
===== SR-IOV script
@@ -216,7 +216,7 @@ mkdir -p /opt/sriov
216216
cp sriov-auto-filler.sh /opt/sriov/sriov-auto-filler.sh
217217
----
218218

219-
The content of `custom/files/sriov-auto-filler.sh` is a script that can be used to configure the system for SR-IOV and can be downloaded from the following {link-atip-sriov-auto-filler}[link].
219+
The content of `custom/files/sriov-auto-filler.sh` is a script that can be used to configure the system for SR-IOV and can be downloaded from the following {link-telco-cloud-sriov-auto-filler}[link].
220220

221221
[NOTE]
222222
====
@@ -448,7 +448,7 @@ mkdir -p /opt/performance-settings
448448
cp performance-settings.sh /opt/performance-settings/
449449
----
450450

451-
The content of `custom/files/performance-settings.sh` is a script that can be used to configure the system for performance tuning and can be downloaded from the following {link-atip-performance-settings}[link].
451+
The content of `custom/files/performance-settings.sh` is a script that can be used to configure the system for performance tuning and can be downloaded from the following {link-telco-cloud-performance-settings}[link].
452452

453453
[#add-custom-script-sriov2]
454454
===== SR-IOV script
@@ -465,7 +465,7 @@ mkdir -p /opt/sriov
465465
cp sriov-auto-filler.sh /opt/sriov/sriov-auto-filler.sh
466466
----
467467

468-
The content of `custom/files/sriov-auto-filler.sh` is a script that can be used to configure the system for SR-IOV and can be downloaded from the following https://github.com/suse-edge/atip/blob/{release-tag-atip}/telco-examples/edge-clusters/dhcp/eib/custom/files/sriov-auto-filler.sh[link].
468+
The content of `custom/files/sriov-auto-filler.sh` is a script that can be used to configure the system for SR-IOV and can be downloaded from the following https://github.com/suse-edge/telco-cloud-examples/blob/{release-tag-telco-cloud}/telco-examples/edge-clusters/dhcp/eib/custom/files/sriov-auto-filler.sh[link].
469469

470470
===== Custom files for air-gap scenarios
471471

@@ -537,7 +537,7 @@ $ ./edge-load-oci-artefacts.sh -ad edge-release-oci-tgz-20240705 -r myregistry:5
537537

538538
. Preload with the rest of the images required for SR-IOV:
539539
+
540-
.. In this case, we must include the `sr-iov container images for telco workloads (e.g. as a reference, you could get them from {link-atip-sriov-operator-values}[helm-chart values])
540+
.. In this case, we must include the `sr-iov container images for telco workloads (e.g. as a reference, you could get them from {link-telco-cloud-sriov-operator-values}[helm-chart values])
541541
+
542542
[,shell]
543543
----
@@ -1532,7 +1532,7 @@ IPv6 and dual-stack deployments are in tech preview status and are not officiall
15321532

15331533
[NOTE]
15341534
====
1535-
You can refer to https://github.com/suse-edge/atip/tree/main/telco-examples/edge-clusters[SUSE Telco Cloud examples repo] for more complex examples, including IPv6 only and dual-stack configurations.
1535+
You can refer to https://github.com/suse-edge/telco-cloud-examples/tree/main/telco-examples/edge-clusters[SUSE Telco Cloud examples repo] for more complex examples, including IPv6 only and dual-stack configurations.
15361536
====
15371537

15381538
Lastly, regardless of the network configuration details, ensure that the secret is referenced by appending `preprovisioningNetworkDataName` to the `BaremetalHost` object to successfully enroll the host in the management cluster.

asciidoc/product/atip-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ There is another script that can be used to tune the CPU configuration, which ba
230230
* Set the isolated CPUs latency to the lowest possible value.
231231
* Delay the vmstat updates to 300 seconds.
232232
233-
The script is available at https://raw.githubusercontent.com/suse-edge/atip/refs/heads/{release-tag-atip}/telco-examples/edge-clusters/dhcp-less/eib/custom/files/performance-settings.sh[SUSE Telco Cloud Examples repository].
233+
The script is available at https://raw.githubusercontent.com/suse-edge/telco-cloud-examples/refs/heads/{release-tag-telco-cloud}/telco-examples/edge-clusters/dhcp-less/eib/custom/files/performance-settings.sh[SUSE Telco Cloud Examples repository].
234234

235235
[#cni-configuration]
236236
=== CNI Configuration

asciidoc/product/atip-management-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The image `{micro-base-image-iso}` must be downloaded from the https://scc.suse.
141141
142142
You should check the SHA256 checksum of the image to ensure it has not been tampered with. The checksum can be found in the same location where the image was downloaded.
143143
144-
An example of the directory structure can be found in the https://github.com/suse-edge/atip[SUSE Edge GitHub repository under the "telco-examples" folder].
144+
An example of the directory structure can be found in the https://github.com/suse-edge/telco-cloud-examples[SUSE Edge GitHub repository under the "telco-examples" folder].
145145
====
146146

147147
[#mgmt-cluster-image-definition-file]

0 commit comments

Comments
 (0)