Skip to content

Commit 16581d2

Browse files
Replace CentOS 7 references with EL8 (#441)
* Update QIG with EL8 and remove centos 7 * remove remaning mentions of centos 7 * Update _requirements.rst * Update qig.rst * Update qig.rst * Update qig.rst * Update qig.rst * nmcli commands and corrections * Update qig.rst * Update qig.rst --------- Co-authored-by: Andrija Panic <[email protected]>
1 parent 85c5084 commit 16581d2

File tree

5 files changed

+62
-142
lines changed

5 files changed

+62
-142
lines changed

source/adminguide/templates/_cloud_init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ These features can be implemented in `“Linux Template creation process” <_cr
176176

177177
~ CentOS
178178

179-
Centos 7 root volume is /dev/centos/root if no changes are done during installation. Change the value accordingly if setup is different.
179+
CentOS root volume is /dev/centos/root if no changes are done during installation. Change the value accordingly if setup is different.
180180

181181
.. code:: bash
182182

source/installguide/building_from_source.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ Generating RPMs is done using the ``package.sh`` script:
483483

484484
.. parsed-literal::
485485
486-
$ ./package.sh -d centos63
486+
$ ./package.sh -d el8
487487
488-
For other supported options(like centos7), run ``./package.sh --help``
488+
For other supported options, run ``./package.sh --help``
489489

490490
That will run for a bit and then place the finished packages in
491491
``dist/rpmbuild/RPMS/x86_64/``.

source/installguide/overview/_requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Management Server may be placed on an Instance.
2929

3030
- Operating system:
3131

32-
- Preferred: CentOS/RHEL 7.2+ or Ubuntu 16.04(.2) or higher
32+
- Preferred: EL8+ or Ubuntu 22.04 or higher
3333

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

source/plugins/cloudian-connector.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ settings. To enable the connector, ensure that the global setting
229229
"cloudian.connector.enabled" is set to true. Finally, restart each of the
230230
management server(s) to reload and enable the connector.
231231

232-
For example, here is how you can restart the CloudStack management server
233-
installed on CentOS7:
232+
For example, here is how you can restart the CloudStack management server:
234233

235234
::
236235

0 commit comments

Comments
 (0)