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
d4efb6aa
Commit
d4efb6aa
authored
9 years ago
by
Marek Zawadzki
Browse files
Options
Downloads
Patches
Plain Diff
Added note about root permissions, removed sudos.
Change-Id: Idc390774ba3bf63860bfaee1494b6e0180d112c1
parent
013d2111
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/quickstart.rst
+7
-5
7 additions, 5 deletions
doc/quickstart.rst
with
7 additions
and
5 deletions
doc/quickstart.rst
+
7
−
5
View file @
d4efb6aa
...
...
@@ -29,6 +29,8 @@ The recommended deployment target requirements:
- More than 8gb main memory.
- At least 40gb disk space.
.. NOTE:: Some commands below may require root permissions (e.g. pip, apt-get).
Installing Dependencies
-----------------------
...
...
@@ -49,7 +51,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run:
::
sudo
apt-get install linux-image-generic-lts-wily
apt-get install linux-image-generic-lts-wily
.. NOTE:: Install is *very* sensitive about version of components. Please
review carefully because default Operating System repos are likely out of
...
...
@@ -72,7 +74,7 @@ Make sure "pip" package manager is installed before procceed:
easy_install pip
# Ubuntu 14.04 LTS
sudo
apt-get install python-pip
apt-get install python-pip
To install Kolla tools and Python dependencies use:
...
...
@@ -116,7 +118,7 @@ is 1.8.3 or later and you are running Liberty, downgrade using these commands:
systemctl restart docker.service
# Ubuntu 14.04 LTS
sudo
apt-get install docker-engine=1.8.2-0~trusty
apt-get install docker-engine=1.8.2-0~trusty
On the system where the OpenStack CLI/Python code is run, the Kolla community
recommends installing the OpenStack python clients if they are not installed.
...
...
@@ -127,7 +129,7 @@ following requirements are needed to build the client code:
::
# Ubuntu
sudo
apt-get install -y python-dev libffi-dev libssl-dev gcc
apt-get install -y python-dev libffi-dev libssl-dev gcc
# Centos 7
yum install -y python-devel libffi-devel openssl-devel gcc
...
...
@@ -203,7 +205,7 @@ system. Install it using system packaging tools if it's not installed already:
yum -y install gcc
# Ubuntu
sudo
apt-get install gcc
apt-get install gcc
Finally Ansible 1.9.4 may be installed using:
...
...
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