Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
fb5a52b8
Commit
fb5a52b8
authored
4 years ago
by
Zuul
Committed by
Gerrit Code Review
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add EL8 packages."
parents
6f829575
7d39ed9a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/source/contributor/vagrant-dev-env.rst
+3
-4
3 additions, 4 deletions
doc/source/contributor/vagrant-dev-env.rst
doc/source/user/quickstart.rst
+4
-4
4 additions, 4 deletions
doc/source/user/quickstart.rst
with
7 additions
and
8 deletions
doc/source/contributor/vagrant-dev-env.rst
+
3
−
4
View file @
fb5a52b8
...
...
@@ -40,13 +40,12 @@ choice. Various downloads can be found at the `Vagrant downloads
Install required dependencies as follows:
For CentOS
7
or
later
:
For CentOS or
RHEL 8
:
.. code-block:: console
sudo yum install ruby-devel libvirt-devel zlib-devel libpng-devel gcc \
qemu-kvm qemu-img libvirt libvirt-python libvirt-client virt-install \
bridge-utils git
sudo dnf install ruby-devel libvirt-devel zlib-devel libpng-devel gcc \
qemu-kvm qemu-img libvirt python3-libvirt libvirt-client virt-install git
For Ubuntu 16.04 or later:
...
...
This diff is collapsed.
Click to expand it.
doc/source/user/quickstart.rst
+
4
−
4
View file @
fb5a52b8
...
...
@@ -45,11 +45,11 @@ execution, which is described in
#. Install Python build dependencies:
For CentOS or RHEL, run:
For CentOS or RHEL
8
, run:
.. code-block:: console
sudo
yum
install python-devel libffi-devel gcc openssl-devel libselinux
-python
sudo
dnf
install python
3
-devel libffi-devel gcc openssl-devel
python3-
libselinux
For Ubuntu, run:
...
...
@@ -64,11 +64,11 @@ If not installing Kolla Ansible in a virtual environment, skip this section.
#. Install the virtualenv package.
For CentOS or RHEL, run:
For CentOS or RHEL
8
, run:
.. code-block:: console
sudo
yum
install python-virtualenv
sudo
dnf
install python
3
-virtualenv
For Ubuntu, run:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment