diff --git a/docs/en/edge_computing/kube_edge/kube_edge_deployment_guide.md b/docs/en/edge_computing/kube_edge/kube_edge_deployment_guide.md index 5a306908787a285f8a23984b1a0191e0649a8484..3a6896cf36139f4f7fce88fc8d4414a16b1b9152 100644 --- a/docs/en/edge_computing/kube_edge/kube_edge_deployment_guide.md +++ b/docs/en/edge_computing/kube_edge/kube_edge_deployment_guide.md @@ -20,7 +20,7 @@ iSulad is a lightweight container runtime daemon designed for IoT and cloud infr | Component | Version | | ---------- | --------------------------------- | -| OS | openEuler 22.03 | +| OS | openEuler 24.03 LTS SP1 | | Kubernetes | 1.20.2-4 | | iSulad | 2.0.11 | | KubeEdge | v1.8.0 | @@ -61,7 +61,7 @@ Perform the following operations on the cloud node only. #### Installing Kubernetes -Use openEuler 22.03 SP2 to install Kubernetes. +Use openEuler 24.03 LTS SP1 to install Kubernetes. #### Configuring Network for the Cloud Container diff --git a/docs/en/server/maintenance/gala/using_gala_gopher.md b/docs/en/server/maintenance/gala/using_gala_gopher.md index 7972d754af79287f2c100edce097ea3d23465dd0..59112b88ec7492c98945823eeedb2e1cd532db91 100644 --- a/docs/en/server/maintenance/gala/using_gala_gopher.md +++ b/docs/en/server/maintenance/gala/using_gala_gopher.md @@ -9,23 +9,23 @@ This chapter describes how to deploy and use the gala-gopher service. Mount the repositories. ```basic -[oe-22.03-lts-sp3-everything] # openEuler 22.03-LTS-SP3 officially released repository +[oe-{version}-everything] # openEuler {version} officially released repository name=oe-2203-lts-sp3-everything -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/everything/x86_64/ +baseurl=http://repo.openeuler.org/openEuler-{version}/everything/x86_64/ enabled=1 gpgcheck=0 priority=1 -[oe-22.03-lts-sp3-epol-update] # openEuler 22.03-LTS-SP3 Update officially released repository -name=oe-22.03-lts-sp3-epol-update -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/update/main/x86_64/ +[oe-{version}-epol-update] # openEuler {version} Update officially released repository +name=oe-{version}-epol-update +baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/update/main/x86_64/ enabled=1 gpgcheck=0 priority=1 -[oe-22.03-lts-sp3-epol-main] # openEuler 22.03-LTS-SP3 EPOL officially released repository -name=oe-22.03-lts-sp3-epol-main -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/main/x86_64/ +[oe-{version}-epol-main] # openEuler {version} EPOL officially released repository +name=oe-{version}-epol-main +baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/main/x86_64/ enabled=1 gpgcheck=0 priority=1 diff --git a/docs/en/server/maintenance/gala/using_gala_spider.md b/docs/en/server/maintenance/gala/using_gala_spider.md index a63d9560673ee32eecb5f8380ab5ff6991e281aa..2e449204db032fbaacea8348c945874bc289f33e 100644 --- a/docs/en/server/maintenance/gala/using_gala_spider.md +++ b/docs/en/server/maintenance/gala/using_gala_spider.md @@ -11,23 +11,23 @@ gala-spider provides the OS-level topology drawing function. It periodically obt Mount the Yum sources. ```basic -[oe-22.03-lts-sp3-everything] # openEuler 22.03-LTS-SP3 officially released repository +[oe-{version}-everything] # openEuler {version} officially released repository name=oe-2203-lts-sp3-everything -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/everything/x86_64/ +baseurl=http://repo.openeuler.org/openEuler-{version}/everything/x86_64/ enabled=1 gpgcheck=0 priority=1 -[oe-22.03-lts-sp3-epol-update] # openEuler 22.03-LTS-SP3 Update officially released repository -name=oe-22.03-lts-sp3-epol-update -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/update/main/x86_64/ +[oe-{version}-epol-update] # openEuler {version} Update officially released repository +name=oe-{version}-epol-update +baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/update/main/x86_64/ enabled=1 gpgcheck=0 priority=1 -[oe-22.03-lts-sp3-epol-main] # openEuler 22.03-LTS-SP3 EPOL officially released repository -name=oe-22.03-lts-sp3-epol-main -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/main/x86_64/ +[oe-{version}-epol-main] # openEuler {version} EPOL officially released repository +name=oe-{version}-epol-main +baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/main/x86_64/ enabled=1 gpgcheck=0 priority=1 @@ -161,16 +161,16 @@ The RPM-based ArangoDB deployment process is as follows: 1. Configure the Yum sources. ```basic - [oe-22.03-lts-sp3-everything] # openEuler 22.03-LTS-SP3 officially released repository + [oe-{version}-everything] # openEuler {version} officially released repository name=oe-2203-lts-sp3-everything - baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/everything/x86_64/ + baseurl=http://repo.openeuler.org/openEuler-{version}/everything/x86_64/ enabled=1 gpgcheck=0 priority=1 - [oe-22.03-lts-sp3-epol-main] # openEuler 22.03-LTS-SP3 EPOL officially released repository - name=oe-22.03-lts-sp3-epol-main - baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/main/x86_64/ + [oe-{version}-epol-main] # openEuler {version} EPOL officially released repository + name=oe-{version}-epol-main + baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/main/x86_64/ enabled=1 gpgcheck=0 priority=1 @@ -268,23 +268,23 @@ gala-inference provides the capability of locating root causes of abnormal KPIs. Mount the Yum sources. ```basic -[oe-22.03-lts-sp3-everything] # openEuler 22.03-LTS-SP3 officially released repository +[oe-{version}-everything] # openEuler {version} officially released repository name=oe-2203-lts-sp3-everything -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/everything/x86_64/ +baseurl=http://repo.openeuler.org/openEuler-{version}/everything/x86_64/ enabled=1 gpgcheck=0 priority=1 -[oe-22.03-lts-sp3-epol-update] # openEuler 22.03-LTS-SP3 Update officially released repository -name=oe-22.03-lts-sp3-epol-update -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/update/main/x86_64/ +[oe-{version}-epol-update] # openEuler {version} Update officially released repository +name=oe-{version}-epol-update +baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/update/main/x86_64/ enabled=1 gpgcheck=0 priority=1 -[oe-22.03-lts-sp3-epol-main] # openEuler 22.03-LTS-SP3 EPOL officially released repository -name=oe-22.03-lts-sp3-epol-main -baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/main/x86_64/ +[oe-{version}-epol-main] # openEuler {version} EPOL officially released repository +name=oe-{version}-epol-main +baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/main/x86_64/ enabled=1 gpgcheck=0 priority=1 diff --git a/docs/en/server/quickstart/quickstart/quick_start.md b/docs/en/server/quickstart/quickstart/quick_start.md index b1a7b0af2b0d2cd6b0d1d91148ccfc1379e67c8a..1cd829a4d6051dd7df68c0fb96bd9731cdcb909a 100644 --- a/docs/en/server/quickstart/quickstart/quick_start.md +++ b/docs/en/server/quickstart/quickstart/quick_start.md @@ -93,14 +93,14 @@ Perform the following operations to obtain the openEuler release package: - If the AArch64 architecture is used: 1. Click **AArch64**. - 2. For local installation, download the **Offline Standard ISO** or **Offline Everything ISO** release package **openEuler-22.03-LTS-SP2-aarch64-dvd.iso** to the local host. - 3. For network installation, download the **Network Install ISO** release package **openEuler-22.03-LTS-SP2-netinst-aarch64-dvd.iso** to the local host. + 2. For local installation, download the **Offline Standard ISO** or **Offline Everything ISO** release package **openEuler-24.03-LTS-SP1-aarch64-dvd.iso** to the local host. + 3. For network installation, download the **Network Install ISO** release package **openEuler-24.03-LTS-SP1-netinst-aarch64-dvd.iso** to the local host. - If the x86\_64 architecture is used: 1. Click **x86_64**. - 2. For local installation, download the **Offline Standard ISO** or **Offline Everything ISO** release package **openEuler-22.03-LTS-SP2-x86_64-dvd.iso** to the local host. - 3. For network installation, download the **Network Install ISO** release package **openEuler-22.03-LTS-SP2-netinst-x86_64-dvd.iso** to the local host. + 2. For local installation, download the **Offline Standard ISO** or **Offline Everything ISO** release package **openEuler-24.03-LTS-SP1-x86_64-dvd.iso** to the local host. + 3. For network installation, download the **Network Install ISO** release package **openEuler-24.03-LTS-SP1-netinst-x86_64-dvd.iso** to the local host. > [!NOTE]NOTE @@ -122,14 +122,14 @@ Compare the verification value recorded in the verification file with the verifi The following files need to be prepared: -ISO file: openEuler-22.03-LTS-SP2-aarch64-dvd.iso +ISO file: openEuler-24.03-LTS-SP1-aarch64-dvd.iso Verification file: Copy and save the SHA256 value corresponding to the ISO file. 1. Calculate the SHA256 verification value of the file. Run the following command: ```sh - # sha256sum openEuler-22.03-LTS-SP2-aarch64-dvd.iso + # sha256sum openEuler-24.03-LTS-SP1-aarch64-dvd.iso ``` 2. Check whether the values calculated in step 1 and step 2 are the same. @@ -177,13 +177,13 @@ Verification file: Copy and save the SHA256 value corresponding to the ISO file. > [!NOTE]NOTE - - If you do not perform any operations within 1 minute, the system automatically selects the default option **Test this media \& install openEuler 22.03-LTS-SP2** and enters the installation page. + - If you do not perform any operations within 1 minute, the system automatically selects the default option **Test this media \& install openEuler 24.03-LTS-SP1** and enters the installation page. - During physical machine installation, if you cannot use the arrow keys to select boot options and the system does not respond after you press **Enter**, click ![fig](./figures/zh-cn_image_0229420473.png) on the BMC page and configure **Key \& Mouse Reset**. **Figure 5** Installation wizard ![fig](./figures/Installation_wizard.png) -9. On the installation wizard page, press **Enter** to select the default option **Test this media \& install openEuler 22.03-LTS-SP2** to enter the GUI installation page. +9. On the installation wizard page, press **Enter** to select the default option **Test this media \& install openEuler 24.03-LTS-SP1** to enter the GUI installation page. ## Performing Installation diff --git a/docs/en/tools/community_tools/image_tailor/imagetailor_user_guide.md b/docs/en/tools/community_tools/image_tailor/imagetailor_user_guide.md index 9bfad2ea58af5e2a9b249c171754ae7be67921a2..13c268e70af92b8b878a47fab36f7b3a2f8db4ff 100644 --- a/docs/en/tools/community_tools/image_tailor/imagetailor_user_guide.md +++ b/docs/en/tools/community_tools/image_tailor/imagetailor_user_guide.md @@ -15,7 +15,7 @@ To address these problems, openEuler provides the imageTailor tool for tailoring ## Installation -This section uses openEuler 22.03 LTS in the AArch64 architecture as an example to describe the installation method. +This section uses openEuler 24.03 LTS SP1 in the AArch64 architecture as an example to describe the installation method. ### Software and Hardware Requirements @@ -23,7 +23,7 @@ The software and hardware requirements of imageTailor are as follows: - The architecture is x86_64 or AArch64. -- The OS is openEuler 22.03 LTS (the kernel version is 5.10 and the Python version is 3.9, which meet the tool requirements). +- The OS is openEuler 24.03 LTS SP1 (the kernel version is 5.10 and the Python version is 3.9, which meet the tool requirements). - The root directory **/** of the host to run the tool have at least 40 GB space. @@ -69,13 +69,13 @@ Download the openEuler release package to install and use imageTailor. ### Installing imageTailor -The following uses openEuler 22.03 LTS in AArch64 architecture as an example to describe how to install imageTailor. +The following uses openEuler 24.03 LTS SP1 in AArch64 architecture as an example to describe how to install imageTailor. -1. Ensure that openEuler 22.03 LTS (or a running environment that meets the requirements of imageTailor) has been installed on the host. +1. Ensure that openEuler 24.03 LTS SP1 (or a running environment that meets the requirements of imageTailor) has been installed on the host. ```shell $ cat /etc/openEuler-release - openEuler release 22.03 LTS + openEuler release 24.03 LTS SP1 ``` 2. Create a **/etc/yum.repos.d/local.repo** file to configure the Yum source. The following is an example of the configuration file. **baseurl** indicates the directory for mounting the ISO image. @@ -184,7 +184,7 @@ The steps are described as follows: - Configure security hardening policies. - imageTailor provides default security hardening policies. You can modify **security_s.conf** (in the ISO image customization phase) to perform secondary security hardening on the system based on service requirements. For details, see the [Security Hardening Guide](https://docs.openeuler.org/en/docs/22.03_LTS/docs/SecHarden/secHarden.html). + imageTailor provides default security hardening policies. You can modify **security_s.conf** (in the ISO image customization phase) to perform secondary security hardening on the system based on service requirements. For details, see the [Security Hardening Guide](https://docs.openeuler.org/en/docs/24.03_LTS_SP1/server/security/secharden/os_hardening_overview.html). - Create an ISO image: @@ -814,7 +814,7 @@ This section describes how to use imageTailor to create an ISO image. ``` shell $ cat /etc/openEuler-release - openEuler release 22.03 LTS + openEuler release 24.03 LTS SP1 ``` 2. Ensure that the root directory has at least 40 GB free space. diff --git a/docs/zh/edge_computing/kube_edge/kube_edge_deployment_guide.md b/docs/zh/edge_computing/kube_edge/kube_edge_deployment_guide.md index 96a617910ac7180d82de4dff01513352bd42fee4..7e4ef06a6a8627c524c2d6e57c69709cf03a06f5 100644 --- a/docs/zh/edge_computing/kube_edge/kube_edge_deployment_guide.md +++ b/docs/zh/edge_computing/kube_edge/kube_edge_deployment_guide.md @@ -20,7 +20,7 @@ iSulad 是一个轻量级容器 runtime 守护程序,专为 IOT 和 Cloud 基 | 组件 | 版本 | | ---------- | --------------------------------- | -| OS | openEuler 22.03 | +| OS | openEuler 24.03 LTS SP1 | | Kubernetes | 1.20.2-4 | | iSulad | 2.0.11 | | KubeEdge | v1.8.0 | @@ -61,7 +61,7 @@ $ ./setup-cloud.sh #### 安装 k8s -k8s 的安装部署使用 openEuler 22.03 SP2 的版本。 +k8s 的安装部署使用 openEuler 24.03 LTS SP1 的版本。 #### 安装云侧容器网络 diff --git a/docs/zh/server/maintenance/gala/using_gala_spider.md b/docs/zh/server/maintenance/gala/using_gala_spider.md index 8181962bddab9c838102199e28f1e693805416dc..c2e05c620de5d7110c88181d33759409e91522d1 100644 --- a/docs/zh/server/maintenance/gala/using_gala_spider.md +++ b/docs/zh/server/maintenance/gala/using_gala_spider.md @@ -161,16 +161,16 @@ arangodb 基于 rpm 的部署流程如下: 1. 配置 yum 源。 ```basic - [oe-22.03-lts-sp3-everything] # openEuler 22.03-LTS-SP3 官方发布源 - name=oe-2203-lts-sp3-everything - baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/everything/x86_64/ + [oe-{version}-everything] # openEuler {version} 官方发布源 + name=oe-{version}-everything + baseurl=http://repo.openeuler.org/openEuler-{version}/everything/x86_64/ enabled=1 gpgcheck=0 priority=1 - [oe-22.03-lts-sp3-epol-main] # openEuler 22.03-LTS-SP3 EPOL 官方发布源 - name=oe-22.03-lts-sp3-epol-main - baseurl=http://repo.openeuler.org/openEuler-22.03-LTS-SP3/EPOL/main/x86_64/ + [oe-{version}-epol-main] # openEuler 2{version} EPOL 官方发布源 + name=oe-{version}-epol-main + baseurl=http://repo.openeuler.org/openEuler-{version}/EPOL/main/x86_64/ enabled=1 gpgcheck=0 priority=1 diff --git a/docs/zh/tools/community_tools/image_tailor/imagetailor_user_guide.md b/docs/zh/tools/community_tools/image_tailor/imagetailor_user_guide.md index 0830cf1f3aae6629a813aed61501a02187ab9b2a..cddbe8a54dadf2f703b887085d8565ab2a5e30d8 100644 --- a/docs/zh/tools/community_tools/image_tailor/imagetailor_user_guide.md +++ b/docs/zh/tools/community_tools/image_tailor/imagetailor_user_guide.md @@ -177,7 +177,7 @@ imageTailor 工具安装完成后,工具包的目录结构如下: - 配置安全加固策略 - imageTailor 提供了默认地安全加固策略。用户可以根据业务需要,通过编辑 security_s.conf 对系统进行二次加固(仅在系统 ISO 镜像定制阶段),具体的操作方法请参见 《 [安全加固指南](https://docs.openeuler.org/zh/docs/24.03_LTS_SP1/docs/SecHarden/secHarden.html) 》。 + imageTailor 提供了默认地安全加固策略。用户可以根据业务需要,通过编辑 security_s.conf 对系统进行二次加固(仅在系统 ISO 镜像定制阶段),具体的操作方法请参见 《 [安全加固指南](https://docs.openeuler.org/zh/docs/24.03_LTS_SP1/server/security/secharden/os_hardening_overview.html) 》。 - 制作操作系统 ISO 镜像