Merge "Add EL8 packages."
This commit is contained in:
commit
fb5a52b83d
@ -40,13 +40,12 @@ choice. Various downloads can be found at the `Vagrant downloads
|
|||||||
|
|
||||||
Install required dependencies as follows:
|
Install required dependencies as follows:
|
||||||
|
|
||||||
For CentOS 7 or later:
|
For CentOS or RHEL 8:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
sudo yum install ruby-devel libvirt-devel zlib-devel libpng-devel gcc \
|
sudo dnf install ruby-devel libvirt-devel zlib-devel libpng-devel gcc \
|
||||||
qemu-kvm qemu-img libvirt libvirt-python libvirt-client virt-install \
|
qemu-kvm qemu-img libvirt python3-libvirt libvirt-client virt-install git
|
||||||
bridge-utils git
|
|
||||||
|
|
||||||
For Ubuntu 16.04 or later:
|
For Ubuntu 16.04 or later:
|
||||||
|
|
||||||
|
@ -45,11 +45,11 @@ execution, which is described in
|
|||||||
|
|
||||||
#. Install Python build dependencies:
|
#. Install Python build dependencies:
|
||||||
|
|
||||||
For CentOS or RHEL, run:
|
For CentOS or RHEL 8, run:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
sudo yum install python-devel libffi-devel gcc openssl-devel libselinux-python
|
sudo dnf install python3-devel libffi-devel gcc openssl-devel python3-libselinux
|
||||||
|
|
||||||
For Ubuntu, run:
|
For Ubuntu, run:
|
||||||
|
|
||||||
@ -64,11 +64,11 @@ If not installing Kolla Ansible in a virtual environment, skip this section.
|
|||||||
|
|
||||||
#. Install the virtualenv package.
|
#. Install the virtualenv package.
|
||||||
|
|
||||||
For CentOS or RHEL, run:
|
For CentOS or RHEL 8, run:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
sudo yum install python-virtualenv
|
sudo dnf install python3-virtualenv
|
||||||
|
|
||||||
For Ubuntu, run:
|
For Ubuntu, run:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user