Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CentOS 7 references with EL8 #441

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/adminguide/templates/_cloud_init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions source/installguide/building_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/``.
Expand Down
2 changes: 1 addition & 1 deletion source/installguide/overview/_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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: EL8+ or Ubuntu 22.04 or higher

- 64-bit x86 CPU (more cores results in better performance)

Expand Down
3 changes: 1 addition & 2 deletions source/plugins/cloudian-connector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

::

Expand Down
Loading
Loading