This is an automated email from the ASF dual-hosted git repository. vishesh pushed a commit to branch remove-centos7 in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
commit cb84a572189cbfc6f1915698b1d79181fc346684 Author: Vishesh <vishes...@gmail.com> AuthorDate: Fri Sep 27 13:58:23 2024 +0530 remove remaning mentions of centos 7 --- source/adminguide/templates/_cloud_init.rst | 2 +- source/installguide/building_from_source.rst | 4 ++-- source/installguide/overview/_requirements.rst | 2 +- source/plugins/cloudian-connector.rst | 3 +-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/source/adminguide/templates/_cloud_init.rst b/source/adminguide/templates/_cloud_init.rst index 91793c1..1494308 100644 --- a/source/adminguide/templates/_cloud_init.rst +++ b/source/adminguide/templates/_cloud_init.rst @@ -176,7 +176,7 @@ These features can be implemented in `“Linux Template creation process” <_cr ~ CentOS - Centos 7 root volume is /dev/centos/root if no changes are done during installation. Change the value accordingly if setup is different. + CentOS root volume is /dev/centos/root if no changes are done during installation. Change the value accordingly if setup is different. .. code:: bash diff --git a/source/installguide/building_from_source.rst b/source/installguide/building_from_source.rst index 0915b97..70315b3 100644 --- a/source/installguide/building_from_source.rst +++ b/source/installguide/building_from_source.rst @@ -483,9 +483,9 @@ Generating RPMs is done using the ``package.sh`` script: .. parsed-literal:: - $ ./package.sh -d centos63 + $ ./package.sh -d el8 -For other supported options(like centos7), run ``./package.sh --help`` +For other supported options, run ``./package.sh --help`` That will run for a bit and then place the finished packages in ``dist/rpmbuild/RPMS/x86_64/``. diff --git a/source/installguide/overview/_requirements.rst b/source/installguide/overview/_requirements.rst index c46f90e..7abc382 100644 --- a/source/installguide/overview/_requirements.rst +++ b/source/installguide/overview/_requirements.rst @@ -29,7 +29,7 @@ Management Server may be placed on an Instance. - Operating system: - - Preferred: CentOS/RHEL 7.2+ or Ubuntu 16.04(.2) or higher + - Preferred: CentOS/RHEL 8+ or Ubuntu 22.04 or higher - 64-bit x86 CPU (more cores results in better performance) diff --git a/source/plugins/cloudian-connector.rst b/source/plugins/cloudian-connector.rst index addd869..83d25fb 100644 --- a/source/plugins/cloudian-connector.rst +++ b/source/plugins/cloudian-connector.rst @@ -229,8 +229,7 @@ settings. To enable the connector, ensure that the global setting "cloudian.connector.enabled" is set to true. Finally, restart each of the management server(s) to reload and enable the connector. -For example, here is how you can restart the CloudStack management server -installed on CentOS7: +For example, here is how you can restart the CloudStack management server: ::