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
d9440674
Commit
d9440674
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Update Vagrant docs"
parents
4fa81c88
7cbd8a55
No related branches found
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
+12
-6
12 additions, 6 deletions
doc/devenv-vagrant.rst
with
12 additions
and
6 deletions
doc/devenv-vagrant.rst
+
12
−
6
View file @
d9440674
...
@@ -51,10 +51,13 @@ Next install the hostmanager plugin so all hosts are recorded in /etc/hosts
...
@@ -51,10 +51,13 @@ Next install the hostmanager plugin so all hosts are recorded in /etc/hosts
Vagrant supports a wide range of virtualization technologies. This
Vagrant supports a wide range of virtualization technologies. This
documentation describes libvirt. To install vagrant-libvirt plugin::
documentation describes libvirt. To install vagrant-libvirt plugin::
vagrant plugin install vagrant-libvirt
vagrant plugin install
--plugin-version ">= 0.0.31"
vagrant-libvirt
Setup NFS to permit file sharing between host and VMs. Contrary to rsync
Some Linux distributions offer vagrant-libvirt packages, but the version they
method, NFS allows both way synchronization and offers much better performances
provide tends to be too old to run Kolla. A version of >= 0.0.31 is required.
Setup NFS to permit file sharing between host and VMs. Contrary to the rsync
method, NFS allows both way synchronization and offers much better performance
than VirtualBox shared folders. On Fedora 22::
than VirtualBox shared folders. On Fedora 22::
sudo systemctl start nfs-server
sudo systemctl start nfs-server
...
@@ -65,12 +68,12 @@ than VirtualBox shared folders. On Fedora 22::
...
@@ -65,12 +68,12 @@ than VirtualBox shared folders. On Fedora 22::
Find a location in the system's home directory and checkout the Kolla repo::
Find a location in the system's home directory and checkout the Kolla repo::
git clone https://github.com/openstack/kolla.git
~/dev/kolla
git clone https://github.com/openstack/kolla.git
Developers can now tweak the Vagrantfile or bring up the default AIO
Developers can now tweak the Vagrantfile or bring up the default AIO
Centos7-based environment::
Centos7-based environment::
cd
~/dev/
kolla/vagrant && vagrant up
cd kolla/
dev/
vagrant && vagrant up
The command ``vagrant status`` provides a quick overview of the VMs composing
The command ``vagrant status`` provides a quick overview of the VMs composing
the environment.
the environment.
...
@@ -103,7 +106,10 @@ Once logged on the *operator* VM call the ``kolla-build`` utility::
...
@@ -103,7 +106,10 @@ Once logged on the *operator* VM call the ``kolla-build`` utility::
kolla-build
kolla-build
``kolla-build`` accept arguments as documented in :doc:`image-building`.
``kolla-build`` accept arguments as documented in :doc:`image-building`. It
builds Docker images and pushes them to the local registry if the *push*
option is enabled (in Vagrant this is the default behaviour).
Deploying OpenStack with Kolla
Deploying OpenStack with Kolla
...
...
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