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
7ef0b896
Commit
7ef0b896
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Simplify instructions to install vagrant-libvirt"
parents
06be8ce7
f49bfe2b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/devenv-vagrant.rst
+3
-8
3 additions, 8 deletions
doc/devenv-vagrant.rst
with
3 additions
and
8 deletions
doc/devenv-vagrant.rst
+
3
−
8
View file @
7ef0b896
...
@@ -46,14 +46,9 @@ Next install the hostmanager plugin so all hosts are recorded in /etc/hosts
...
@@ -46,14 +46,9 @@ Next install the hostmanager plugin so all hosts are recorded in /etc/hosts
vagrant plugin install vagrant-hostmanager
vagrant plugin install vagrant-hostmanager
Vagrant supports a wide range of virtualization technologies. This
Vagrant supports a wide range of virtualization technologies. This
documentation describes libvirt. The Kolla Vagrantfile uses features not yet
documentation describes libvirt. To install vagrant-libvirt plugin::
available in a packaged version. To install vagrant-libvirt plugin from git::
vagrant plugin install vagrant-libvirt
git clone https://github.com/pradels/vagrant-libvirt.git
cd vagrant-libvirt
sudo dnf install rubygem-rake rubygem-bundler
rake build
vagrant plugin install pkg/vagrant-libvirt-0.0.30.gem
Setup NFS to permit file sharing between host and VMs. Contrary to rsync
Setup NFS to permit file sharing between host and VMs. Contrary to rsync
method, NFS allows both way synchronization and offers much better performances
method, NFS allows both way synchronization and offers much better performances
...
...
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