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
401137a0
Commit
401137a0
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix the error in document"
parents
3d356b42
8da7dc30
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/quickstart.rst
+7
-7
7 additions, 7 deletions
doc/quickstart.rst
doc/vagrant-dev-env.rst
+2
-2
2 additions, 2 deletions
doc/vagrant-dev-env.rst
with
9 additions
and
9 deletions
doc/quickstart.rst
+
7
−
7
View file @
401137a0
...
...
@@ -340,22 +340,22 @@ Copy the configuration files globals.yml and passwords.yml to /etc directory.
::
#CentOS
cp -r /usr/share/kolla/etc_examples/kolla /etc/kolla/
cp -r /usr/share/kolla
-ansible
/etc_examples/kolla /etc/kolla/
#Ubuntu
cp -r /usr/local/share/kolla/etc_examples/kolla /etc/kolla/
cp -r /usr/local/share/kolla
-ansible
/etc_examples/kolla /etc/kolla/
The inventory files (all-in-one and multinode) are located in
/usr/local/share/kolla/ansible/inventory. Copy the configuration files to the
/usr/local/share/kolla
-ansible
/ansible/inventory. Copy the configuration files to the
current directory.
::
#CentOS
cp /usr/share/kolla/ansible/inventory/* .
cp /usr/share/kolla
-ansible
/ansible/inventory/* .
#Ubuntu
cp /usr/local/share/kolla/ansible/inventory/* .
cp /usr/local/share/kolla
-ansible
/ansible/inventory/* .
Install Kolla for development
=============================
...
...
@@ -653,11 +653,11 @@ with a glance image and neutron networks.
source /etc/kolla/admin-openrc.sh
#centOS
cd /usr/share/kolla
cd /usr/share/kolla
-ansible
./init-runonce
#ubuntu
cd /usr/local/share/kolla
cd /usr/local/share/kolla
-ansible
./init-runonce
.. note::
...
...
This diff is collapsed.
Click to expand it.
doc/vagrant-dev-env.rst
+
2
−
2
View file @
401137a0
...
...
@@ -140,11 +140,11 @@ Deploy **all-in-one** with::
Deploy multinode
On Centos 7::
sudo kolla-ansible deploy -i /usr/share/kolla/ansible/inventory/multinode
sudo kolla-ansible deploy -i /usr/share/kolla
-ansible
/ansible/inventory/multinode
On Ubuntu 14.04 or later::
sudo kolla-ansible deploy -i /usr/local/share/kolla/ansible/inventory/multinode
sudo kolla-ansible deploy -i /usr/local/share/kolla
-ansible
/ansible/inventory/multinode
Validate OpenStack is operational::
...
...
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